dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
solver.hh File Reference
#include <dune/common/fvector.hh>
#include <dune/pdelab/backend/interface.hh>

Go to the source code of this file.

Classes

struct  Dune::PDELab::SequentialNorm
 
struct  Dune::PDELab::LinearSolverResult< RFType >
 
class  Dune::PDELab::LinearResultStorage
 
struct  Dune::PDELab::LinearSolverHasIsMatrixFree< LS, typename >
 
struct  Dune::PDELab::LinearSolverHasIsMatrixFree< LS, std::void_t< decltype(std::declval< LS >().isMatrixFree)> >
 SFINAE check if a linear solver backend has a isMatrixFree method. More...
 

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 

Functions

template<typename LS >
constexpr bool Dune::PDELab::linearSolverIsMatrixFree ()
 Function that checks if a linear solver is matrix-free. More...