Skip to content

Commit acb7f93

Browse files
committed
correct terminology
1 parent 2f59aca commit acb7f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_guide/meshes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mesh = pf.CylindricalGrid3D(Nr, Ntheta, Nz, Lr, Ltheta, Lz) # Ltheta 0...2*pi
5151
mesh = pf.SphericalGrid3D(Nr, Ntheta, Nphi, Lr, Ltheta, Lphi) # Ltheta 0...pi; Lphi 0...2*pi
5252
```
5353

54-
## Non-uniform (but still regular) grids
54+
## Non-uniform (but still structured) grids
5555

5656
Instead of specifying the number of cells of uniform length, you can pass an array of cell face positions. This gives full control over cell spacing:
5757

0 commit comments

Comments
 (0)