Skip to content

Commit

Permalink
misc: Docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz authored and mloubout committed Nov 7, 2023
1 parent 26e7ad0 commit 0a86e39
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions devito/types/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@ class Grid(CartesianDiscretization, ArgProvider):
----------
shape : tuple of ints
Shape of the computational domain in grid points.
extent : tuple of floats, optional
Physical extent of the domain in m; defaults to a unit box of extent 1m
in all dimensions.
origin : tuple of floats, optional
Physical coordinate of the origin of the domain; defaults to 0.0 in all
dimensions.
extent : tuple of floats, default=unit box of extent 1m in all dimensions
Physical extent of the domain in m.
origin : tuple of floats, default=0.0 in all dimensions
Physical coordinate of the origin of the domain.
dimensions : tuple of SpaceDimension, optional
The dimensions of the computational domain encapsulated by this Grid.
time_dimension : TimeDimension, optional
Expand Down

0 comments on commit 0a86e39

Please sign in to comment.