dune-pdelab
2.7-git
|
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 | |
Dune | |
For backward compatibility – Do not use this! | |
Dune::PDELab | |
Functions | |
template<typename LS > | |
constexpr bool | Dune::PDELab::linearSolverIsMatrixFree () |
Function that checks if a linear solver is matrix-free. More... | |