template<class FES>
TestFunction class
Represents a function which belongs to a test space.
Template parameters | |
---|---|
FES | Type of finite element space |
Base classes
-
template<class Derived, class FES, ShapeFunctionSpaceType Space>class ShapeFunction<TestFunction<FES>, FES, 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 FES>
TestFunction* Rodin:: Variational:: TestFunction<FES>:: 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. |
---|