On 3/19/19 9:12 AM, David F wrote:
> 
> I want to obtain the final position of the vertices (specifically, the 
> vertices at the faces), i.e., the deformed configuration. I think that a way 
> of doing this is by creating a set of points and using fe_values to 
> extrapolate the solution to those points. However, I don't like the idea of 
> extrapolating since the displacements are actually known in the vertices 
> already. Could somebody give me some hint about what's the best way to do 
> this?

David -- how do you actually deform the mesh? Are you moving around vertices? 
In that case, you know where you move them to. Or are you using a 
MappingEulerian?

Best
  W.


-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to