Skip to content
Snippets Groups Projects
Commit d4ec404b authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[elastic][spatialparams] use ip() to evaluate lame params

parent 8cdc82ad
No related branches found
No related tags found
1 merge request!981Feature/poroelasticity
...@@ -130,7 +130,7 @@ public: ...@@ -130,7 +130,7 @@ public:
" const ElemVolVars& elemVolVars,\n" " const ElemVolVars& elemVolVars,\n"
" const FluxVarsCache& fluxVarsCache) const\n\n"); " const FluxVarsCache& fluxVarsCache) const\n\n");
return asImp_().lameParamsAtPos(element.geometry().center()); return asImp_().lameParamsAtPos(fluxVarsCache.ipGlobal());
} }
//! The finite volume grid geometry //! The finite volume grid geometry
......
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