50 solverRelativeTolerances_
68 if (toleranceSet.
found(
"relaxationFactors"))
70 relaxationFactors_ = toleranceSet.
subDict(
"relaxationFactors");
73 if (toleranceSet.
found(
"solverTolerances"))
75 solverTolerances_ = toleranceSet.
subDict(
"solverTolerances");
78 if (toleranceSet.
found(
"solverRelativeTolerances"))
80 solverRelativeTolerances_ =
81 toleranceSet.
subDict(
"solverRelativeTolerances");
95 return relaxationFactors_.
found(name);
110 return solverRelativeTolerances_.
size();