Class template Dune::GDT::Test::IntegrandTest

Inherits from ::testing::Test.

template<class G>
class Dune::GDT::Test::IntegrandTest<G> : public ::testing::Test

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::make_grid

template<class G>
virtual std::shared_ptr<XT::Grid::GridProvider<G>> Dune::GDT::Test::IntegrandTest<G>::make_grid()

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::SetUp

template<class G>
void Dune::GDT::Test::IntegrandTest<G>::SetUp() override

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::find_inner_intersection

template<class G>
int Dune::GDT::Test::IntegrandTest<G>::find_inner_intersection() const

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::find_boundary_intersection

template<class G>
int Dune::GDT::Test::IntegrandTest<G>::find_boundary_intersection() const

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::make_const_basis

template<class G>
int Dune::GDT::Test::IntegrandTest<G>::make_const_basis() const

No documentation provided.

Method Dune::GDT::Test::IntegrandTest::is_constructable

template<class G>
virtual void Dune::GDT::Test::IntegrandTest<G>::is_constructable() = 0

No documentation provided.

Field Dune::GDT::Test::IntegrandTest::grid_provider_

std::shared_ptr<XT::Grid::GridProvider<G>> Dune::GDT::Test::IntegrandTest::grid_provider_

No documentation provided.

Field Dune::GDT::Test::IntegrandTest::scalar_ansatz_

int Dune::GDT::Test::IntegrandTest::scalar_ansatz_

No documentation provided.

Field Dune::GDT::Test::IntegrandTest::scalar_test_

int Dune::GDT::Test::IntegrandTest::scalar_test_

No documentation provided.

Field Dune::GDT::Test::IntegrandTest::vector_ansatz_

int Dune::GDT::Test::IntegrandTest::vector_ansatz_

No documentation provided.

Field Dune::GDT::Test::IntegrandTest::vector_test_

int Dune::GDT::Test::IntegrandTest::vector_test_

No documentation provided.

Variable Dune::GDT::Test::IntegrandTest::d

const int Dune::GDT::Test::IntegrandTest::d

No documentation provided.

Variable Dune::GDT::Test::IntegrandTest::is_simplex_grid_

const bool Dune::GDT::Test::IntegrandTest::is_simplex_grid_

No documentation provided.

Type alias Dune::GDT::Test::IntegrandTest::GV

type Dune::GDT::Test::IntegrandTest::GV

No documentation provided.

Type alias Dune::GDT::Test::IntegrandTest::D

type Dune::GDT::Test::IntegrandTest::D

No documentation provided.

Function template Dune::GDT::Test::IntegrandTest::with_first_interior_intersection

template<class G>
template<class Callable>
bool Dune::GDT::Test::IntegrandTest<G>::with_first_interior_intersection(Callable &&callable) const

No documentation provided.

Function template Dune::GDT::Test::IntegrandTest::for_each_intersection_of_first_element

template<class G>
template<class Callable>
void Dune::GDT::Test::IntegrandTest<G>::for_each_intersection_of_first_element(Callable &&callable) const

No documentation provided.

Function template Dune::GDT::Test::IntegrandTest::with_first_coupling_intersection

template<class G>
template<class Callable>
bool Dune::GDT::Test::IntegrandTest<G>::with_first_coupling_intersection(Callable &&callable) const

No documentation provided.

Function template Dune::GDT::Test::IntegrandTest::check_unary_clone_matches

template<class G>
template<class UnaryIntegrandType, class BasisType>
void Dune::GDT::Test::IntegrandTest<G>::check_unary_clone_matches(UnaryIntegrandType &integrand, const BasisType &basis)

No documentation provided.

Function template Dune::GDT::Test::IntegrandTest::check_binary_clone_matches

template<class G>
template<class BinaryIntegrandType>
void Dune::GDT::Test::IntegrandTest<G>::check_binary_clone_matches(BinaryIntegrandType &integrand)

No documentation provided.