![]() |
NeoPZ
|
Contains the TPZDohrPrecond class which implements a matrix which computes the preconditioner developed by Dohrmann.
Also contains TPZDohrPrecondThreadV1Data, TPZDohrPrecondV2SubData and TPZDohrPrecondV2SubDataList structure.
More...
#include "pzmatrix.h"#include "tpzautopointer.h"#include "tpzdohrsubstruct.h"#include "tpzdohrmatrix.h"#include "tpzdohrassembly.h"#include "tpzdohrassemblelist.h"#include <list>#include <semaphore.h>#include "pz_pthread.h"#include <pthread.h>Go to the source code of this file.
Classes | |
| class | TPZDohrPrecond< TVar, TSubStruct > |
| Implements a matrix which computes the preconditioner developed by Dohrmann. Sub Structure. More... | |
| struct | TPZDohrPrecondThreadV1Data< TVar, TSubStruct > |
| Auxiliar structure with thread to compute the preconditioner developed by Dohrmann. Sub Structure. More... | |
| struct | TPZDohrPrecondV2SubData< TVar, TSubStruct > |
| Auxiliar structure for v2 vector to compute the preconditioner developed by Dohrmann. Sub Structure. More... | |
| struct | TPZDohrAssembleList< TVar > |
| List of items to assembling using Dohrmann algorithm. More... | |
| struct | TPZDohrPrecondV2SubDataList< TVar, TSubStruct > |
| Auxiliar structure with list for v2 vector data. Sub Structure. More... | |
Contains the TPZDohrPrecond class which implements a matrix which computes the preconditioner developed by Dohrmann.
Also contains TPZDohrPrecondThreadV1Data, TPZDohrPrecondV2SubData and TPZDohrPrecondV2SubDataList structure.
Definition in file tpzdohrprecond.h.
1.8.13