#include <Operators_fwd.hpp>
Represents a family of all first derivatives.
Definition at line 97 of file Operators_fwd.hpp.
Static Public Member Functions | |
| static std::array< Der1< dimension >, dimension > | operators () |
| Return an iterable of iterators represented by a family. More... | |
| static int | index (Der1< dim > d) |
Get index of operator d in the family. More... | |
Public Types | |
| enum | { dim = dimension } |
| Store dimension of the domain. More... | |
| typedef Der1< 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 99 of file Operators_fwd.hpp.
Get index of operator d in the family.
Definition at line 109 of file Operators_fwd.hpp.
|
static |
Return an iterable of iterators represented by a family.
Definition at line 32 of file Operators.hpp.