Class template Dune::XT::Functions::ElementwiseMinimumFunction

template<class SomeFunction>
class Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>

Scalar grid function that is constant on each element and equals the minimum of another function there.

Class Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction

class Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::post_bind

void Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::post_bind(const int &element) final

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::order

int Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::order(const XT::Common::Parameter&) const

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::evaluate

int Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::evaluate(const int&, const XT::Common::Parameter&) const final

No documentation provided.

Constructor Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::LocalFunction

Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::LocalFunction(const int &some_func, const int search_quadrature_order)

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::some_func_

int Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::some_func_

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::some_lf_

int Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::some_lf_

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::search_quadrature_order_

const int Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::search_quadrature_order_

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::min_

double Dune::XT::Functions::ElementwiseMinimumFunction::LocalFunction::min_

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::copy_as_grid_function_impl

template<class SomeFunction>
ThisType *Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::copy_as_grid_function_impl() const override

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::copy_as_grid_function

template<class SomeFunction>
int Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::copy_as_grid_function() const

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::local_function

template<class SomeFunction>
int Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::local_function() const final

No documentation provided.

Method Dune::XT::Functions::ElementwiseMinimumFunction::name

template<class SomeFunction>
std::string Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::name() const

No documentation provided.

Constructor Dune::XT::Functions::ElementwiseMinimumFunction::ElementwiseMinimumFunction<SomeFunction>

template<>
template<class SomeFunction>
Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::ElementwiseMinimumFunction<SomeFunction>(int some_func, const int search_quadrature_order, std::string nm)

No documentation provided.

Constructor Dune::XT::Functions::ElementwiseMinimumFunction::ElementwiseMinimumFunction<SomeFunction>

template<>
template<class SomeFunction>
Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::ElementwiseMinimumFunction<SomeFunction>(const ThisType &other)

No documentation provided.

Constructor Dune::XT::Functions::ElementwiseMinimumFunction::ElementwiseMinimumFunction<SomeFunction>

template<>
template<class SomeFunction>
Dune::XT::Functions::ElementwiseMinimumFunction<SomeFunction>::ElementwiseMinimumFunction<SomeFunction>(ThisType&&) noexcept = default

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::some_func_

int Dune::XT::Functions::ElementwiseMinimumFunction::some_func_

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::search_quadrature_order_

const int Dune::XT::Functions::ElementwiseMinimumFunction::search_quadrature_order_

No documentation provided.

Field Dune::XT::Functions::ElementwiseMinimumFunction::name_

const std::string Dune::XT::Functions::ElementwiseMinimumFunction::name_

No documentation provided.

Variable Dune::XT::Functions::ElementwiseMinimumFunction::r_

const int Dune::XT::Functions::ElementwiseMinimumFunction::r_

No documentation provided.

Variable Dune::XT::Functions::ElementwiseMinimumFunction::rC_

const int Dune::XT::Functions::ElementwiseMinimumFunction::rC_

No documentation provided.

Type alias Dune::XT::Functions::ElementwiseMinimumFunction::ThisType

type Dune::XT::Functions::ElementwiseMinimumFunction::ThisType

No documentation provided.