template<class F>
Rodin::Variational::RealFunction<F> class final

Represents a scalar function given by an arbitrary scalar function.

Base classes

template<class Derived>
class RealFunctionBase<RealFunction<F>>
Base class for real-valued functions defined on a mesh.

Public functions

auto copy() const -> RealFunction* override noexcept
Copies the object and returns a non-owning pointer to the copied object.

Function documentation

template<class F>
RealFunction* Rodin::Variational::RealFunction<F><F>::copy() const override noexcept

Copies the object and returns a non-owning pointer to the copied object.

Returns Non-owning pointer to the copied object.