void setUp()
Note: this second public is necessary, something in the macros above leaves us in a private region.
void testMappedSubdomainPartitioner()
CPPUNIT_TEST(testMappedSubdomainPartitioner)
LIBMESH_CPPUNIT_TEST_SUITE(MappedSubdomainPartitionerTest)
The goal of this test is to verify proper operation of the MappedSubdomainPartitioner on different nu...
The MappedSubdomainPartitioner partitions the elements based on their subdomain ids.
std::map< subdomain_id_type, processor_id_type > subdomain_to_proc
Before calling partition() or partition_range(), the user must assign all the Mesh subdomains to cert...
CPPUNIT_TEST_SUITE_REGISTRATION(MappedSubdomainPartitionerTest)