61 #ifndef TransientDomainDecompositionAnalysis_h 62 #define TransientDomainDecompositionAnalysis_h 64 #include <solution/analysis/analysis/DomainDecompositionAnalysis.h> 86 bool doesIndependentAnalysis(
void);
92 int newStep(
double dT);
112 inline Analysis *TransientDomainDecompositionAnalysis::getCopy(
void)
const int formTangent(void)
Forma la tangent stiffness matrix.
Definition: TransientDomainDecompositionAnalysis.cpp:305
void clearAll(void)
Clears all object members (Constraint handler, analysis model,...).
Definition: TransientDomainDecompositionAnalysis.cpp:93
int recvSelf(const CommParameters &)
Receives the object.
Definition: TransientDomainDecompositionAnalysis.cpp:451
Float vector abstraction.
Definition: Vector.h:93
Domain enclosed in another domain.
Definition: Subdomain.h:101
int setIntegrator(IncrementalIntegrator &theIntegrator)
Sets the integrator to be used in the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:596
int domainChanged(void)
Hace los cambios que sean necesarios como consecuencia de un cambio en el domain. ...
Definition: TransientDomainDecompositionAnalysis.cpp:212
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Linear system of equations.
Definition: LinearSOE.h:91
const Vector & getResidual(void)
Returns the unbalanced vector.
Definition: TransientDomainDecompositionAnalysis.cpp:338
Transient analysis witn domain decomposition.
Definition: TransientDomainDecompositionAnalysis.h:72
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: TransientDomainDecompositionAnalysis.cpp:356
Base class for the object that perform the analysis.
Definition: Analysis.h:116
int analyze(double dT)
Performs the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:106
int getNumExternalEqn(void)
Returns the number of external equations.
Definition: TransientDomainDecompositionAnalysis.cpp:275
int formTangVectProduct(Vector &force)
??
Definition: TransientDomainDecompositionAnalysis.cpp:321
int computeInternalResponse(void)
A method which invokes solveCurrentStep() on theAlgorithm.
Definition: TransientDomainDecompositionAnalysis.cpp:297
int setAlgorithm(EquiSolnAlgo &theAlgorithm)
Sets the solution algorithm.
Definition: TransientDomainDecompositionAnalysis.cpp:586
Used when performing a domain decomposition analysis.
Definition: DomainDecompositionAnalysis.h:90
int formResidual(void)
Forma el vector residuo.
Definition: TransientDomainDecompositionAnalysis.cpp:313
const Matrix & getTangent(void)
Return the tangent stiffness matrix.
Definition: TransientDomainDecompositionAnalysis.cpp:329
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:96
EquiSolnAlgo is an abstract base class, i.e.
Definition: EquiSolnAlgo.h:88
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
const Vector & getTangVectProduct(void)
??
Definition: TransientDomainDecompositionAnalysis.cpp:347
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
~TransientDomainDecompositionAnalysis(void)
brief Destructor.
Definition: TransientDomainDecompositionAnalysis.cpp:85
int setLinearSOE(LinearSOE &theSOE)
Sets the linear system of equations to be used in the analysis.
Definition: TransientDomainDecompositionAnalysis.cpp:605
int getNumInternalEqn(void)
Returns the number of equations internas.
Definition: TransientDomainDecompositionAnalysis.cpp:283