#include "basics/typedefs.hh"
Go to the source code of this file.
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Functions | |
| void | computeAlpha (concepts::Array< uint > &alpha, concepts::Array< uint > &r, uint i) |
Computes the multi-index alpha from the given approximation order r and the global index i. | |
| void computeAlpha | ( | concepts::Array< uint > & | alpha, |
| concepts::Array< uint > & | r, | ||
| uint | i | ||
| ) |
Computes the multi-index alpha from the given approximation order r and the global index i.
The right most component of alpha runs fastest.
| alpha | Return value |
| r | Approximation orders |
| i | Global index |