Class template Dune::XT::Functions::GridFunction

Inherits from Dune::XT::Functions::internal::GridFunctionBase.

template<class E, size_t r, class R>
class Dune::XT::Functions::GridFunction : public internal::GridFunctionBase<GridFunction<E, r, r, R>, E, r, r, R>

Wraps a value, a function or a grid function (variant for square matrices).

See also: GridFunction

static int Dune::XT::Functions::GridFunction::unit_matrix()

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const R &value, const std::string &nm = <recovery-expr>("GridFunction"), const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const FieldMatrix<R, r, r> &value, const std::string &nm = <recovery-expr>("GridFunction"), const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const FunctionInterface<d, 1, 1, R> &func, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(FunctionInterface<d, 1, 1, R> *&&func_ptr, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const FunctionInterface<d, r, r, R> &func, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(FunctionInterface<d, r, r, R> *&&func_ptr, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const GridFunctionInterface<E, 1, 1, R> &func, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(GridFunctionInterface<E, 1, 1, R> *&&func_ptr, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const GridFunctionInterface<E, r, r, R> &func, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(GridFunctionInterface<E, r, r, R> *&&func_ptr, const std::string &logging_prefix = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(const ThisType &other) = default

No documentation provided.

template<>
Dune::XT::Functions::GridFunction::GridFunction<E, r, r, R>(ThisType&&) noexcept = default

No documentation provided.

type Dune::XT::Functions::GridFunction::BaseType

No documentation provided.

type Dune::XT::Functions::GridFunction::ThisType

No documentation provided.