template<class Scalar>
Rodin::Variational::ProblemBodyBase class

Represents the body of a variational problem.

Base classes

class Base
Base class for all classes which are part of Rodin's FormLanguage.

Public functions

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

Function documentation

template<class Scalar>
ProblemBodyBase* Rodin::Variational::ProblemBodyBase<Scalar>::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.