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<V, GV, r, rC, R>

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

Method Dune::GDT::DiscreteBochnerFunction::space

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
const BochnerSpace<GV, r, rC, R> &Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::space() const

No documentation provided.

Method Dune::GDT::DiscreteBochnerFunction::dof_vectors

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
const XT::LA::ListVectorArray<V> &Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::dof_vectors() const

No documentation provided.

Method Dune::GDT::DiscreteBochnerFunction::dof_vectors

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
XT::LA::ListVectorArray<V> &Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::dof_vectors()

No documentation provided.

Method Dune::GDT::DiscreteBochnerFunction::name

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
std::string Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::name() const

No documentation provided.

Method Dune::GDT::DiscreteBochnerFunction::evaluate

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

No documentation provided.

Method Dune::GDT::DiscreteBochnerFunction::visualize

template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
void Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::visualize(const std::string filename_prefix, const VTK::OutputType vtk_output_type = VTK::appendedraw) const

No documentation provided.

Constructor Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>

template<>
template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, XT::LA::ListVectorArray<V> &dof_vectors, const std::string nm)

No documentation provided.

Constructor Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>

template<>
template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, XT::LA::ListVectorArray<V> *&&dof_vectors, const std::string nm)

No documentation provided.

Constructor Dune::GDT::DiscreteBochnerFunction::DiscreteBochnerFunction<V, GV, r, rC, R>

template<>
template<class V, class GV, size_t r = 1, size_t rC = 1, class R = double>
explicit Dune::GDT::DiscreteBochnerFunction<V, GV, r, rC, R>::DiscreteBochnerFunction<V, GV, r, rC, R>(const BochnerSpace<GV, r, rC, R> &bochner_space, const std::string nm)

No documentation provided.

Field Dune::GDT::DiscreteBochnerFunction::bochner_space_

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

No documentation provided.

Field Dune::GDT::DiscreteBochnerFunction::dof_vectors_

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

No documentation provided.

Field Dune::GDT::DiscreteBochnerFunction::name_

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

No documentation provided.