template<class Scalar, class Mesh>
Rodin::Variational::Div<GridFunction<P1<Math::Vector<Scalar>, Mesh>>> class final

Divient of a P1 GridFunction.

Base classes

template<class Operand, class Derived>
class DivBase<GridFunction<P1<Math::Vector<Scalar>, Mesh>>, Div<GridFunction<P1<Math::Vector<Scalar>, Mesh>>>>
Base class for Div classes.

Public types

using OperandType = GridFunction<FESType>
Operand type.
using Parent = DivBase<OperandType, Div<OperandType>>
Parent class.

Constructors, destructors, conversion operators

Div(const OperandType& u)
Constructs the Divient of an $ \mathbb{P}^1 $ function $ u $ .
Div(const Div& other)
Copy constructor.
Div(Div&& other)
Move constructor.

Function documentation

template<class Scalar, class Mesh>
Rodin::Variational::Div<GridFunction<P1<Math::Vector<Scalar>, Mesh>>><Scalar, Mesh>::Div(const OperandType& u)

Constructs the Divient of an $ \mathbb{P}^1 $ function $ u $ .

Parameters
in P1 GridFunction