aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 0580edd..0f1754e 100644
--- a/README
+++ b/README
@@ -20,17 +20,20 @@ Currently:
- radiation boundary conditions
+ - Robin boundary conditions
+
+
2. Additional information
-This thorn only currently works with a 3D Cartesian Grid
+This thorn only currently works with a 3D Cartesian Grid.
The boundary conditions can be called from Fortran or C,
and can be passed either groups of grid functions, or single
grid variables.
All the boundary conditions work with an arbitrarily size stencil width,
-except for the radiation boundary conditions which only currently work with
-a stencil width of one.
+except for the radiation and Robin boundary conditions which currently only
+work with a stencil width of one.
-Radiation boundary conditions are only implemented for 3D grid functions
-currently.
+Radiation and Robin boundary conditions are only implemented for 3D grid
+functions currently.