xref: /petsc/doc/manualpages/MANSECHeaders/DMDA (revision 0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4)
1# Structured Grids (DMDA)
2
3The `DMDA` subclass of `DM` encapsulates a Cartesian structured mesh, with interfaces for both topology and geometry. It is capable of parallel refinement and coarsening.
4Some support for parallel redistribution is available through the `PCTELESCOPE` object. A piecewise linear discretization is assumed for operations which require this information.
5