Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DReorderTool.hpp101 ErrorCode handle_order_from_sets_and_adj( const Range& sets,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmbpart.cpp421 rval = reorder_tool.handle_order_from_sets_and_adj(sets, order); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DReorderTool.cpp196 ReorderTool::handle_order_from_sets_and_adj( const Range& sets, in handle_order_from_sets_and_adj() function in moab::ReorderTool
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dreorder_test.cpp314 rval = tool.handle_order_from_sets_and_adj( sets, neworder ); in check_order_by_sets_and_adj()