68 #include <utility/actor/actor/MovableObject.h> 69 #include "xc_utils/src/kernel/CommandEntity.h" 74 class FEM_ObjectBroker;
75 class AnalysisAggregation;
106 virtual int solve(
void)= 0;
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Object that can move between processes.
Definition: MovableObject.h:99
virtual SystemOfEqn * getCopy(void) const =0
Virtual constructor.
System of equations base class.
Definition: SystemOfEqn.h:89
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:133
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
virtual AnalysisModel * getAnalysisModelPtr(void)
Returns a pointer to the analysis model.
Definition: SystemOfEqn.cpp:92
SystemOfEqn(AnalysisAggregation *, int classTag)
Constructor.
Definition: SystemOfEqn.cpp:72
virtual int solve(void)=0
Invoked to cause the system of equation object to solve itself.
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int checkSize(Graph &theGraph) const
Check number of DOFs in the graph.
Definition: SystemOfEqn.cpp:100