template<class FESType>
Rodin::Variational::TestFunction class

Represents a function which belongs to a test space.

Base classes

template<class Derived, class FES, ShapeFunctionSpaceType Space>
class ShapeFunction<TestFunction<FESType>, FESType, TestSpace>
ShapeFunction.

Public functions

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

Function documentation

template<class FESType>
TestFunction* Rodin::Variational::TestFunction<FESType>::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.