libMesh
|
#include <partitioner_test.h>
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testPartition (processor_id_type n_parts) |
void | testPartitionEmpty () |
void | testPartition1 () |
void | testPartition2 () |
void | testPartitionNProc () |
Definition at line 31 of file partitioner_test.h.
void PartitionerTest< PartitionerSubclass, MeshClass >::setUp | ( | ) |
Definition at line 33 of file partitioner_test.h.
void PartitionerTest< PartitionerSubclass, MeshClass >::tearDown | ( | ) |
Definition at line 36 of file partitioner_test.h.
void PartitionerTest< PartitionerSubclass, MeshClass >::testPartition | ( | processor_id_type | n_parts | ) |
Definition at line 39 of file partitioner_test.h.
References libMesh::MeshTools::Generation::build_cube(), libMesh::HEX8, std::min(), and TestCommWorld.
void PartitionerTest< PartitionerSubclass, MeshClass >::testPartition1 | ( | ) |
Definition at line 98 of file partitioner_test.h.
void PartitionerTest< PartitionerSubclass, MeshClass >::testPartition2 | ( | ) |
Definition at line 103 of file partitioner_test.h.
void PartitionerTest< PartitionerSubclass, MeshClass >::testPartitionEmpty | ( | ) |
Definition at line 88 of file partitioner_test.h.
References libMesh::Parallel::Communicator::size(), and TestCommWorld.
void PartitionerTest< PartitionerSubclass, MeshClass >::testPartitionNProc | ( | ) |
Definition at line 108 of file partitioner_test.h.
References libMesh::Parallel::Communicator::size(), and TestCommWorld.