NeoPZ
|
Auxiliar structure with thread to compute the preconditioner developed by Dohrmann. Sub Structure. More...
#include <tpzdohrprecond.h>
Public Member Functions | |
TPZDohrPrecondThreadV1Data () | |
TPZDohrPrecondThreadV1Data (const TPZDohrPrecond< TVar, TSubStruct > *ptr, const TPZFMatrix< TVar > &input, TPZFMatrix< TVar > &output) | |
Static Public Member Functions | |
static void * | ComputeV1 (void *dataptr) |
Compute the contribution of the coarse matrix. More... | |
Public Attributes | |
const TPZDohrPrecond< TVar, TSubStruct > * | fDohrMatrix |
Pointer to the dohr matrix. More... | |
const TPZFMatrix< TVar > * | fInput |
Input matrix. More... | |
TPZFMatrix< TVar > * | fOutput |
Matrix where the coarse solution will be contributed. More... | |
Auxiliar structure with thread to compute the preconditioner developed by Dohrmann. Sub Structure.
Definition at line 138 of file tpzdohrprecond.h.
|
inline |
Definition at line 139 of file tpzdohrprecond.h.
|
inline |
Definition at line 142 of file tpzdohrprecond.h.
|
inlinestatic |
Compute the contribution of the coarse matrix.
Definition at line 153 of file tpzdohrprecond.h.
References TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fDohrMatrix, TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fInput, and TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fOutput.
const TPZDohrPrecond<TVar, TSubStruct>* TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fDohrMatrix |
Pointer to the dohr matrix.
Definition at line 147 of file tpzdohrprecond.h.
Referenced by TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::ComputeV1().
const TPZFMatrix<TVar>* TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fInput |
Input matrix.
Definition at line 149 of file tpzdohrprecond.h.
Referenced by TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::ComputeV1().
TPZFMatrix<TVar>* TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::fOutput |
Matrix where the coarse solution will be contributed.
Definition at line 151 of file tpzdohrprecond.h.
Referenced by TPZDohrPrecondThreadV1Data< TVar, TSubStruct >::ComputeV1().