#include <Operators_fwd.hpp>
Represents a family of all second derivatives.
Definition at line 120 of file Operators_fwd.hpp.
Static Public Member Functions | |
| static std::array< Der2< dimension >, dimension *(dimension+1)/2 > | operators () |
| Return an iterable of iterators represented by a family. More... | |
| static int | index (Der2< dim > d) |
Get index of operator d in the family. More... | |
Public Types | |
| enum | { dim = dimension } |
| Store dimension of the domain. More... | |
| typedef Der2< dim > | operator_t |
| Type of this family's members. More... | |
| anonymous enum |
Store dimension of the domain.
| Enumerator | |
|---|---|
| dim | Dimensionality of the domain. |
Definition at line 122 of file Operators_fwd.hpp.
Get index of operator d in the family.
Definition at line 132 of file Operators_fwd.hpp.
|
static |
Return an iterable of iterators represented by a family.
Definition at line 40 of file Operators.hpp.