Medusa  1.1
Coordinate Free Mehless Method implementation
mm::Der1< dimension > Struct Template Reference

#include <Operators_fwd.hpp>

Detailed Description

template<int dimension>
struct mm::Der1< dimension >

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...
 

Member Enumeration Documentation

◆ anonymous enum

template<int dimension>
anonymous enum

Store dimension of the domain.

Enumerator
dim 

Dimensionality of the domain.

Definition at line 143 of file Operators_fwd.hpp.

Constructor & Destructor Documentation

◆ Der1() [1/2]

template<int dimension>
mm::Der1< dimension >::Der1 ( )
inline

Default constructor for array preallocation purposes.

Definition at line 147 of file Operators_fwd.hpp.

◆ Der1() [2/2]

template<int dimension>
mm::Der1< dimension >::Der1 ( int  var)

Initialization of specific 1st derivative operator.

Parameters
varIndex representing derived variable (x = 0, y = 1, z = 2).

Definition at line 66 of file Operators.hpp.

Member Function Documentation

◆ name()

template<int dimension>
std::string mm::Der1< dimension >::name

Human readable name.

Definition at line 71 of file Operators.hpp.

◆ type_name()

template<int dimension>
static std::string mm::Der1< dimension >::type_name ( )
inlinestatic

Human readable type name.

Definition at line 158 of file Operators_fwd.hpp.

Member Data Documentation

◆ var

template<int dimension>
int mm::Der1< dimension >::var

Index representing derived variable (x = 0, y = 1, z = 2)

Definition at line 144 of file Operators_fwd.hpp.


The documentation for this struct was generated from the following files: