NeoPZ
|
.. . Sub structure More...
#include <tpzdohrmatrix.h>
Public Member Functions | |
TPZDohrThreadMultData () | |
Default constructor. More... | |
TPZDohrThreadMultData (int isub, TPZAutoPointer< TSubStruct > submesh) | |
TPZDohrThreadMultData (const TPZDohrThreadMultData< TSubStruct > &cp) | |
Copy constructor. More... | |
TPZDohrThreadMultData< TSubStruct > & | operator= (const TPZDohrThreadMultData< TSubStruct > &cp) |
Implement the attribution operator. More... | |
bool | IsValid () |
Public Attributes | |
int | fisub |
TPZAutoPointer< TSubStruct > | fSub |
.. . Sub structure
Definition at line 168 of file tpzdohrmatrix.h.
|
inline |
Default constructor.
Definition at line 171 of file tpzdohrmatrix.h.
|
inline |
Definition at line 174 of file tpzdohrmatrix.h.
|
inline |
Copy constructor.
Definition at line 178 of file tpzdohrmatrix.h.
|
inline |
Definition at line 191 of file tpzdohrmatrix.h.
Referenced by TPZDohrThreadMultList< TVar, TSubStruct >::ThreadWork().
|
inline |
Implement the attribution operator.
Definition at line 182 of file tpzdohrmatrix.h.
References TPZDohrThreadMultData< TSubStruct >::fisub, and TPZDohrThreadMultData< TSubStruct >::fSub.
int TPZDohrThreadMultData< TSubStruct >::fisub |
Definition at line 188 of file tpzdohrmatrix.h.
Referenced by ParallelAssembleTaskMatrix< TVar, TSubStruct >::addWorkItem(), TPZDohrThreadMultData< TSubStruct >::operator=(), and TPZDohrThreadMultList< TVar, TSubStruct >::ThreadWork().
TPZAutoPointer<TSubStruct> TPZDohrThreadMultData< TSubStruct >::fSub |
Definition at line 189 of file tpzdohrmatrix.h.
Referenced by ParallelAssembleTaskMatrix< TVar, TSubStruct >::addWorkItem(), TPZDohrThreadMultData< TSubStruct >::operator=(), and TPZDohrThreadMultList< TVar, TSubStruct >::ThreadWork().