Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DPatchDataTest.cpp192 mPatch2D.get_element_vertex_indices(1, vtx_ind, err); CPPUNIT_ASSERT(!err); in test_get_element_vertex_indices()
198 mPatch2D.get_element_vertex_indices(2, vtx_ind, err); CPPUNIT_ASSERT(!err); in test_get_element_vertex_indices()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Mesh/
H A DPatchData.hpp282 void get_element_vertex_indices(size_t elem_index,
H A DPatchData.cpp559 void PatchData::get_element_vertex_indices( in get_element_vertex_indices() function in MBMesquite::PatchData
712 get_element_vertex_indices(ent_ind, verts, err); in get_adjacent_entities_via_n_dim()