There was an error while loading. Please reload this page.
1 parent 2f59aca commit acb7f93Copy full SHA for acb7f93
1 file changed
docs/user_guide/meshes.md
@@ -51,7 +51,7 @@ mesh = pf.CylindricalGrid3D(Nr, Ntheta, Nz, Lr, Ltheta, Lz) # Ltheta 0...2*pi
51
mesh = pf.SphericalGrid3D(Nr, Ntheta, Nphi, Lr, Ltheta, Lphi) # Ltheta 0...pi; Lphi 0...2*pi
52
```
53
54
-## Non-uniform (but still regular) grids
+## Non-uniform (but still structured) grids
55
56
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:
57
0 commit comments