#include <Operators_fwd.hpp>
Represents a general derivative \(\frac{\partial^{|\alpha|}}{\partial x^\alpha}\).
Definition at line 26 of file Monomials_fwd.hpp.
Public Member Functions | |
Derivative (const std::array< int, dim > &orders) | |
Parameter orders represent the derivative orders \(\alpha\). More... | |
std::string | name () |
Human readable name. More... | |
Static Public Member Functions | |
static std::string | type_name () |
Human readable type name. More... | |
Public Attributes | |
std::array< int, dim > | orders |
Values \(\alpha\). More... | |
Public Types | |
enum | { dim = dimension } |
Store dimension of the domain. More... | |
anonymous enum |
Store dimension of the domain.
Enumerator | |
---|---|
dim | Dimensionality of the domain. |
Definition at line 203 of file Operators_fwd.hpp.
|
inline |
Parameter orders
represent the derivative orders \(\alpha\).
Definition at line 207 of file Operators_fwd.hpp.
|
inline |
Human readable name.
Definition at line 210 of file Operators_fwd.hpp.
|
inlinestatic |
Human readable type name.
Definition at line 212 of file Operators_fwd.hpp.
std::array<int, dim> mm::Derivative< dimension >::orders |
Values \(\alpha\).
Definition at line 204 of file Operators_fwd.hpp.