ILU_variants_helper_kernels.hpp File Reference
Include dependency graph for ILU_variants_helper_kernels.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::detail
 

Functions

template<class T >
void Opm::gpuistl::detail::computeDiagIndicesNoReorder (const int *rowIndices, const int *colIndices, const size_t *indexConversion, int rows, size_t *diagIndices)
 Computes indices of diagonal elements for non-reordered GPU preconditioner. More...
 
template<class T >
void Opm::gpuistl::detail::computeDiagIndices (const int *rowIndices, const int *colIndices, const int *reorderedToNatural, int rows, size_t *diagIndices)
 Computes indices of diagonal elements for reordered GPU preconditioner. More...