61 #ifndef TransientDomainDecompositionAnalysis_h 62 #define TransientDomainDecompositionAnalysis_h 64 #include <solution/analysis/analysis/DomainDecompositionAnalysis.h> 86 bool doesIndependentAnalysis(
void);
92 int newStep(
double dT);
93 int computeInternalResponse(
void);
110 inline Analysis *TransientDomainDecompositionAnalysis::getCopy(
void)
const int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: TransientDomainDecompositionAnalysis.cpp:331
int setIntegrator(IncrementalIntegrator &theIntegrator)
Sets the integrator que se empleará en the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:562
int setLinearSOE(LinearSOE &theSOE)
Sets the linear system of equations que se empleará en the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:571
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:87
int getNumInternalEqn(void)
Returns the number of equations internas.
Definition: TransientDomainDecompositionAnalysis.cpp:266
EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model.
Definition: EquiSolnAlgo.h:85
Clase Base para los objetos que realizan the analysis.
Definition: Analysis.h:109
int setAlgorithm(EquiSolnAlgo &theAlgorithm)
Sets the solution algorithm que se empleará en the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:552
~TransientDomainDecompositionAnalysis(void)
brief Destructor.
Definition: TransientDomainDecompositionAnalysis.cpp:85
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
const Vector & getTangVectProduct(void)
??
Definition: TransientDomainDecompositionAnalysis.cpp:323
int domainChanged(void)
Hace los cambios que sean necesarios como consecuencia de un cambio en el domain. ...
Definition: TransientDomainDecompositionAnalysis.cpp:197
int formTangent(void)
Forma la tangent stiffness matrix.
Definition: TransientDomainDecompositionAnalysis.cpp:286
const Matrix & getTangent(void)
Return the tangent stiffness matrix.
Definition: TransientDomainDecompositionAnalysis.cpp:307
int analyze(double dT)
Performs the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:104
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
int formTangVectProduct(Vector &force)
??
Definition: TransientDomainDecompositionAnalysis.cpp:300
void clearAll(void)
Clears all object members (Constraint handler, analysis model,...).
Definition: TransientDomainDecompositionAnalysis.cpp:93
Definition: Subdomain.h:87
Used when performing a domain decomposition analysis. It provides methods which can be invoked by a s...
Definition: DomainDecompositionAnalysis.h:81
Transient analysis witn domain decomposition.
Definition: TransientDomainDecompositionAnalysis.h:72
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
const Vector & getResidual(void)
Returns the vector residuo.
Definition: TransientDomainDecompositionAnalysis.cpp:315
int getNumExternalEqn(void)
Returns the number of external equations.
Definition: TransientDomainDecompositionAnalysis.cpp:259
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int formResidual(void)
Forma el vector residuo.
Definition: TransientDomainDecompositionAnalysis.cpp:293