Go to the source code of this file.
Namespaces |
| namespace | concepts |
| | Geometries and material constants for eddy current problems.
|
Functions |
| void | create_data_level_map (concepts::Cell2 &cell, const uint level, const uint data_level, __gnu_cxx::hash_map< uint, uint > &data_level_map) |
| | Creates a mapping from an index i in the computational mesh to an index j in the mesh where the cellwise data is given:
|
| void | create_data_level_map_inner (concepts::Cell2 &cell, const uint level, const uint j, __gnu_cxx::hash_map< uint, uint > &data_level_map) |
| void | visit_level (concepts::Cell2 &cell, const uint level) |
Function Documentation
| void create_data_level_map |
( |
concepts::Cell2 & |
cell, |
|
|
const uint |
level, |
|
|
const uint |
data_level, |
|
|
__gnu_cxx::hash_map< uint, uint > & |
data_level_map |
|
) |
| |
Creates a mapping from an index i in the computational mesh to an index j in the mesh where the cellwise data is given:
data_level_map[i] = j;
| void create_data_level_map_inner |
( |
concepts::Cell2 & |
cell, |
|
|
const uint |
level, |
|
|
const uint |
j, |
|
|
__gnu_cxx::hash_map< uint, uint > & |
data_level_map |
|
) |
| |