Definition at line 74 of file parallel_ghost_sync_test.C.
◆ CPPUNIT_TEST()
ParallelGhostSyncTest::CPPUNIT_TEST |
( |
testByXYZ |
| ) |
|
◆ CPPUNIT_TEST_SUITE_END()
ParallelGhostSyncTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
◆ LIBMESH_CPPUNIT_TEST_SUITE()
◆ setUp()
void ParallelGhostSyncTest::setUp |
( |
| ) |
|
|
inline |
Definition at line 86 of file parallel_ghost_sync_test.C.
References libMesh::MeshTools::Generation::build_cube(), and libMesh::HEX27.
88 _mesh = std::make_unique<Mesh>(*TestCommWorld);
89 constexpr
unsigned int n = 3;
90 MeshTools::Generation::build_cube (*
_mesh, n, n, n, -2.0, 3.0, -4.0, 5.0, -6.0, 7.0,
HEX27);
std::unique_ptr< Mesh > _mesh
◆ tearDown()
void ParallelGhostSyncTest::tearDown |
( |
| ) |
|
|
inline |
◆ testByXYZ()
void ParallelGhostSyncTest::testByXYZ |
( |
| ) |
|
|
inline |
Definition at line 96 of file parallel_ghost_sync_test.C.
References libMesh::LocationMap< T >::init(), libMesh::Parallel::sync_dofobject_data_by_xyz(), and TestCommWorld.
100 SyncAndTest sync(*
_mesh);
libMesh::Parallel::Communicator * TestCommWorld
void sync_dofobject_data_by_xyz(const Communicator &comm, const Iterator &range_begin, const Iterator &range_end, LocationMap< DofObjType > &location_map, SyncFunctor &sync)
Request data about a range of ghost nodes uniquely identified by their xyz location or a range of act...
std::unique_ptr< Mesh > _mesh
Data structures that enable location-based lookups The key is a hash of the Point location...
◆ _mesh
std::unique_ptr<Mesh> ParallelGhostSyncTest::_mesh |
|
private |
The documentation for this class was generated from the following file: