Class template Dune::GDT::DiscreteBochnerFunction

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
class Dune::GDT::DiscreteBochnerFunction

Discrete function living in a Bochner space, holding a temporal sequence of spatial DoF vectors.

const BochnerSpace<GV, r, rC, R> &Dune::GDT::DiscreteBochnerFunction::space() const

No documentation provided.

const XT::LA::ListVectorArray<V> &Dune::GDT::DiscreteBochnerFunction::dof_vectors() const

No documentation provided.

XT::LA::ListVectorArray<V> &Dune::GDT::DiscreteBochnerFunction::dof_vectors()

No documentation provided.

std::string Dune::GDT::DiscreteBochnerFunction::name() const

No documentation provided.

DiscreteFunction<V, GV, r, rC, R> Dune::GDT::DiscreteBochnerFunction::evaluate(const double &time) const

No documentation provided.

void Dune::GDT::DiscreteBochnerFunction::visualize(const std::string filename_prefix, const int vtk_output_type = <recovery-expr>()) const

No documentation provided.

template<>
Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, XT::LA::ListVectorArray<V> &dof_vectors, const std::string nm = <recovery-expr>(""))

No documentation provided.

template<>
Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, XT::LA::ListVectorArray<V> *&&dof_vectors, const std::string nm = <recovery-expr>(""))

No documentation provided.

template<>
Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, const std::string nm = <recovery-expr>(""))

No documentation provided.

const BochnerSpace<GV, r, rC, R> &Dune::GDT::DiscreteBochnerFunction::bochner_space_

No documentation provided.

XT::Common::StorageProvider<XT::LA::ListVectorArray<V>> Dune::GDT::DiscreteBochnerFunction::dof_vectors_

No documentation provided.

const std::string Dune::GDT::DiscreteBochnerFunction::name_

No documentation provided.