NeoPZ
Classes
The Structural Matrix classes

This module contains all classes which defines Structural Matrices
Structural matrix classes make the link between the Computational meshes and the Matrix classes.
A structural matrix object extracts from the computational mesh the information needed to create a matrix object.
It also implements the method for assembling the matrix object. More...

Collaboration diagram for The Structural Matrix classes:

Classes

class  TPZBlockDiagonalStructMatrix
 Implements Block Diagonal Structural Matrices. Structural Matrix. More...
 
class  TPZBandStructMatrix
 Implements Banded Structural Matrices. Structural Matrix. More...
 
class  TPZFStructMatrix
 Implements Full Structural Matrices. Structural Matrix. More...
 
class  TPZSBandStructMatrix
 Implements Symmetric Banded Structural Matrices. Structural Matrix. More...
 
class  TPZSkylineStructMatrix
 Implements SkyLine Structural Matrices. Structural Matrix. More...
 
class  TPZStructMatrixOR
 Refines geometrical mesh (all the elements) num times. More...
 
class  TPZStructMatrixCS
 Refines geometrical mesh (all the elements) num times. More...
 
class  TPZStructMatrixTBBFlow
 Refines geometrical mesh (all the elements) num times. More...
 
class  TPZStructMatrixGC
 Refines geometrical mesh (all the elements) num times. More...
 
class  TPZStructMatrixOT
 Refines geometrical mesh (all the elements) num times. More...
 
class  TPZStructMatrixST
 It is responsible for a interface among Matrix and Finite Element classes. Structural Matrix. More...
 
class  TPBSpStructMatrix
 Assembles only the pair equations. Structural Matrix. More...
 
class  TPZFrontStructMatrix< front >
 Responsible for a interface among Finite Element Package and Matrices package to frontal method. Structural Matrix Frontal. More...
 
class  TPZParFrontStructMatrix< front >
 Is a structural matrix with parallel techniques included. Structural Matrix Frontal. More...
 
class  TPZParSkylineStructMatrix
 Defines parallel structural matrix for skyline matrices. Structural Matrix. More...
 
class  TPZSparseBlockDiagonalStructMatrix
 It will build a sparse block diagonal preconditioner with a structure determined by the parameters passed to it. Structural Matrix. More...
 
class  TPZSpStructMatrix
 Implements Sparse Structural Matrices. Structural Matrix. More...
 
class  TPZSymetricSpStructMatrix
 Implements Sparse Structural Matrices. Structural Matrix. More...
 
class  TPZStructMatrixGCTP
 It is responsible for a interface between Matrix and Finite Element classes. Structural Matrix This class uses graph coloring and TPZThreadPool to assemble the matrix in parallel. More...
 
class  TPZDohrStructMatrix
 Implements structural matrix divided in sub structures. Structural Matrix Sub structure. More...
 

Detailed Description

This module contains all classes which defines Structural Matrices
Structural matrix classes make the link between the Computational meshes and the Matrix classes.
A structural matrix object extracts from the computational mesh the information needed to create a matrix object.
It also implements the method for assembling the matrix object.