diff --git a/MaterialLib/SolidModels/MFront/MFront.cpp b/MaterialLib/SolidModels/MFront/MFront.cpp index dd5dbeb5181c66b571e61478509405e5eee71d45..3095289b6f3ba2654be69b00f46adb055df7af3c 100644 --- a/MaterialLib/SolidModels/MFront/MFront.cpp +++ b/MaterialLib/SolidModels/MFront/MFront.cpp @@ -389,6 +389,10 @@ MFront<DisplacementDim>::getInternalVariables() const auto const size = mgis::behaviour::getVariableSize(iv, _behaviour.hypothesis); + // TODO (naumov): For orthotropic materials the internal variables + // should be rotated to the global coordinate system before output. + // MFront stores the variables in local coordinate system. + // The `size` variable could be used to find out the type of variable. typename MechanicsBase<DisplacementDim>::InternalVariable new_variable{ name, static_cast<unsigned>(size), [offset, size](