60 #ifndef StaticSensitivityIntegrator_h 61 #define StaticSensitivityIntegrator_h 63 #include <reliability/FEsensitivity/SensitivityIntegrator.h> 64 #include <solution/analysis/integrator/StaticIntegrator.h> 79 int setDeltaLambda(
double newDeltaLambda);
82 void Print(std::ostream &s,
int flag =0);
86 int formSensitivityRHS(
int gradNum);
87 int formIndependentSensitivityRHS();
88 int saveSensitivity(
const Vector &v,
int gradNum,
int numGrads);
89 int commitSensitivity(
int gradNum,
int numGrads);
{staticFormTaylor} {equation}
Definition: StaticIntegrator.h:137
Float vector abstraction.
Definition: Vector.h:93
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int sendSelf(CommParameters &)
Send the object.
Definition: StaticSensitivityIntegrator.cpp:189
Definition: SensitivityIntegrator.h:66
void Print(std::ostream &s, int flag=0)
The Integrator is to send information to the stream based on the integer flag.
Definition: StaticSensitivityIntegrator.cpp:195
int formEleResidual(FE_Element *theEle)
To form the residual vector of the FE_Element.
Definition: StaticSensitivityIntegrator.cpp:81
int recvSelf(const CommParameters &)
Receive the object.
Definition: StaticSensitivityIntegrator.cpp:192
Definition: StaticSensitivityIntegrator.h:68
int update(const Vector &deltaU)
When invoked causes the integrator object to update the DOF_Group responses with the appropriate valu...
Definition: StaticSensitivityIntegrator.cpp:183
Finite element as seen by analysis.
Definition: FE_Element.h:107
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65