Hello all,

I am using deal.ii to solve a 3D solid mechanics problem. I am using 
p:d:triangulation and Petsc in the code.

I am updating my mesh after every time-increment. So, cell->vertex(v) 
contains the current coordinates of the mesh. I know the coordinates of the 
cell (and whole mesh) at t = 0, I wanted
to know how I can initialize the fe_values object wrt to the coordinates of 
the cell at t = 0.

If possible, this will enable me to use fe_values->get_function_gradients() 
and fe_values->shape_grad() to get the gradients wrt to reference mesh.


Thanks.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to