dune-istl 2.8.0
Static Public Member Functions | List of all members
Dune::CheckIfDiagonalPresent< Matrix, blocklevel, l > Struct Template Reference

Check whether the a matrix has diagonal values on blocklevel recursion levels. More...

#include <dune/istl/matrixutils.hh>

Static Public Member Functions

static void check (const Matrix &mat)
 Check whether the a matrix has diagonal values on blocklevel recursion levels. More...
 

Detailed Description

template<class Matrix, std::size_t blocklevel, std::size_t l = blocklevel>
struct Dune::CheckIfDiagonalPresent< Matrix, blocklevel, l >

Check whether the a matrix has diagonal values on blocklevel recursion levels.

Member Function Documentation

◆ check()

template<class Matrix , std::size_t blocklevel, std::size_t l = blocklevel>
static void Dune::CheckIfDiagonalPresent< Matrix, blocklevel, l >::check ( const Matrix mat)
inlinestatic

Check whether the a matrix has diagonal values on blocklevel recursion levels.


The documentation for this struct was generated from the following file: