NeoPZ
|
Auxiliar structure for v2 vector to compute the preconditioner developed by Dohrmann. Sub Structure. More...
#include <tpzdohrprecond.h>
Public Member Functions | |
TPZDohrPrecondV2SubData () | |
TPZDohrPrecondV2SubData (int subindex, const TPZAutoPointer< TSubStruct > &substruct, TPZAutoPointer< TPZFMatrix< TVar > > res_local) | |
TPZDohrPrecondV2SubData (const TPZDohrPrecondV2SubData< TVar, TSubStruct > ©) | |
TPZDohrPrecondV2SubData & | operator= (const TPZDohrPrecondV2SubData ©) |
bool | IsValid () |
~TPZDohrPrecondV2SubData () | |
Public Attributes | |
TPZAutoPointer< TSubStruct > | fSubStructure |
Pointer to the dohr matrix. More... | |
TPZAutoPointer< TPZFMatrix< TVar > > | fInput_local |
Input matrix. More... | |
TPZAutoPointer< TPZDohrAssembleItem< TVar > > | fv2_local |
The local contribution to the v2 vector. More... | |
Auxiliar structure for v2 vector to compute the preconditioner developed by Dohrmann. Sub Structure.
Definition at line 165 of file tpzdohrprecond.h.
|
inline |
Definition at line 167 of file tpzdohrprecond.h.
|
inline |
Definition at line 171 of file tpzdohrprecond.h.
|
inline |
Definition at line 177 of file tpzdohrprecond.h.
|
inline |
Definition at line 195 of file tpzdohrprecond.h.
|
inline |
Definition at line 190 of file tpzdohrprecond.h.
Referenced by TPZDohrPrecondV2SubDataList< TVar, TSubStruct >::ThreadWork().
|
inline |
Definition at line 182 of file tpzdohrprecond.h.
References TPZDohrPrecondV2SubData< TVar, TSubStruct >::fInput_local, TPZDohrPrecondV2SubData< TVar, TSubStruct >::fSubStructure, and TPZDohrPrecondV2SubData< TVar, TSubStruct >::fv2_local.
TPZAutoPointer<TPZFMatrix<TVar> > TPZDohrPrecondV2SubData< TVar, TSubStruct >::fInput_local |
Input matrix.
Definition at line 202 of file tpzdohrprecond.h.
Referenced by ParallelAssembleTask< TVar, TSubStruct >::addWorkItem(), TPZDohrPrecondV2SubData< TVar, TSubStruct >::operator=(), and TPZDohrPrecondV2SubDataList< TVar, TSubStruct >::ThreadWork().
TPZAutoPointer<TSubStruct> TPZDohrPrecondV2SubData< TVar, TSubStruct >::fSubStructure |
Pointer to the dohr matrix.
Definition at line 200 of file tpzdohrprecond.h.
Referenced by ParallelAssembleTask< TVar, TSubStruct >::addWorkItem(), TPZDohrPrecondV2SubData< TVar, TSubStruct >::operator=(), and TPZDohrPrecondV2SubDataList< TVar, TSubStruct >::ThreadWork().
TPZAutoPointer<TPZDohrAssembleItem<TVar> > TPZDohrPrecondV2SubData< TVar, TSubStruct >::fv2_local |
The local contribution to the v2 vector.
Definition at line 204 of file tpzdohrprecond.h.
Referenced by ParallelAssembleTask< TVar, TSubStruct >::addWorkItem(), TPZDohrPrecondV2SubData< TVar, TSubStruct >::operator=(), and TPZDohrPrecondV2SubDataList< TVar, TSubStruct >::ThreadWork().