Dear all

I am using python scripting with getfem

I have a mesh with 54026
I output the results in a vtu format with the following script lines

mfoutb = gf.MeshFem(meshb)
mfoutb.set_classical_discontinuous_fem(2)

   mfoutb.export_to_vtu("PoroEResect25brain_%i.vtu" % it,
                      mfub, md.variable("ub"), "Displacements",
                      mfpb, md.variable("pb"), "Pressure")

when I save the spreadsheet of the results with paraview, I can the results on 
2646060
Ideally I would like to have the results only on the 54026 nodes
Is there a way to correct my definition of mfoutb that corrects that?

I am preforming an inverse method on the material parameter typically on 700+ 
simulations, I need my results files to be smaller

Thank you
Regards
Anne-Cecile

The information contained in this e-mail message may be privileged, 
confidential, and/or protected from disclosure. This e-mail message may contain 
protected health information (PHI); dissemination of PHI should comply with 
applicable federal and state laws. If you are not the intended recipient, or an 
authorized representative of the intended recipient, any further review, 
disclosure, use, dissemination, distribution, or copying of this message or any 
attachment (or the information contained therein) is strictly prohibited. If 
you think that you have received this e-mail message in error, please notify 
the sender by return e-mail and delete all references to it and its contents 
from your systems.

Reply via email to