62 #ifndef StaticDomainDecompositionAnalysis_h    63 #define StaticDomainDecompositionAnalysis_h    65 #include <solution/analysis/analysis/DomainDecompositionAnalysis.h>    66 #include <utility/actor/actor/MovableObject.h>    89     bool doesIndependentAnalysis(
void);    
   113 inline Analysis *StaticDomainDecompositionAnalysis::getCopy(
void)
 const int formTangVectProduct(Vector &force)
form the product of the condensed tangent matrix times the vector . 
Definition: StaticDomainDecompositionAnalysis.cpp:331
const Vector & getResidual(void)
Returns the vector residuo. 
Definition: StaticDomainDecompositionAnalysis.cpp:346
Float vector abstraction. 
Definition: Vector.h:94
Domain enclosed in another domain. 
Definition: Subdomain.h:102
int getNumExternalEqn(void)
Returns the number of external equations. 
Definition: StaticDomainDecompositionAnalysis.cpp:290
const Matrix & getTangent(void)
Return the tangent stiffness matrix. 
Definition: StaticDomainDecompositionAnalysis.cpp:338
Communication parameters between processes. 
Definition: Communicator.h:66
int setAlgorithm(EquiSolnAlgo &theAlgorithm)
Sets the solution algorithm to use in the analysis. 
Definition: StaticDomainDecompositionAnalysis.cpp:572
Linear system of equations. 
Definition: LinearSOE.h:92
int formResidual(void)
Forma el vector residuo. 
Definition: StaticDomainDecompositionAnalysis.cpp:325
int sendSelf(Communicator &)
Sends the object. 
Definition: StaticDomainDecompositionAnalysis.cpp:360
Base class for the object that perform the analysis. 
Definition: Analysis.h:117
int setIntegrator(IncrementalIntegrator &theIntegrator)
Sets the integrator to use in the analysis. 
Definition: StaticDomainDecompositionAnalysis.cpp:580
const Vector & getTangVectProduct(void)
Returns the result of invoking getCondensedMatVect() on the solver. 
Definition: StaticDomainDecompositionAnalysis.cpp:353
int setLinearSOE(LinearSOE &theSOE)
Sets the linear system of equations to use in the analysis. 
Definition: StaticDomainDecompositionAnalysis.cpp:589
Used when performing a domain decomposition analysis. 
Definition: DomainDecompositionAnalysis.h:91
Solution procedure for the finite element problem. 
Definition: SolutionProcedure.h:57
StaticDomainDecompositionAnalysis is a subclass of DomainDecompositionAnalysis used to perform a stat...
Definition: StaticDomainDecompositionAnalysis.h:76
int formTangent(void)
Forma la tangent stiffness matrix. 
Definition: StaticDomainDecompositionAnalysis.cpp:318
void clearAll(void)
Clears object members (Constraint handler, analysis model,...). 
Definition: StaticDomainDecompositionAnalysis.cpp:93
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:100
int recvSelf(const Communicator &)
Receives the object. 
Definition: StaticDomainDecompositionAnalysis.cpp:437
Base class for solution algorithms. 
Definition: EquiSolnAlgo.h:91
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
int analyze(double dT)
Performs the analysis. 
Definition: StaticDomainDecompositionAnalysis.cpp:107
int domainChanged(void)
Make the necessary changes due to a change in the domain. 
Definition: StaticDomainDecompositionAnalysis.cpp:225
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Matrix of floats. 
Definition: Matrix.h:111
int getNumInternalEqn(void)
Returns the number of equations internas. 
Definition: StaticDomainDecompositionAnalysis.cpp:297
int newStep(double dT)
?? 
Definition: StaticDomainDecompositionAnalysis.cpp:304
~StaticDomainDecompositionAnalysis(void)
Destructor. 
Definition: StaticDomainDecompositionAnalysis.cpp:85
int computeInternalResponse(void)
?? 
Definition: StaticDomainDecompositionAnalysis.cpp:311