dune-istl 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::SolverCategory Struct Reference

Categories for the solvers. More...

#include <dune/istl/solvercategory.hh>

Public Types

enum  Category { sequential , nonoverlapping , overlapping }
 

Static Public Member Functions

template<typename OP >
static Category category (const OP &op, decltype(op.category()) *=nullptr)
 Helperfunction to extract the solver category either from an enum, or from the newly introduced virtual member function.
 

Detailed Description

Categories for the solvers.

Member Enumeration Documentation

◆ Category

Enumerator
sequential 

Category for sequential solvers.

nonoverlapping 

Category for non-overlapping solvers.

overlapping 

Category for overlapping solvers.

Member Function Documentation

◆ category()

template<typename OP >
static Category Dune::SolverCategory::category ( const OP &  op,
decltype(op.category()) *  = nullptr 
)
inlinestatic

Helperfunction to extract the solver category either from an enum, or from the newly introduced virtual member function.


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