NeoPZ
|
To assembling one item using Dohrmann algorithm. Sub structure. More...
#include <tpzdohrassemblelist.h>
Public Member Functions | |
TPZDohrAssembleItem (int subindex, int size) | |
Initialize the assemble item based on the submesh index and size of the local contribution. More... | |
TPZDohrAssembleItem (int subindex, int nrow, int ncol) | |
Initialize the assemble item based on the submesh index and size of the local contribution. More... | |
Public Attributes | |
int | fSubIndex |
Substructure index. More... | |
TPZFMatrix< TVar > | fAssembleData |
The data which should be assembled. More... | |
To assembling one item using Dohrmann algorithm. Sub structure.
Definition at line 24 of file tpzdohrassemblelist.h.
|
inline |
Initialize the assemble item based on the submesh index and size of the local contribution.
Definition at line 26 of file tpzdohrassemblelist.h.
|
inline |
Initialize the assemble item based on the submesh index and size of the local contribution.
Definition at line 30 of file tpzdohrassemblelist.h.
TPZFMatrix<TVar> TPZDohrAssembleItem< TVar >::fAssembleData |
The data which should be assembled.
Definition at line 36 of file tpzdohrassemblelist.h.
int TPZDohrAssembleItem< TVar >::fSubIndex |
Substructure index.
Definition at line 34 of file tpzdohrassemblelist.h.