aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adding blank lines to pass testsuite againallen2002-05-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@28 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Fix for new io parametersallen2002-05-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@27 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* converting par fileallen2002-05-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@26 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Added some documentation and a test suite.pollney2002-04-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@25 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Adding authorsallen2002-02-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@22 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Changed the way in which the normals where found. Before, I just chosemiguel2001-04-27
| | | | | | | | | | that grid point closest to the optimal normal. But it turned out that in some cases this grid point was in fact masked. I now choose the closest unmasked grid point to the optimal normal. This means a second loop over nearest neighbours, but it can't be avoided. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@20 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Inserted final newline character.deirdre2001-04-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@19 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Oooops! bug. Fixed it (divisions by zero).miguel2001-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@18 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Changed the way in which the normal was found so that when the "real"miguel2001-04-03
| | | | | | | | normal vector is close to a diagonal, we get in fact the diagnal and not a vector along the coordinate lines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@17 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Added comments.miguel2001-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@16 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* minor change.miguel2001-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@15 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* New findboundary routine without templates. It seems to work, but requiresmiguel2001-04-02
| | | | | | | more testing yet. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@14 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Debugging.miguel2001-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@13 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Fixing small bug.miguel2001-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@12 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Making sure the mask values are doubles.miguel2001-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@11 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Added the value to be filled in inside mask to the parameters passedmiguel2001-03-29
| | | | | | | into the routine, git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@10 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Taking out ccthghmiguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@9 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Debugging.miguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@8 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Minor change.miguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@7 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Removed the original file that handled extrapolation directly.miguel2001-03-29
| | | | | | | | | | | | | | | There are now three files for three purposes: findboundary takes a mask with only 0s and 1s and marks the boundary with 0.5s. findnormals takes a mask where the boundary has been marked and returns the normal directions to the mask for these locations. extrapolate takes a mask the normals and extrapolates a grid function. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@6 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Removing obsolete routine. WE are quick, aren't we?miguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@5 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Adding Erik's excision routine.miguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@4 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Making the thorn implement something.miguel2001-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@3 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Creating empty thornallen2001-01-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@2 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
* Standard project directories initialized by cvs2svn.(no author)2001-01-07
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@1 f75ba9e5-694f-0410-ac2c-87ea7ce7132b