aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Changes so that Cartoon works with both old and new einsteinallen2002-05-04
| | | | | | | New testsuite is the same as test_cartoon_1 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@33 eec4d7dc-71c2-46d6-addf-10296150bf52
* storing the coordinate index in a static variable once, to avoid looking it ↵lanfer2002-04-30
| | | | | | up every time (CoordIndex contains CCTK_Equals). git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@30 eec4d7dc-71c2-46d6-addf-10296150bf52
* Added a routine for ensuring that the grid set up in the parameter filepollney2002-04-16
| | | | | | | | | | | | | | | | | | | | is cactus compatible. If the new parameter "allow_grid_resize" is set, then cartoon will now actually modify the grid that was specified by the user. Though not really a nice solution, it is potentially less annoying than having the user try to figure out appropriate grid dimensions themselves. The old test suite for cartoon (test_cartoon.par) was not a very good example, as it actually set up an less-than-optimal grid (with bitant specified in the wrong plane), and could only run on 2-processors. So I've removed it and replaced it with a pair of new test suites which demonstrate cartoon in "full" and "bitant" mode using the new grid resizing mechanism. Documentation as such does not exist yet, but will in the fullness of time. For the time being, please refer to the sample parameter files in the test directory to see how to set things up. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@26 eec4d7dc-71c2-46d6-addf-10296150bf52
* Added a routine to overwrite the symmetry flags on the flat faces ofpollney2001-11-05
| | | | | | | | | | | | | | | | | the cartoon grid. This fixes a problem that was occurring because boundary conditions (eg. radiative) were being applied to these faces, wasting a lot of time. The current fix overwrites the sGHex->GFSym array with a CARTOON_NOSYM flag that won't be recognised by either the cactus symmetry or boundary condition routines, so these won't be applied. *** Note *** I've also added a cartoon_active parameter which must be set in order to turn on cartoon. (This is a second attempt to commit some changes that seem not to have been commited properly last week ...) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@24 eec4d7dc-71c2-46d6-addf-10296150bf52
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@20 eec4d7dc-71c2-46d6-addf-10296150bf52
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@19 eec4d7dc-71c2-46d6-addf-10296150bf52
* Fixed check for ghostzone width in x direction.sai2001-05-04
| | | | | | | | | The error was noticed by Erik Schnetter. Sai. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@18 eec4d7dc-71c2-46d6-addf-10296150bf52
* Tensor definitions.sai2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@17 eec4d7dc-71c2-46d6-addf-10296150bf52
* Cartoon2D now uses the INCLUDE mechanism to export its tensor definitions.sai2000-09-21
| | | | | | | | | | Thorns using Cartoon should have `USES INCLUDE: Cartoon2D_tensors.h' in their interface.ccl and should #include Cartoon2D_tensors.h in their source file(s). Sai. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@16 eec4d7dc-71c2-46d6-addf-10296150bf52
* Changes for Cactus 4.0.b8.sai2000-09-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@15 eec4d7dc-71c2-46d6-addf-10296150bf52
* New macros for calling C from Fortranallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@13 eec4d7dc-71c2-46d6-addf-10296150bf52
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@12 eec4d7dc-71c2-46d6-addf-10296150bf52
* Code cleanup. Interface changes.sai1999-11-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@11 eec4d7dc-71c2-46d6-addf-10296150bf52
* Bug fix.sai1999-11-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@10 eec4d7dc-71c2-46d6-addf-10296150bf52
* Compiles but gives crappy results.sai1999-11-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@9 eec4d7dc-71c2-46d6-addf-10296150bf52
* Header file.sai1999-11-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@7 eec4d7dc-71c2-46d6-addf-10296150bf52
* Recreating code after origin /data crash.sai1999-11-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@6 eec4d7dc-71c2-46d6-addf-10296150bf52
* Ongoing port to Cactus 4.sai1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@5 eec4d7dc-71c2-46d6-addf-10296150bf52
* This commit was generated by cvs2svn to compensate for changes in r2, whichsai1999-11-06
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@3 eec4d7dc-71c2-46d6-addf-10296150bf52