|
enum | PreconditionerType { BILU0
, CPR
, BISAI
} |
|
|
virtual void | setOpencl (std::shared_ptr< cl::Context > &context, std::shared_ptr< cl::CommandQueue > &queue) |
|
virtual void | apply (const cl::Buffer &y, cl::Buffer &x)=0 |
|
virtual bool | analyze_matrix (BlockedMatrix *mat)=0 |
|
virtual bool | analyze_matrix (BlockedMatrix *mat, BlockedMatrix *jacMat) |
|
virtual bool | create_preconditioner (BlockedMatrix *mat)=0 |
|
virtual bool | create_preconditioner (BlockedMatrix *mat, BlockedMatrix *jacMat) |
|
|
static std::unique_ptr< Preconditioner > | create (PreconditionerType type, int verbosity, bool opencl_ilu_parallel) |
|
|
| Preconditioner (int verbosity_) |
|
|
int | N = 0 |
|
int | Nb = 0 |
|
int | nnz = 0 |
|
int | nnzb = 0 |
|
int | verbosity = 0 |
|
std::shared_ptr< cl::Context > | context |
|
std::shared_ptr< cl::CommandQueue > | queue |
|
std::vector< cl::Event > | events |
|
cl_int | err |
|
The documentation for this class was generated from the following files:
- opm/simulators/linalg/bda/opencl/Preconditioner.hpp
- opm/simulators/linalg/bda/opencl/Preconditioner.cpp