createControls.H
Go to the documentation of this file.
1 #include "createControl.H"
2 
3 int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1);
4 
5 scalar convergenceTolerance(stressControl.lookup<scalar>("D"));
const dictionary & stressControl
Definition: createControl.H:1
int nCorr
Definition: createControls.H:3
scalar convergenceTolerance(stressControl.lookup< scalar >("D"))