Class template Dune::GDT::LocalAdvectionDgCouplingOperator

Inherits from Dune::GDT::LocalIntersectionOperatorInterface.

template<class I, class SV, class SGV, size_t m = 1, class SR = double, class IRR = SR, class IRGV = SGV, class IRV = SV, class ORR = IRR, class ORGV = IRGV, class ORV = IRV>
class Dune::GDT::LocalAdvectionDgCouplingOperator : public LocalIntersectionOperatorInterface<I, SV, SGV, m, 1, SR, m, 1, IRR, IRGV, IRV, ORGV, ORV>

Note

See also LocalIntersectionOperatorInterface for a description of the template arguments.

See also: LocalIntersectionOperatorInterface

int Dune::GDT::LocalAdvectionDgCouplingOperator::copy() const final override

No documentation provided.

bool Dune::GDT::LocalAdvectionDgCouplingOperator::linear() const final override

No documentation provided.

void Dune::GDT::LocalAdvectionDgCouplingOperator::apply(LocalInsideRangeType &local_range_inside, LocalOutsideRangeType &local_range_outside, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::LocalAdvectionDgCouplingOperator::post_bind(const I &inter) final override

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const NumericalFluxType &numerical_flux, bool compute_outside = true)

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const SourceType &source, const NumericalFluxType &numerical_flux, bool compute_outside = true)

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const int &local_mass_matrices, const NumericalFluxType &numerical_flux, bool compute_outside = true)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const SourceType &source, const int &local_mass_matrices, const NumericalFluxType &numerical_flux, bool compute_outside = true)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const SourceSpaceType &source_space, const SV &source_vector, const int &local_mass_matrices, const NumericalFluxType &numerical_flux, bool compute_outside = true)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgCouplingOperator::LocalAdvectionDgCouplingOperator<I, SV, SGV, m, SR, IRR, IRGV, IRV, ORR, ORGV, ORV>(const ThisType &other)

No documentation provided.

const int Dune::GDT::LocalAdvectionDgCouplingOperator::numerical_flux_

No documentation provided.

int Dune::GDT::LocalAdvectionDgCouplingOperator::local_flux_inside_

No documentation provided.

int Dune::GDT::LocalAdvectionDgCouplingOperator::local_flux_outside_

No documentation provided.

const bool Dune::GDT::LocalAdvectionDgCouplingOperator::compute_outside_

No documentation provided.

const int Dune::GDT::LocalAdvectionDgCouplingOperator::local_mass_matrices_

No documentation provided.

int Dune::GDT::LocalAdvectionDgCouplingOperator::inside_basis_values_

No documentation provided.

int Dune::GDT::LocalAdvectionDgCouplingOperator::outside_basis_values_

No documentation provided.

XT::LA::CommonDenseVector<IRR> Dune::GDT::LocalAdvectionDgCouplingOperator::inside_local_dofs_

No documentation provided.

XT::LA::CommonDenseVector<ORR> Dune::GDT::LocalAdvectionDgCouplingOperator::outside_local_dofs_

No documentation provided.

type Dune::GDT::LocalAdvectionDgCouplingOperator::ThisType

No documentation provided.

type Dune::GDT::LocalAdvectionDgCouplingOperator::BaseType

No documentation provided.

type Dune::GDT::LocalAdvectionDgCouplingOperator::NumericalFluxType

No documentation provided.