#include <opm/common/ErrorMacros.hpp>
#include <opm/common/utility/VectorWithDefaultAllocator.hpp>
#include <opm/common/utility/gpuDecorators.hpp>
#include <opm/common/utility/gpuistl_if_available.hpp>
Go to the source code of this file.
|
| namespace | Opm |
| |
| namespace | Opm::gpuistl |
| | A small, fixed‑dimension MiniVector class backed by std::array that can be used in both host and CUDA device code.
|
| |
|
| template<class Scalar > |
| ThermalGasWaterFlowProblem< Scalar, GpuBuffer > | Opm::gpuistl::copy_to_gpu (ThermalGasWaterFlowProblem< Scalar, Opm::VectorWithDefaultAllocator > &cpuProblem) |
| |
| template<class Scalar > |
| ThermalGasWaterFlowProblem< Scalar, GpuView > | Opm::gpuistl::make_view (ThermalGasWaterFlowProblem< Scalar, GpuBuffer > &buffer) |
| |