xref: /petsc/doc/manualpages/MANSECHeaders/DMDA (revision ecf3d421cb3c1b20d45a37f9c0fad70b27dd1912)
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