libMesh
metis_partitioner_test.C
Go to the documentation of this file.
1 
2 // If we don't have METIS this should fall back on SFC or Linear so
3 // we'll test heedless of configuration
4 #include <libmesh/metis_partitioner.h>
5 
6 #include "partitioner_test.h"
7 
8 INSTANTIATE_PARTITIONER_TEST(MetisPartitioner,ReplicatedMesh);
INSTANTIATE_PARTITIONER_TEST(MetisPartitioner, ReplicatedMesh)