JacKernels.hpp File Reference
#include <cstddef>
#include <vector>
Include dependency graph for JacKernels.hpp:

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
 
namespace  Opm::gpuistl::detail::JAC
 

Functions

template<class T , int blocksize>
void Opm::gpuistl::detail::JAC::invertDiagonalAndFlatten (const T *mat, const int *rowIndices, const int *colIndices, size_t numberOfRows, T *vec)
 This function receives a matrix, and the inverse of the matrix containing only its diagonal is stored in d_vec. More...