66 #ifndef SubdomainAnalysis_h 67 #define SubdomainAnalysis_h 69 #include <solution/analysis/analysis/Analysis.h> 70 #include <utility/actor/actor/MovableObject.h> 120 virtual int analyze(
void);
121 virtual int domainChanged(
void);
123 virtual int getNumExternalEqn(
void);
124 virtual int getNumInternalEqn(
void);
125 virtual int newStep(
double dT);
126 virtual int computeInternalResponse(
void);
127 virtual int formTangent(
void);
128 virtual int formResidual(
void);
129 virtual int formTangVectProduct(
Vector &force);
130 virtual const Matrix &getTangent(
void);
131 virtual const Vector &getResidual(
void);
132 virtual const Vector &getTangVectProduct(
void);
Base class for DOF numbererers.
Definition: DOF_Numberer.h:93
Float vector abstraction.
Definition: Vector.h:93
Domain enclosed in another domain.
Definition: Subdomain.h:101
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:92
Linear system of equations.
Definition: LinearSOE.h:91
Object that can move between processes.
Definition: MovableObject.h:99
Base class for the object that perform the analysis.
Definition: Analysis.h:116
Solution algorithm for domain decomposition analysis.
Definition: DomainDecompAlgo.h:88
virtual int sendSelf(CommParameters &)
Send the object.
SubdomainAnalysis is a subclass of AnalysisAnalysis, it is used when performing a domain decompositio...
Definition: SubdomainAnalysis.h:82
virtual int recvSelf(const CommParameters &)
Receive the object.
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:133
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:96
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Analysis * getCopy(void) const
Virtual constructor.
Definition: SubdomainAnalysis.h:139
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
used to solve a system of equations and to do static condensation operations on the linear system of ...
Definition: DomainSolver.h:82