Skip to content
Snippets Groups Projects
Commit c6753f19 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

mu -> mu0

parent 23518510
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ class GlobalRuinaNonlinearity ...@@ -23,7 +23,7 @@ class GlobalRuinaNonlinearity
public: public:
using GlobalNonlinearity<MatrixType, VectorType>::dim; using GlobalNonlinearity<MatrixType, VectorType>::dim;
GlobalRuinaNonlinearity(dataref nodalIntegrals, dataref a, dataref mu, GlobalRuinaNonlinearity(dataref nodalIntegrals, dataref a, dataref mu0,
dataref V0, dataref normalStress, dataref b, dataref V0, dataref normalStress, dataref b,
dataref state, dataref L) dataref state, dataref L)
: restrictions(nodalIntegrals.size()) { : restrictions(nodalIntegrals.size()) {
...@@ -34,7 +34,7 @@ class GlobalRuinaNonlinearity ...@@ -34,7 +34,7 @@ class GlobalRuinaNonlinearity
? trivialNonlinearity ? trivialNonlinearity
: make_shared<LocalNonlinearity<dim> const>( : make_shared<LocalNonlinearity<dim> const>(
make_shared<RuinaFunction const>( make_shared<RuinaFunction const>(
nodalIntegrals[i], a[i], mu[i], V0[i], nodalIntegrals[i], a[i], mu0[i], V0[i],
normalStress[i], b[i], state[i], L[i])); normalStress[i], b[i], state[i], L[i]));
} }
} }
......
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