19#ifndef OPM_JAC_KERNELS_HPP
20#define OPM_JAC_KERNELS_HPP
23namespace Opm::gpuistl::detail::JAC
34template <
class T,
int blocksize>
35void invertDiagonalAndFlatten(T* mat,
int* rowIndices,
int* colIndices,
size_t numberOfRows, T*
vec);
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242