Home
last modified time | relevance | path

Searched refs:mbimesh (Results 1 – 3 of 3) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/fbigeom/
H A DFBiGeom_MOAB.hpp49 MBiMesh * mbimesh() { return _mbimesh; } in mbimesh() function in MBiGeom
72 #define IMESH_INSTANCE(i) reinterpret_cast<iMesh_Instance>( reinterpret_cast<MBiGeom*>(i)->mbimesh(…
76 #define MBIM reinterpret_cast<MBiGeom*>(instance)->mbimesh()
H A DFBiGeom_MOAB.cpp90 MBiMesh * mbimesh = reinterpret_cast<MBiMesh *>(mesh); in FBiGeom_newGeomFromMesh() local
91 moab::Interface * mbi = mbimesh->mbImpl; in FBiGeom_newGeomFromMesh()
102 *mbigeom = new MBiGeom(mbimesh, fbe); in FBiGeom_newGeomFromMesh()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp41 static ErrorCode create_int_ents(MBiMesh * mbimesh,
3245 ErrorCode create_int_ents(MBiMesh* mbimesh, in create_int_ents() argument
3250 assert(mbimesh); in create_int_ents()
3251 assert(mbimesh->AdjTable[10] || mbimesh->AdjTable[5]); in create_int_ents()
3254 Interface * instance = mbimesh->mbImpl; in create_int_ents()
3255 if (mbimesh->AdjTable[10]) { in create_int_ents()
3267 if (mbimesh->AdjTable[5]) { in create_int_ents()