Class template Dune::GDT::LocalAdvectionDgVolumeOperator

Inherits from Dune::GDT::LocalElementOperatorInterface.

template<class SV, class SGV, size_t m = 1, class SF = double, class RF = SF, class RGV = SGV, class RV = SV>
class Dune::GDT::LocalAdvectionDgVolumeOperator : public LocalElementOperatorInterface<SV, SGV, m, 1, SF, m, 1, RF, RGV, RV>

Note

See also LocalElementOperatorInterface for a description of the template arguments.

See also: LocalElementOperatorInterface

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

No documentation provided.

bool Dune::GDT::LocalAdvectionDgVolumeOperator::linear() const final override
void Dune::GDT::LocalAdvectionDgVolumeOperator::apply(LocalRangeType &local_range, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::LocalAdvectionDgVolumeOperator::post_bind(const E &ele) final override

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const FluxType &flux)

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const SourceType &source, const FluxType &flux)

No documentation provided.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const int &local_mass_matrices, const FluxType &flux)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const SourceType &source, const int &local_mass_matrices, const FluxType &flux)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const SourceSpaceType &source_space, const SV &source_vector, const int &local_mass_matrices, const FluxType &flux)

Applies the inverse of the local mass matrix.

template<>
Dune::GDT::LocalAdvectionDgVolumeOperator::LocalAdvectionDgVolumeOperator<SV, SGV, m, SF, RF, RGV, RV>(const ThisType &other)

No documentation provided.

const FluxType &Dune::GDT::LocalAdvectionDgVolumeOperator::flux_

No documentation provided.

int Dune::GDT::LocalAdvectionDgVolumeOperator::local_flux_

No documentation provided.

const int Dune::GDT::LocalAdvectionDgVolumeOperator::local_mass_matrices_

No documentation provided.

int Dune::GDT::LocalAdvectionDgVolumeOperator::basis_jacobians_

No documentation provided.

XT::LA::CommonDenseVector<RF> Dune::GDT::LocalAdvectionDgVolumeOperator::local_dofs_

No documentation provided.

type Dune::GDT::LocalAdvectionDgVolumeOperator::ThisType

No documentation provided.

type Dune::GDT::LocalAdvectionDgVolumeOperator::BaseType

No documentation provided.

type Dune::GDT::LocalAdvectionDgVolumeOperator::FluxType

No documentation provided.