aboutsummaryrefslogtreecommitdiff
path: root/src/SetGrid.c
Commit message (Collapse)AuthorAge
* Largely rewrite to work with mesh refinement.HEADmasterAnton Khirnov2016-02-26
| | | | | As the actual work is now mostly done in the evolution code, this really only handles the symmetry condition on the x-axis.
* Don't adapt the grid size automatically -- this doesn't work.schnetter2008-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@101 eec4d7dc-71c2-46d6-addf-10296150bf52
* Add missing #include <stdio.h> statement.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@86 eec4d7dc-71c2-46d6-addf-10296150bf52
* Fix compiler warnings.rideout2003-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@72 eec4d7dc-71c2-46d6-addf-10296150bf52
* Removing extraneous argument to a CCTK_VInfo call.rideout2003-01-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@62 eec4d7dc-71c2-46d6-addf-10296150bf52
* Fixed wrong datatypes for variables (CCTK_INT <-> int, CCTK_REAL <-> double).tradke2002-06-04
| | | | | | | | Also fixed parameter get/set code in grid resizing routine. This fixes code crashes on the T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@48 eec4d7dc-71c2-46d6-addf-10296150bf52
* Fixed compiler warnings, added the nearly standard comment formatallen2002-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@36 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