Skip to content

Commit de9994f

Browse files
committed
update readme file
1 parent 627c94b commit de9994f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ This matlab solver is not a clone, and indeed very limited compared to FiPy.
3131
I wrote it to have a very handy tool for testing new ideas (new mathematical models) by solving them in 1D uniform Cartesian grids.
3232
Then I extended the code to
3333
* 1D axisymmetric (radial)
34+
* 2D radial (r, theta)
3435
* 2D Cartesian
3536
* 3D Cartesian
36-
* 2D axisymmetric
37+
* 2D axisymmetric (cylindrical, r, z)
38+
* 3D cylindrical (r, theta, z)
3739

3840
I have overloaded some of the matlab operators to simplify the switch from 1D codes to 2D and 3D.
3941

0 commit comments

Comments
 (0)