dune-istl  2.7.0
Public Types | Static Public Member Functions | List of all members
Dune::CheckIfDiagonalPresent< MultiTypeBlockMatrix< T1, Args... >, blocklevel, l > Struct Template Reference

#include <dune/istl/matrixutils.hh>

Public Types

typedef MultiTypeBlockMatrix< T1, Args... > Matrix
 

Static Public Member Functions

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

Member Typedef Documentation

◆ Matrix

template<std::size_t blocklevel, std::size_t l, typename T1 , typename... Args>
typedef MultiTypeBlockMatrix<T1,Args...> Dune::CheckIfDiagonalPresent< MultiTypeBlockMatrix< T1, Args... >, blocklevel, l >::Matrix

Member Function Documentation

◆ check()

template<std::size_t blocklevel, std::size_t l, typename T1 , typename... Args>
static void Dune::CheckIfDiagonalPresent< MultiTypeBlockMatrix< T1, Args... >, blocklevel, l >::check ( const Matrix )
inlinestatic

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


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