19 #ifndef GEOS_LINEARALGEBRA_MULTISCALE_GRAPHPARTITIONER_HPP_
20 #define GEOS_LINEARALGEBRA_MULTISCALE_GRAPHPARTITIONER_HPP_
Graph-based mesh partitioner (uses METIS or SCOTCH).
virtual localIndex generate(multiscale::MeshLevel const &mesh, arrayView1d< localIndex > const &partition) override
Generate a partitioning of fine-scale mesh cells.
Base class for partitioner implementations.
PartitionerBase(LinearSolverParameters::Multiscale::Coarsening params)
Constructor.
ArrayView< T, 1 > arrayView1d
Alias for 1D array view.
GEOS_LOCALINDEX_TYPE localIndex
Local index type (for indexing objects within an MPI partition).