61 #ifndef ArmijoStepSizeRule_h 62 #define ArmijoStepSizeRule_h 64 #include <reliability/analysis/stepSize/StepSizeRule.h> 65 #include <reliability/analysis/transformation/ProbabilityTransformation.h> 66 #include <reliability/analysis/meritFunction/MeritFunctionCheck.h> 67 #include <reliability/analysis/rootFinding/RootFinding.h> 95 int numberOfShortSteps;
97 double surfaceDistance;
108 int maxNumReductions,
110 int numberOfShortSteps,
112 double surfaceDistance,
117 double getStepSize(
void);
118 double getInitialStepSize(
void);
119 double getGFunValue(
void);
Base class for root finding algorithms.
Definition: RootFinding.h:70
Float vector abstraction.
Definition: Vector.h:94
Base class for the evaluators of the gradient of the limit surface.
Definition: GradGEvaluator.h:75
Definition: ArmijoStepSizeRule.h:82
A "merit function" can be any continuous and differentiable function of vector u, whose minimum occur...
Definition: MeritFunctionCheck.h:75
Performance function evaluator.
Definition: GFunEvaluator.h:76
Base class for the algorithms that compute the analysis step size.
Definition: StepSizeRule.h:72
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35