Replies: 2 comments 5 replies
-
Quadrature data is usually projected to nodes with an L2 projection. Here you solve the problem $\int uv = \int fv$ where the expression on the right hand side is your quadrature data. For this we provide a small helper function |
Beta Was this translation helpful? Give feedback.
-
https://ferrite-fem.github.io/Ferrite.jl/stable/examples/plasticity/ should probably be updated to show how to do this properly instead of the slightly inelegant way that is currently used there. |
Beta Was this translation helpful? Give feedback.
-
How to write the stress field into vtk file.
I add the following codes and calculate the strain tensor and stress at quadrature point,
`
`
Then I write the follow codes to extract the stress field and write it into vtk but failed.
`
`
and the error information is:
ERROR: LoadError: DimensionMismatch: incorrect dimensions of input array.
So How should I do to write the stress field and how to project them into nodes?
Beta Was this translation helpful? Give feedback.
All reactions