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

Functions

template<class T , int blocksize>
void Opm::gpuistl::detail::JAC::invertDiagonalAndFlatten (T *mat, int *rowIndices, 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...