Types publics | |
typedef MapCoordToUid | BaseType |
![]() | |
typedef std::unordered_multimap< Int32, std::pair< const Real3, Int64 > > | map_type |
typedef std::unordered_set< Int64 > | set_type |
Fonctions membres publiques | |
FaceMapCoordToUid (IMesh *mesh) | |
void | init () |
void | check () |
void | init2 () |
void | check2 () |
bool | insert (const Real3 ¢er, const Int64 &uid, const Real tol=TOLERANCE) |
void | clearNewUids () |
bool | isNewUid (Int64 uid) |
void | clearData (ArrayView< ItemInternal * > coarsen_cells) |
void | updateData (ArrayView< ItemInternal * > refine_cells) |
void | initFaceCenter () |
void | updateFaceCenter (ArrayView< ItemInternal * > refine_cells) |
![]() | |
MapCoordToUid (IMesh *mesh) | |
void | setBox (Box *box) |
void | clear () |
void | _clear () |
void | updateNodeData (ArrayView< ItemInternal * > coarsen_cells) |
void | updateFaceData (ArrayView< ItemInternal * > coarsen_cells) |
void | clearNodeData (ArrayView< ItemInternal * > coarsen_cells) |
void | clearFaceData (ArrayView< ItemInternal * > coarsen_cells) |
Int64 | insert (const Real3, const Int64, const Real tol=TOLERANCE) |
void | erase (const Real3, const Real tol=TOLERANCE) |
bool | empty () const |
Int64 | find (const Real3, const Real tol=TOLERANCE) |
bool | areClose (Real3 const &p1, Real3 const &p2, Real tol) |
Fonctions membres protégées | |
void | fill () |
void | fill2 () |
Real3 | faceCenter (Face face) const |
bool | isItemToSuppress (Face face) const |
![]() | |
Int64 | key (const Real3) |
Attributs privés | |
VariableFaceReal3 | m_face_center |
set_type | m_new_uids |
Membres hérités additionnels | |
![]() | |
static const Real | TOLERANCE = 1.e-6 |
![]() | |
IMesh * | m_mesh |
map_type | m_map |
Box * | m_box |
VariableNodeReal3 & | m_nodes_coords |
Définition à la ligne 174 du fichier MapCoordToUid.h.
Définition à la ligne 178 du fichier MapCoordToUid.h.
|
inline |
Définition à la ligne 179 du fichier MapCoordToUid.h.
void Arcane::mesh::FaceMapCoordToUid::check | ( | ) |
Définition à la ligne 561 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::check2 | ( | ) |
Définition à la ligne 649 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::clearData | ( | ArrayView< ItemInternal * > | coarsen_cells | ) |
Définition à la ligne 279 du fichier MapCoordToUid.cc.
|
inline |
Définition à la ligne 199 du fichier MapCoordToUid.h.
Définition à la ligne 201 du fichier MapCoordToUid.cc.
|
protected |
Définition à la ligne 547 du fichier MapCoordToUid.cc.
|
protected |
Définition à la ligne 631 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::init | ( | ) |
Définition à la ligne 157 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::init2 | ( | ) |
Définition à la ligne 191 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::initFaceCenter | ( | ) |
Définition à la ligne 665 du fichier MapCoordToUid.cc.
|
inline |
Définition à la ligne 189 du fichier MapCoordToUid.h.
|
protected |
Définition à la ligne 214 du fichier MapCoordToUid.cc.
|
inline |
Définition à la ligne 204 du fichier MapCoordToUid.h.
void Arcane::mesh::FaceMapCoordToUid::updateData | ( | ArrayView< ItemInternal * > | refine_cells | ) |
Définition à la ligne 342 du fichier MapCoordToUid.cc.
void Arcane::mesh::FaceMapCoordToUid::updateFaceCenter | ( | ArrayView< ItemInternal * > | refine_cells | ) |
Définition à la ligne 676 du fichier MapCoordToUid.cc.
|
private |
Définition à la ligne 225 du fichier MapCoordToUid.h.
|
private |
Définition à la ligne 226 du fichier MapCoordToUid.h.