33 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h> 34 #include "solution/analysis/integrator/IncrementalIntegrator.h" 37 class ConvergenceTest;
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: NewtonBased.cc:69
Communication parameters between processes.
Definition: Communicator.h:66
Base class for algorithms based on Newton method.
Definition: NewtonBased.h:45
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: NewtonBased.cc:44
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: NewtonBased.cc:36
Base class for solution algorithms.
Definition: EquiSolnAlgo.h:91
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
NewtonBased(SolutionStrategy *, int classTag, int tangent=CURRENT_TANGENT)
Constructor.
Definition: NewtonBased.cc:32
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: NewtonBased.cc:54