version 3.9.0
Loading...
Searching...
No Matches
pdesolver.hh File Reference

A high-level solver interface for a linear PDE solver.

#include <cmath>
#include <memory>
#include <iostream>
#include <type_traits>
#include <dune/common/timer.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/parallel/mpicommunication.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/std/type_traits.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/multitypeblockvector.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/exceptions.hh>
#include <dumux/common/typetraits/vector.hh>
#include <dumux/common/timeloop.hh>
#include <dumux/common/pdesolver.hh>
#include <dumux/common/variablesbackend.hh>
#include <dumux/linear/matrixconverter.hh>

Go to the source code of this file.

Classes

class  Dumux::LinearPDESolver< Assembler, LinearSolver, Comm >
 An implementation of a linear PDE solver. More...
 

Namespaces

namespace  Dumux
 
namespace  Dumux::Detail
 Distance implementation details.
 
namespace  Dumux::Detail::LinearPDESolver
 

Typedefs

template<class Solver , class Matrix >
using Dumux::Detail::LinearPDESolver::SetMatrixDetector = decltype(std::declval<Solver>().setMatrix(std::declval<std::shared_ptr<Matrix>>()))
 

Functions

template<class Solver , class Matrix >
static constexpr bool Dumux::Detail::LinearPDESolver::linearSolverHasSetMatrix ()