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);
138 inline Analysis *SubdomainAnalysis::getCopy(
void)
const Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:87
Clase Base para los objetos que realizan the analysis.
Definition: Analysis.h:109
used to solve a system of equations and to do static condensation operations on the linear system of ...
Definition: DomainSolver.h:79
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
SubdomainAnalysis is a subclass of AnalysisAnalysis, it is used when performing a domain decompositio...
Definition: SubdomainAnalysis.h:82
Object that can move between processes.
Definition: MovableObject.h:91
Definition: Subdomain.h:87
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:94
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Solution algorithm for domain decomposition.
Definition: DomainDecompAlgo.h:83