43 #include "solution/analysis/integrator/transient/rayleigh/HHTRayleighBase.h" double alpha
should be between 0.67 and 1.0 (alpha factor corresponds to Newmark method.
Definition: HHTRayleighBase.h:46
double c1
parameter
Definition: HHTBase.h:56
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: HHTBase.cc:124
HHTRayleighBase is a base for the classes performing a transient analysis using the Hilber-Hughes-Tay...
Definition: HHTRayleighBase.h:43
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: HHTBase.cc:116
HHTBase is an algorithmic class for performing a transient analysis using the HHTBase integration sch...
Definition: HHTBase.h:52
double gamma
factor.
Definition: HHTRayleighBase.h:48
Rayleigh damping factors.
Definition: RayleighDampingFactors.h:58
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
HHTBase(AnalysisAggregation *, int classTag)
Constructor.
Definition: HHTBase.cc:65