6 #ifndef TPZSUBMESHFRONTANALYSIS_H 7 #define TPZSUBMESHFRONTANALYSIS_H 44 void Run(std::ostream &out);
virtual ~TPZSubMeshFrontalAnalysis()
Destructor.
Contains TPZAnalysis class which implements the sequence of actions to perform a finite element analy...
Contains TPZMatRed class which implements a simple substructuring of a linear system of equations...
Abstract class implements storage and decomposition process of the frontal matrix. Frontal.
TPZSubMeshFrontalAnalysis(TPZSubCompMesh *mesh)
Constructor: create an object analysis from one mesh.
Implements the sequence of actions to perform a finite element analysis. Analysis.
virtual void LoadSolution()
Load the solution into the computable grid.
void Run(std::ostream &out)
Run: assemble the stiffness matrix.
Contains TPZMatrixclass which implements full matrix (using column major representation).
Implements a group of computational elements as a mesh and an element. Computational Mesh...
Analysis for substructuring. Use a frontal matrix. Analysis.
void CondensedSolution(TPZFMatrix< STATE > &ek, TPZFMatrix< STATE > &ef)
CondensedSolution: returns the condensed stiffness matrix - ek - and the condensed solution vector - ...
TPZFMatrix< STATE > fReferenceSolution
Solution vector.
Contains the TPZAbstractFrontMatrix class which implements a matrix stored in a frontal decomposition...
TPZFront< STATE > * fFront
The decomposition process and frontal matrix.
void SetFront(TPZFront< STATE > &front)
Sets the front matrix.
TPZSubCompMesh * fMesh
The computational sub mesh.