template<class Derived>
Rodin::Variational::RealFunctionBase class

Base class for real-valued functions defined on a mesh.

Public functions

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

Function documentation

template<class Derived>
RealFunctionBase* Rodin::Variational::RealFunctionBase<Derived>::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.