aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* fixing wrong commityye002008-05-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@243 c78560ca-4b45-4335-b268-5f3340f3cb52
* need this thorn to be update to date for funwaveyye002008-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@240 c78560ca-4b45-4335-b268-5f3340f3cb52
* Implement new keyword parameter CartGrid3D::set_coordinate_ranges_on,schnetter2008-03-05
| | | | | | | | | | | which has the possible values "all grids", "all maps", or "first level". "all grids" is the default, "all maps" is for multi-patch simulations, and "first level" is for mesh refinement environments where the coarsest grid may not actually exist, such as e.g. in Paramesh. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@239 c78560ca-4b45-4335-b268-5f3340f3cb52
* Applying Erik's patch from the Patchs list 2.12.05swhite2006-05-11
| | | | | | | CartGrid3D: Support patches with different grid spacing git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@226 c78560ca-4b45-4335-b268-5f3340f3cb52
* Provide a coordinate-thorn and symmetry-thorn independent way ofschnetter2004-01-19
| | | | | | | | | specifying the shape of the physical domain and the location of the boundary points. The advantage of that is that it is now much easier to change the resolution. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@190 c78560ca-4b45-4335-b268-5f3340f3cb52
* Update to use CoordBase. Registration of spher3d is deprecated.rideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@180 c78560ca-4b45-4335-b268-5f3340f3cb52
* Added "bitant_rotate" and "quadrant_reflect_rotate" domains forpollney2002-06-10
| | | | | | | | | | systems which have a rotational symmetry. There are some notes describing these domains and the implementation in the doc directory: rotating_sym.tex Currently only works for a single processor. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@161 c78560ca-4b45-4335-b268-5f3340f3cb52
* Adding registration of indices for physical range of coordinates.allen2001-07-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@140 c78560ca-4b45-4335-b268-5f3340f3cb52
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@129 c78560ca-4b45-4335-b268-5f3340f3cb52
* enhancements to Symmetries by E.Schnetter - Thanks Eric!lanfer2000-05-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@111 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fix for bug report CactusBase/214allen2000-01-25
| | | | | | | Change test value from -9999.9999 to -424242 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@84 c78560ca-4b45-4335-b268-5f3340f3cb52
* Cosmetic changesallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@82 c78560ca-4b45-4335-b268-5f3340f3cb52
* Added options needed by Cartoonallen1999-11-02
| | | | | | | | | | | | | | | | | | | | bitant_plane = "xy" "xz" "yz" (default "xy") no_originx = "yes" "no" (default "yes") no_originy = "yes" "no" (default "yes") no_originz = "yes" "no" (default "yes") The logic is that if no_origin = "yes" *and* no_origin? = "yes" then the coordinates will avoid the origin, so if you don't want one particular coordinate to avoid the origin you put e.g. no_originx = "no" At the moment this only works in bitant. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@77 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixing specifying ranges by max and minallen1999-10-26
| | | | | | | Cactus/157 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@74 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixed bug in dxyz reported by Toni Arbonaallen1999-09-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@56 c78560ca-4b45-4335-b268-5f3340f3cb52
* BOOLEAN -> LOGICALallen1999-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@55 c78560ca-4b45-4335-b268-5f3340f3cb52
* A lot of parameter name changes, especially for IOallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@47 c78560ca-4b45-4335-b268-5f3340f3cb52
* New block names for parametersallen1999-07-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@33 c78560ca-4b45-4335-b268-5f3340f3cb52
* Symmetry registration and boundary condition is moved from Einstein toallen1999-06-28
| | | | | | | | | | | here. Reworked the grid routines to allow grid points to be on the axes depending on the parameter no_origin (defaults to not on the origin). Added more parameter checking git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@30 c78560ca-4b45-4335-b268-5f3340f3cb52
* Shorthands, dxyz xyzmin, xyzmaxallen1999-06-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@28 c78560ca-4b45-4335-b268-5f3340f3cb52
* Changing parameter names to get rid of the grid in front of allallen1999-04-01
| | | | | | | | the names, changing grid to type. This will annoy everyone with working parameter files git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@20 c78560ca-4b45-4335-b268-5f3340f3cb52
* Adding new grid types ... but there are still some bugsallen1999-03-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@9 c78560ca-4b45-4335-b268-5f3340f3cb52
* Changed namesallen1999-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@5 c78560ca-4b45-4335-b268-5f3340f3cb52
* *** empty log message ***allen1999-02-14
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@2 c78560ca-4b45-4335-b268-5f3340f3cb52