Class template Dune::GDT::ForwardOperator

Inherits from Dune::GDT::ForwardOperatorInterface.

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
class Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV> : public ForwardOperatorInterface<SGV, s_r, s_rC, r_r, r_rC, F, V, RGV>

Operator built up from local element and intersection operators, applied by walking the assembly grid view.

Method Dune::GDT::ForwardOperator::assembly_grid_view

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
const AssemblyGridViewType &Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::assembly_grid_view() const

No documentation provided.

Method Dune::GDT::ForwardOperator::with

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
auto Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::with(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param) const

allows to fix the arguments to apply(), the resulting assembler can be appended to a GridWalker

Method Dune::GDT::ForwardOperator::range_space

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
const RangeSpaceType &Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::range_space() const override

\ {

Required by ForwardOperatorInterface

Method Dune::GDT::ForwardOperator::linear

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
bool Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::linear() const override

No documentation provided.

Method Dune::GDT::ForwardOperator::apply

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
void Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::apply(SourceFunctionType source_function, VectorType &range_vector, const XT::Common::Parameter &param) const override

No documentation provided.

Method Dune::GDT::ForwardOperator::operator+=

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
ThisType &Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::operator+=(const LocalElementOperatorType &local_operator)

\ }

These methods allow to append local operators

\ {

Method Dune::GDT::ForwardOperator::operator+=

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
ThisType &Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::operator+=(const std::pair<const LocalElementOperatorType&, const ElementFilterType&> &local_operator__filter)

No documentation provided.

Method Dune::GDT::ForwardOperator::operator+=

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
ThisType &Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::operator+=(const int &local_operator)

No documentation provided.

Constructor Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>

template<>
template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(const AssemblyGridViewType &assembly_grid_vw, const RangeSpaceType &range_spc, const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>

template<>
template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::ForwardOperator::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>

template<>
template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::ForwardOperator::range_space_

const RangeSpaceType &Dune::GDT::ForwardOperator::range_space_

No documentation provided.

Field Dune::GDT::ForwardOperator::linear_

bool Dune::GDT::ForwardOperator::linear_

No documentation provided.

Type alias Dune::GDT::ForwardOperator::ThisType

type Dune::GDT::ForwardOperator::ThisType

No documentation provided.

Type alias Dune::GDT::ForwardOperator::BaseType

type Dune::GDT::ForwardOperator::BaseType

No documentation provided.

Type alias Dune::GDT::ForwardOperator::AssemblyGridViewType

type Dune::GDT::ForwardOperator::AssemblyGridViewType

No documentation provided.

Type alias Dune::GDT::ForwardOperator::AGV

type Dune::GDT::ForwardOperator::AGV

No documentation provided.

Type alias Dune::GDT::ForwardOperator::ElementFilterType

type Dune::GDT::ForwardOperator::ElementFilterType

No documentation provided.

Type alias Dune::GDT::ForwardOperator::IntersectionFilterType

type Dune::GDT::ForwardOperator::IntersectionFilterType

No documentation provided.

Type alias Dune::GDT::ForwardOperator::ApplyOnAllElements

type Dune::GDT::ForwardOperator::ApplyOnAllElements

No documentation provided.

Type alias Dune::GDT::ForwardOperator::ApplyOnAllIntersections

type Dune::GDT::ForwardOperator::ApplyOnAllIntersections

No documentation provided.

Type alias Dune::GDT::ForwardOperator::LocalElementOperatorType

type Dune::GDT::ForwardOperator::LocalElementOperatorType

No documentation provided.

Function template Dune::GDT::ForwardOperator::with

template<class AssemblyGridView, size_t s_r = 1, size_t s_rC = 1, size_t r_r = s_r, size_t r_rC = s_rC, class F = double, class V = XT::LA::IstlDenseVector<F>, class SGV = AssemblyGridView, class RGV = AssemblyGridView>
template<class MatrixType>
auto Dune::GDT::ForwardOperator<AssemblyGridView, s_r, s_rC, r_r, r_rC, F, V, SGV, RGV>::with(const SpaceInterface<SGV, s_r, s_rC, F> &source_space) const

allows to obtain the corresponding Operator