#include <differentialforms.hh>
Public Member Functions | |
multilevelindex () | |
Default constructor. | |
~multilevelindex () | |
Default destructor. | |
multilevelindex (const Array< int > &Nsize) | |
Constructor that takes an array into account. | |
int | getL () |
Return the local dimension of the multi-level index. | |
int | getN () |
Return the total number of dimension. | |
Array< int > | getNsize () |
Return the array of local dimensions. | |
Array< int > | operator[] (const int n) |
Return the local l-uple . | |
Protected Attributes | |
int | N_ |
Size of the multi-dimensional array. | |
int | L_ |
Size of the local dimension. | |
Array< int > | Nsize_ |
Array. | |
Class for the multilevel index
Definition at line 20 of file differentialforms.hh.
|
inline |
Default constructor.
Definition at line 24 of file differentialforms.hh.
|
inline |
Default destructor.
Definition at line 26 of file differentialforms.hh.
Constructor that takes an array into account.
Definition at line 28 of file differentialforms.hh.
|
inline |
Return the local dimension of the multi-level index.
Definition at line 34 of file differentialforms.hh.
|
inline |
Return the total number of dimension.
Definition at line 36 of file differentialforms.hh.
Return the array of local dimensions.
Definition at line 38 of file differentialforms.hh.
Return the local l-uple .
Definition at line 40 of file differentialforms.hh.
|
protected |
Size of the local dimension.
Definition at line 56 of file differentialforms.hh.
|
protected |
Size of the multi-dimensional array.
Definition at line 54 of file differentialforms.hh.
Definition at line 58 of file differentialforms.hh.