NeoPZ
TPZParSkylineStructMatrix.h
Go to the documentation of this file.
1 
6 #ifndef TPZPARSKYLINESTRUCTMATRIX_H
7 #define TPZPARSKYLINESTRUCTMATRIX_H
8 
9 #include "pzskylstrmatrix.h"
10 #include "pzcmesh.h"
11 #include "pzelmat.h"
12 
13 #include "pzmatrix.h"
14 #include "pzfmatrix.h"
15 
16 
22 
24 
25 public:
26  static int main();
27 
29 
31 
32  virtual TPZMatrix<STATE> * Create();
33 
36 
37  virtual TPZStructMatrix * Clone();
38 
39 public:
40 
41 };
42 
43 #endif
44 
virtual TPZStructMatrix * Clone()
Defines parallel structural matrix for skyline matrices. Structural Matrix.
virtual TPZMatrix< STATE > * Create()
Implements SkyLine Structural Matrices. Structural Matrix.
Refines geometrical mesh (all the elements) num times.
Definition: pzstrmatrix.h:35
Contains declaration of TPZElementMatrix struct which associates an element matrix with the coeficien...
Contains TPZMatrixclass which implements full matrix (using column major representation).
Contains the TPZSkylineStructMatrix class which implements SkyLine Structural Matrices.
TPZParSkylineStructMatrix(TPZCompMesh *, int numthreads)
Contains declaration of TPZCompMesh class which is a repository for computational elements...
Contains TPZMatrix<TVar>class, root matrix class.
virtual TPZMatrix< STATE > * CreateAssemble(TPZFMatrix< STATE > &rhs, TPZAutoPointer< TPZGuiInterface > guiInterface)
Implements computational mesh. Computational Mesh.
Definition: pzcmesh.h:47
virtual TPZMatrix< STATE > * CreateAssemble(TPZFMatrix< STATE > &rhs, TPZAutoPointer< TPZGuiInterface > guiInterface, unsigned numthreads_assemble, unsigned numthreads_decompose)
Definition: pzstrmatrix.h:100