HypreGpuTransfers.hpp File Reference
Include dependency graph for HypreGpuTransfers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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.
 
namespace  Opm::gpuistl::HypreInterface
 Unified interface for Hypre operations with both CPU and GPU data structures.
 

Functions

template<typename VectorType >
void Opm::gpuistl::HypreInterface::setContinuousGpuVectorForHypre (const VectorType &v, std::vector< HYPRE_Real > &continuous_vector_values, const std::vector< int > &local_hypre_to_local_dune)
 
template<typename VectorType >
void Opm::gpuistl::HypreInterface::setGpuVectorFromContinuousVector (VectorType &v, const std::vector< HYPRE_Real > &continuous_vector_values, const std::vector< int > &local_hypre_to_local_dune)