Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Namespaces | Functions
app-radu/alpha.hh File Reference
#include "basics/typedefs.hh"
Include dependency graph for alpha.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.

Function Documentation

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.

Parameters:
alphaReturn value
rApproximation orders
iGlobal index
Author:
Philipp Frauenfelder, 2003

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)