NeoPZ
Classes | Functions
tpzgensubstruct.h File Reference

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"
Include dependency graph for tpzgensubstruct.h:
This graph shows which files directly or indirectly include this file:

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...
 
TPZSubCompMeshSubMesh (TPZAutoPointer< TPZCompMesh > compmesh, int isub)
 Return a pointer to the isub submesh. More...
 

Detailed Description

Contains the TPZGenSubStruct class which is an interface to "feed" the datastructure of the Dohrmann algorithm.

Definition in file tpzgensubstruct.h.