1 const dictionary& stressControl =
2 mesh.solutionDict().subDict("solidMechanics");
4 int nCorr(readInt(stressControl.lookup("nCorrectors")));
5 scalar convergenceTolerance(readScalar(stressControl.lookup("DU")));
6 Switch aitkenRelax(stressControl.lookup("aitkenRelaxation"));
7 //Switch thirdOrderCorrection(stressControl.lookup("thirdOrderCorrection"));
8 int infoFrequency(readInt(stressControl.lookup("infoFrequency")));
9 Switch largeStrainOverRelax(stressControl.lookup("largeStrainOverRelax"));
10 Switch nonLinearSemiImplicit(stressControl.lookup("nonLinearSemiImplicit"));