COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Helper class to convert global to local indices. More...
Public Member Functions | |
GidToLocal (const mesh::Dictionary::GlbToLocT &mesh_glb_to_loc, const Uint local_id_start) | |
std::pair< Uint, bool > | create_local_id (const Uint global_id) |
bool | exists (const Uint global_id) |
Check if the given global id is registered. More... | |
Uint | operator[] (const Uint global_id) const |
Read only access, requiring that the element exists. More... | |
Private Attributes | |
const mesh::Dictionary::GlbToLocT * | m_mesh_glb_to_loc |
GidMapT | new_glb_to_loc |
Uint | m_local_id |
|
inline |
|
inline |
|
private |
Send comments to: COOLFluiD Web Admin |