AmgxInterface.hpp File Reference #include <opm/common/ErrorMacros.hpp> #include <opm/simulators/linalg/gpuistl/GpuSparseMatrix.hpp> #include <opm/simulators/linalg/gpuistl/GpuVector.hpp> #include <opm/simulators/linalg/gpuistl/detail/gpu_safe_call.hpp> #include <opm/simulators/linalg/gpuistl/detail/gpu_type_detection.hpp> #include <amgx_c.h> #include <cuda_runtime.h> #include <fmt/core.h> #include <string> #include <vector>
Include dependency graph for AmgxInterface.hpp:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Macro Definition Documentation◆ OPM_AMGX_SAFE_CALL
Macro to wrap AMGX function calls with error checking. Example usage: OPM_AMGX_SAFE_CALL(AMGX_initialize());
#define OPM_AMGX_SAFE_CALL(expr) Macro to wrap AMGX function calls with error checking. Definition: AmgxInterface.hpp:107 |
||||||||||||||||||||||||||||||||||||||||||||||||||||