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

#include <Operators_fwd.hpp>

Detailed Description

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

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< dimoperator_t
 Type of this family's members. 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 99 of file Operators_fwd.hpp.

Member Function Documentation

◆ index()

template<int dimension>
static int mm::Der1s< dimension >::index ( Der1< dim d)
inlinestatic

Get index of operator d in the family.

Definition at line 109 of file Operators_fwd.hpp.

◆ operators()

template<int dimension>
std::array< Der1< dimension >, dimension > mm::Der1s< dimension >::operators
static

Return an iterable of iterators represented by a family.

Definition at line 32 of file Operators.hpp.


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