dune-fem 2.8.0
|
#include <cassert>
#include <typeindex>
#include <dune/common/exceptions.hh>
#include <dune/fem/version.hh>
#include <dune/fem/operator/common/mapping.hh>
Go to the source code of this file.
Classes | |
class | Dune::Fem::Operator< DomainFunction, RangeFunction > |
abstract operator More... | |
class | Dune::Fem::LinearOperator< DomainFunction, RangeFunction > |
abstract affine-linear operator More... | |
class | Dune::Fem::AssembledOperator< DomainFunction, RangeFunction > |
abstract matrix operator More... | |
class | Dune::Operator< DFieldType, RFieldType, DType, RType > |
An abstract operator Interface class for Operators. Operators are applied to Functions and the result is a Function again. More... | |
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |
Typedefs | |
template<class T > | |
using | Dune::Fem::IsOperator = Impl::IsOperatorImpl< std::decay_t< T > > |
template<class T > | |
using | Dune::Fem::IsLinearOperator = Impl::IsOperatorImpl< std::decay_t< T > > |
template<class T > | |
using | Dune::Fem::IsAssembledOperator = Impl::IsAssembledOperatorImpl< std::decay_t< T > > |