Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DiMOAB.cpp316 Range adj_ents_left; in iMOAB_DeregisterApplication() local
317 …rval = context.MBI->get_adjacencies(vertices, 1, false, adj_ents_left, Interface::UNION);CHKERRVAL… in iMOAB_DeregisterApplication()
318 …rval = context.MBI->get_adjacencies(vertices, 2, false, adj_ents_left, Interface::UNION);CHKERRVAL… in iMOAB_DeregisterApplication()
319 …rval = context.MBI->get_adjacencies(vertices, 3, false, adj_ents_left, Interface::UNION);CHKERRVAL… in iMOAB_DeregisterApplication()
321 if (!adj_ents_left.empty()) in iMOAB_DeregisterApplication()
324 rval = context.MBI->get_connectivity(adj_ents_left, conn_verts);CHKERRVAL(rval); in iMOAB_DeregisterApplication()