20 #ifndef LIBMESH_MORTON_SFC_PARTITIONER_H 21 #define LIBMESH_MORTON_SFC_PARTITIONER_H 62 virtual std::unique_ptr<Partitioner>
clone ()
const override 64 return libmesh_make_unique<MortonSFCPartitioner>(*this);
73 const unsigned int n)
override 81 #endif // LIBMESH_MORTON_SFC_PARTITIONER_H virtual std::unique_ptr< Partitioner > clone() const override
virtual void _do_partition(MeshBase &mesh, const unsigned int n) override
virtual void _do_partition(MeshBase &mesh, const unsigned int n) override
void set_sfc_type(const std::string &sfc_type)
virtual ~MortonSFCPartitioner()=default
MortonSFCPartitioner & operator=(const MortonSFCPartitioner &)=default
Partitioner based on Morton's space filling curve algorithm.
Partitioner based on different types of space filling curves.