Go to the source code of this file.
|
const dictionary & | stressControl = mesh.solutionDict().subDict("stressAnalysis") |
|
| nCorr_ = stressControl.lookupOrDefault<label>("nCorrectors", 1) |
|
| convergenceTolerance_ = readScalar(stressControl.lookup("D")) |
|
◆ readEntry< Switch >()
stressControl readEntry< Switch > |
( |
"compactNormalStress" |
, |
|
|
compactNormalStress_ |
|
|
) |
| |
◆ stressControl
const dictionary& stressControl = mesh.solutionDict().subDict("stressAnalysis") |
◆ nCorr_
nCorr_ = stressControl.lookupOrDefault<label>("nCorrectors", 1) |
◆ convergenceTolerance_
convergenceTolerance_ = readScalar(stressControl.lookup("D")) |