#include <Rodin/Geometry/Sharder.h>
template<class Context>
Sharder class
Interface for mesh sharding algorithms.
A Sharder decomposes a mesh into smaller pieces (shards) that can be processed independently. This is useful for distributed computing and parallel finite element analysis.