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

#include <Operators_fwd.hpp>

Detailed Description

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

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< 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 122 of file Operators_fwd.hpp.

Member Function Documentation

◆ index()

template<int dimension>
static int mm::Der2s< dimension >::index ( Der2< dim d)
inlinestatic

Get index of operator d in the family.

Definition at line 132 of file Operators_fwd.hpp.

◆ operators()

template<int dimension>
std::array< Der2< dimension >, dimension *(dimension+1)/2 > mm::Der2s< dimension >::operators
static

Return an iterable of iterators represented by a family.

Definition at line 40 of file Operators.hpp.


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