Home
last modified time | relevance | path

Searched refs:gid_el (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2Mesh.cpp883 int gid_el; in create_departure_mesh_2nd_alg() local
885 rval=mb->tag_get_data(gid, &q, 1, &gid_el); in create_departure_mesh_2nd_alg()
887 globalID_to_eh[gid_el]=new_element; in create_departure_mesh_2nd_alg()
892 rval = mb->tag_set_data(gid, &new_element, 1, &gid_el); in create_departure_mesh_2nd_alg()
1175 int gid_el; in create_departure_mesh_3rd_alg() local
1176 rval = mb->tag_get_data(gid, &q, 1, &gid_el); in create_departure_mesh_3rd_alg()
1178 globalID_to_eh[gid_el] = q; // do we need this? maybe to just mark the ones on this processor in create_departure_mesh_3rd_alg()
H A DIntx2MeshOnSphere.cpp1072 int gid_el; in construct_covering_set() local
1073 … rval = mb->tag_get_data(gid, &q, 1, &gid_el);MB_CHK_SET_ERR(rval, "can't get global id of cell "); in construct_covering_set()
1074 assert(gid_el >= 0); in construct_covering_set()
1075 …globalID_to_eh[gid_el] = q; // do we need this? yes, now we do; parent tags are now using it heavi… in construct_covering_set()