#include <Operators_fwd.hpp>
Represents a first derivative wrt. var
.
Definition at line 22 of file Monomials_fwd.hpp.
Public Member Functions | |
Der1 () | |
Default constructor for array preallocation purposes. More... | |
Der1 (int var) | |
Initialization of specific 1st derivative operator. More... | |
std::string | name () const |
Human readable name. More... | |
Static Public Member Functions | |
static std::string | type_name () |
Human readable type name. More... | |
Public Attributes | |
int | var |
Index representing derived variable (x = 0, y = 1, z = 2) 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 143 of file Operators_fwd.hpp.
Default constructor for array preallocation purposes.
Definition at line 147 of file Operators_fwd.hpp.
Initialization of specific 1st derivative operator.
var | Index representing derived variable (x = 0, y = 1, z = 2). |
Definition at line 66 of file Operators.hpp.
std::string mm::Der1< dimension >::name |
Human readable name.
Definition at line 71 of file Operators.hpp.
|
inlinestatic |
Human readable type name.
Definition at line 158 of file Operators_fwd.hpp.
int mm::Der1< dimension >::var |
Index representing derived variable (x = 0, y = 1, z = 2)
Definition at line 144 of file Operators_fwd.hpp.