KASKADE 7 development version
Static Public Attributes | List of all members
Kaskade::SpaceIndex< spaceIndex > Struct Template Reference

Helper class for specifying the FE space index of a variable. More...

#include <variables.hh>

Detailed Description

template<int spaceIndex>
struct Kaskade::SpaceIndex< spaceIndex >

Helper class for specifying the FE space index of a variable.

This is intended to be used as template argument for Variable.

Definition at line 92 of file variables.hh.

Inheritance diagram for Kaskade::SpaceIndex< spaceIndex >:
Kaskade::VariableDescription< spaceIndex,-1,-1 >

Static Public Attributes

static int const id
 number of this variable More...
 
static int const m
 number of component of this variable More...
 
static int const spaceIndex
 number of the space, this variable is associated with More...
 

Member Data Documentation

◆ id

int const Kaskade::VariableDescription< spaceId, components, Id >::id
staticinherited

number of this variable

Definition at line 78 of file variables.hh.

◆ m

int const Kaskade::VariableDescription< spaceId, components, Id >::m
staticinherited

number of component of this variable

Definition at line 80 of file variables.hh.

◆ spaceIndex

int const Kaskade::VariableDescription< spaceId, components, Id >::spaceIndex
staticinherited

number of the space, this variable is associated with

Definition at line 82 of file variables.hh.


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