NeoPZ
|
Contains the TPZGenSubStruct class which is an interface to "feed" the datastructure of the Dohrmann algorithm. More...
#include "tpzautopointer.h"
#include "pzcmesh.h"
#include "tpzdohrassembly.h"
#include "tpzdohrmatrix.h"
Go to the source code of this file.
Classes | |
class | TPZDohrSubstruct< TVar > |
Implements sub structure matrices using Dohrman algorithm. Sub Structure. More... | |
class | TPZDohrSubstructCondense< TVar > |
To condense matrix divided in sub structures. Sub Structure. More... | |
class | TPZGenSubStruct |
An interface to "feed" the datastructure of the Dohrmann algorithm. Sub Structure. More... | |
Functions | |
void | InitializeMatrices (TPZSubCompMesh *sub, TPZAutoPointer< TPZDohrSubstruct< STATE > > substruct, TPZDohrAssembly< STATE > &dohrassembly) |
This is a lengthy process which should run on the remote processor. More... | |
void | InitializeMatrices (TPZSubCompMesh *sub, TPZAutoPointer< TPZDohrSubstructCondense< STATE > > substruct, TPZDohrAssembly< STATE > &dohrassembly) |
This is a lengthy process which should run on the remote processor. More... | |
int64_t | NSubMesh (TPZAutoPointer< TPZCompMesh > compmesh) |
Return the number of submeshes. More... | |
TPZSubCompMesh * | SubMesh (TPZAutoPointer< TPZCompMesh > compmesh, int isub) |
Return a pointer to the isub submesh. More... | |
Contains the TPZGenSubStruct class which is an interface to "feed" the datastructure of the Dohrmann algorithm.
Definition in file tpzgensubstruct.h.