aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-06-12 10:41:26 +0000
committertradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-06-12 10:41:26 +0000
commit30c6cb6dc7c54b0b9af2a1d18e2759af97fa70e0 (patch)
tree3d6455ef1d470a11bfe3dc9c48832af733e6b000 /README
parentaa053d5cefbff13267865d01330c49135273904c (diff)
Added Robin BC.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@147 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'README')
-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.