Skip to content
Snippets Groups Projects
Commit 8756f74c authored by Thomas Nagel's avatar Thomas Nagel
Browse files

Introduced initial stress capability in MFront orthotropic linear elasticity.

parent cdb8c6c8
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,13 @@
@RequireStiffnessTensor<UnAltered>;
@InitLocalVariables
{
// Compute initial elastic strain
const auto S = invert(D);
eel = S * sig;
}
@Integrator
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment