template<class FESType>
TrialFunction class
Represents a function which belongs to a trial space.
Base classes
-
template<class Derived, class FES, ShapeFunctionSpaceType Space>class ShapeFunction<TrialFunction<FESType>, FESType, TrialSpace>
- ShapeFunction.
Public functions
- auto copy() const -> TrialFunction* override noexcept
- Copies the object and returns a non-owning pointer to the copied object.
Function documentation
template<class FESType>
TrialFunction* Rodin:: Variational:: TrialFunction<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. |
---|