Class template Dune::XT::Functions::ESV2007::Testcase1Force

Inherits from Dune::XT::Functions::FunctionInterface.

template<class R>
class Dune::XT::Functions::ESV2007::Testcase1Force : public FunctionInterface<2, 1, 1, R>

No documentation provided.

static std::string Dune::XT::Functions::ESV2007::Testcase1Force::static_id()

No documentation provided.

static Common::Configuration Dune::XT::Functions::ESV2007::Testcase1Force::defaults()

No documentation provided.

ThisType *Dune::XT::Functions::ESV2007::Testcase1Force::copy_as_function_impl() const override

No documentation provided.

int Dune::XT::Functions::ESV2007::Testcase1Force::copy_as_function() const

No documentation provided.

std::string Dune::XT::Functions::ESV2007::Testcase1Force::name() const final

No documentation provided.

int Dune::XT::Functions::ESV2007::Testcase1Force::order(const XT::Common::Parameter& = <recovery-expr>({})) const final

No documentation provided.

RangeReturnType Dune::XT::Functions::ESV2007::Testcase1Force::evaluate(const DomainType &xx, const Common::Parameter& = <recovery-expr>({})) const final

“0.5 * pi * pi * cos(0.5 * pi * x[0]) * cos(0.5 * pi * x[1])”

DerivativeRangeReturnType Dune::XT::Functions::ESV2007::Testcase1Force::jacobian(const DomainType &xx, const Common::Parameter& = <recovery-expr>({})) const final

[“-0.25 * pi * pi * pi * sin(0.5 * pi * x[0]) * cos(0.5 * pi * x[1])” “-0.25 * pi * pi * pi * cos(0.5 * pi * x[0]) * sin(0.5 * pi * x[1])”]

template<>
Dune::XT::Functions::ESV2007::Testcase1Force::Testcase1Force<2, 1, 1, R>(const size_t ord = <recovery-expr>(defaults().template get<int>, "integration_order"), std::string nm = <recovery-expr>("ESV2007Testcase1Force"))

No documentation provided.

template<>
Dune::XT::Functions::ESV2007::Testcase1Force::Testcase1Force<2, 1, 1, R>(const ThisType&) = default

No documentation provided.

template<>
Dune::XT::Functions::ESV2007::Testcase1Force::Testcase1Force<2, 1, 1, R>(ThisType&&) noexcept = default

No documentation provided.

const int Dune::XT::Functions::ESV2007::Testcase1Force::order_

No documentation provided.

const std::string Dune::XT::Functions::ESV2007::Testcase1Force::name_

No documentation provided.

const bool Dune::XT::Functions::ESV2007::Testcase1Force::available

No documentation provided.

type Dune::XT::Functions::ESV2007::Testcase1Force::ThisType

No documentation provided.

type Dune::XT::Functions::ESV2007::Testcase1Force::BaseType

No documentation provided.