NeoPZ
Public Member Functions | Public Attributes | List of all members
TPZDohrAssembleItem< TVar > Struct Template Reference

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...
 

Detailed Description

template<class TVar>
struct TPZDohrAssembleItem< TVar >

To assembling one item using Dohrmann algorithm. Sub structure.

Definition at line 24 of file tpzdohrassemblelist.h.

Constructor & Destructor Documentation

◆ TPZDohrAssembleItem() [1/2]

template<class TVar>
TPZDohrAssembleItem< TVar >::TPZDohrAssembleItem ( int  subindex,
int  size 
)
inline

Initialize the assemble item based on the submesh index and size of the local contribution.

Definition at line 26 of file tpzdohrassemblelist.h.

◆ TPZDohrAssembleItem() [2/2]

template<class TVar>
TPZDohrAssembleItem< TVar >::TPZDohrAssembleItem ( int  subindex,
int  nrow,
int  ncol 
)
inline

Initialize the assemble item based on the submesh index and size of the local contribution.

Definition at line 30 of file tpzdohrassemblelist.h.

Member Data Documentation

◆ fAssembleData

template<class TVar>
TPZFMatrix<TVar> TPZDohrAssembleItem< TVar >::fAssembleData

The data which should be assembled.

Definition at line 36 of file tpzdohrassemblelist.h.

◆ fSubIndex

template<class TVar>
int TPZDohrAssembleItem< TVar >::fSubIndex

Substructure index.

Definition at line 34 of file tpzdohrassemblelist.h.


The documentation for this struct was generated from the following file: