|
Sierra Toolkit Version of the Day
|
This fixture is not for public use and is only useful in the context of unit-testing. More...
#include <UnitTestRingMeshFixture.hpp>
Public Member Functions | |
| UnitTestRingMeshFixture (stk::ParallelMachine pm, unsigned num_edge_per_proc=10, bool use_edge_parts=false) | |
| void | generate_mesh (bool generate_aura=true) |
| void | test_shift_loop (bool generate_aura) |
Public Attributes | |
| const int | m_spatial_dimension |
| stk::mesh::MetaData | m_meta_data |
| stk::mesh::BulkData | m_bulk_data |
| stk::mesh::TopologicalMetaData | m_top_data |
| stk::mesh::PartVector | m_edge_parts |
| stk::mesh::Part & | m_edge_part_extra |
| const size_t | m_num_edge_per_proc |
| std::vector< stk::mesh::EntityId > | m_node_ids |
| std::vector< stk::mesh::EntityId > | m_edge_ids |
This fixture is not for public use and is only useful in the context of unit-testing.
That's why this fixture is located in the unit-test area and should remain here.
Definition at line 23 of file UnitTestRingMeshFixture.hpp.