Dear all

Imagine I read a set of points that are not on my mesh nodes nor on my dof nodes

   file  = open("pos.txt","r")
   pos = np.loadtxt(file,dtype=float)

how do I interpolate my displacement results on them?

Something like
tracked_u = gf.compute_interpolate_on(mfub, md.variable("ub"), pos)?

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