Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Control/
H A DSettings.hpp89 SLAVE_ALL, //!< Treat all non-fixed higher-order nodes as slave enumerator
H A DInstruction.cpp73 if (!settings || settings->get_slaved_ho_node_mode() == Settings::SLAVE_ALL) { in initialize_vertex_byte()
H A DInstructionQueue.cpp91 set_slaved_ho_node_mode( Settings::SLAVE_ALL ); in remove_vertex_slaver()
H A DSettings.cpp75 slaveMode( Settings::SLAVE_ALL ), in SettingData()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/slaved/
H A Dmain.cpp127 Settings::SLAVE_ALL, in main()
336 if (mode == Settings::SLAVE_ALL) { in check_slaved_coords()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DInstructionQueueTest.cpp276 CPPUNIT_ASSERT_EQUAL( Settings::SLAVE_ALL, q.get_slaved_ho_node_mode() ); in test_add_remove_vertex_slaver()
H A DSlaveBoundaryVerticesTest.cpp96 settings.set_slaved_ho_node_mode( Settings::SLAVE_ALL ); in test_fail_if_slaves_not_calculated()
H A DPatchDataTest.cpp1055 check_higher_order_vertices_slaved( mesh, Settings::SLAVE_ALL, ho_verts ); in test_patch_data_mesh_slaved_ho_nodes()
/dports/math/mfem/mfem-4.3/mesh/
H A Dmesquite.cpp956 boundary_queue.set_slaved_ho_node_mode(Settings::SLAVE_ALL); in BoundaryPreservingOptimization()
957 interior_queue.set_slaved_ho_node_mode(Settings::SLAVE_ALL); in BoundaryPreservingOptimization()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Mesh/
H A DPatchData.cpp1817 …herOrderSlaveMode ho_mode = mSettings ? mSettings->get_slaved_ho_node_mode() : Settings::SLAVE_ALL; in fill()
1819 case Settings::SLAVE_ALL: in fill()