Class template Dune::GDT::LocalIntersectionFunctionalAssembler

Inherits from Dune::XT::Grid::IntersectionFunctor.

template<class Vector, class GridView, size_t r, size_t rC, class R = double, class SpaceGridView = GridView>
class Dune::GDT::LocalIntersectionFunctionalAssembler : public XT::Grid::IntersectionFunctor<GridView>

Assembles a local intersection functional into a global vector while iterating over the grid intersections.

BaseType *Dune::GDT::LocalIntersectionFunctionalAssembler::copy() final override

No documentation provided.

void Dune::GDT::LocalIntersectionFunctionalAssembler::apply_local(const IntersectionType &intersection, const ElementType &inside_element, const ElementType &outside_element) final override

No documentation provided.

template<>
Dune::GDT::LocalIntersectionFunctionalAssembler::LocalIntersectionFunctionalAssembler<Vector, GridView, r, rC, R, SpaceGridView>(const SpaceType &space, const LocalFunctionalType &local_functional, VectorType &global_vector, const XT::Common::Parameter &param = <recovery-expr>({}))

No documentation provided.

template<>
Dune::GDT::LocalIntersectionFunctionalAssembler::LocalIntersectionFunctionalAssembler<Vector, GridView, r, rC, R, SpaceGridView>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalIntersectionFunctionalAssembler::LocalIntersectionFunctionalAssembler<Vector, GridView, r, rC, R, SpaceGridView>(ThisType &&source) noexcept = default

No documentation provided.

int Dune::GDT::LocalIntersectionFunctionalAssembler::space_

No documentation provided.

int Dune::GDT::LocalIntersectionFunctionalAssembler::local_functional_

No documentation provided.

VectorType &Dune::GDT::LocalIntersectionFunctionalAssembler::global_vector_

No documentation provided.

XT::Common::Parameter Dune::GDT::LocalIntersectionFunctionalAssembler::param_

No documentation provided.

int Dune::GDT::LocalIntersectionFunctionalAssembler::local_vector_

No documentation provided.

int Dune::GDT::LocalIntersectionFunctionalAssembler::global_indices_

No documentation provided.

int Dune::GDT::LocalIntersectionFunctionalAssembler::basis_

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::ThisType

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::BaseType

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::VectorType

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::FieldType

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::SpaceType

No documentation provided.

type Dune::GDT::LocalIntersectionFunctionalAssembler::LocalFunctionalType

No documentation provided.