Landlab Grids¶
Grid types¶
Landlab presently supports five types of grids. The base class is ModelGrid
with subclasses RasterModelGrid
and VoronoiDelaunayGrid
.
VoronoiDelaunayGrid
has two further specialized subclasses: HexModelGrid
and RadialModelGrid
. A final class is NetworkModelGrid
.
The following is an introduction to their properties and methods:
Systematic Information about Grid Elements¶
- Systematic Info About Parts of Landlab Grids
- Boundary condition control
- Information about cells
- Information about corners
- Information about faces
- Gradients, fluxes, and divergences on the grid
- Information about links
- Mappers
- Information about nodes
- Information about patches
- Identifying node subsets
- Surface analysis
- Information about the grid as a whole
Additional Methods and Properties¶
- Model Grid
- Grid creation from a formatted input file
- Function/method decorators
- landlab.grid.diagonals module
- Divergence calculation functions
- Gradient calculators
- landlab.grid.grid_funcs module
- landlab.grid.linkstatus module
- Mapping data between different grid elements
- landlab.grid.nodestatus module
- Slope-aspect calculation functions
- Miscellaneous raster-grid functions
- Gradient calculation functions
- Mapping data between different grid elements
- Boundary handling for grid edges
- landlab.grid.warnings module