Class template Dune::GDT::Test::InstationaryEocStudy

Inherits from Dune::XT::Common::ConvergenceStudy, ::testing::Test.

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
class Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la> : public XT::Common::ConvergenceStudy, public ::testing::Test

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::num_refinements

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::num_refinements() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::targets

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::targets() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::norms

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::norms() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::estimates

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::estimates() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::quantities

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::quantities() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::discretization_info_title

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
std::string Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::discretization_info_title() const override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::make_initial_grid

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
virtual GP Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::make_initial_grid() = 0

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::make_space

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::make_space(const GP &current_grid) = 0

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::discretization_info

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
std::string Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::discretization_info(const int refinement_level) override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::make_lhs_operator

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::make_lhs_operator(const int &space) = 0

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::solve

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::solve(const int &space, const double T_end) = 0

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::compute_reference_solution

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
virtual void Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::compute_reference_solution()

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::compute

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::compute(const int refinement_level, const int &actual_norms, const int &actual_estimates, const int &actual_quantities) override

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::time_points_from_vector_array

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
static int Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::time_points_from_vector_array(const int &va)

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::implicit_timestepping

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
bool Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::implicit_timestepping() const

No documentation provided.

Method Dune::GDT::Test::InstationaryEocStudy::adaptive_timestepping

template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
bool Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::adaptive_timestepping() const

No documentation provided.

Constructor Dune::GDT::Test::InstationaryEocStudy::InstationaryEocStudy<GridView, m_, la>

template<>
template<class GridView, size_t m_ = 1, XT::LA::Backends la = XT::LA::Backends::istl_sparse>
Dune::GDT::Test::InstationaryEocStudy<GridView, m_, la>::InstationaryEocStudy<GridView, m_, la>(const double T_end, const std::string timestepping, std::function<void(const int&, const std::string&)> visualizer, const int num_refinements = 3, const int num_additional_refinements_for_reference = 2)

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::T_end_

double Dune::GDT::Test::InstationaryEocStudy::T_end_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::timestepping_

const std::string Dune::GDT::Test::InstationaryEocStudy::timestepping_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::num_refinements_

int Dune::GDT::Test::InstationaryEocStudy::num_refinements_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::num_additional_refinements_for_reference_

int Dune::GDT::Test::InstationaryEocStudy::num_additional_refinements_for_reference_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::visualize_

const std::function<void(const int&, const std::string&)> Dune::GDT::Test::InstationaryEocStudy::visualize_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::current_refinement_

int Dune::GDT::Test::InstationaryEocStudy::current_refinement_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::current_data_

int Dune::GDT::Test::InstationaryEocStudy::current_data_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::current_grid_

int Dune::GDT::Test::InstationaryEocStudy::current_grid_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::current_space_

int Dune::GDT::Test::InstationaryEocStudy::current_space_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::reference_grid_

int Dune::GDT::Test::InstationaryEocStudy::reference_grid_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::reference_space_

int Dune::GDT::Test::InstationaryEocStudy::reference_space_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::current_solution_on_reference_grid_

int Dune::GDT::Test::InstationaryEocStudy::current_solution_on_reference_grid_

No documentation provided.

Field Dune::GDT::Test::InstationaryEocStudy::reference_solution_on_reference_grid_

int Dune::GDT::Test::InstationaryEocStudy::reference_solution_on_reference_grid_

No documentation provided.

Variable Dune::GDT::Test::InstationaryEocStudy::m

const int Dune::GDT::Test::InstationaryEocStudy::m

No documentation provided.

Variable Dune::GDT::Test::InstationaryEocStudy::d

const int Dune::GDT::Test::InstationaryEocStudy::d

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::GV

type Dune::GDT::Test::InstationaryEocStudy::GV

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::G

type Dune::GDT::Test::InstationaryEocStudy::G

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::D

type Dune::GDT::Test::InstationaryEocStudy::D

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::R

type Dune::GDT::Test::InstationaryEocStudy::R

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::GP

type Dune::GDT::Test::InstationaryEocStudy::GP

No documentation provided.

Type alias Dune::GDT::Test::InstationaryEocStudy::M

type Dune::GDT::Test::InstationaryEocStudy::M

No documentation provided.