aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
Commit message (Collapse)AuthorAge
* Introduce alias SpatialSpacings, add WRITES clauseseschnett2013-01-15
| | | | | | | | | | | | Introduce alias SpatialSpacings for the routine setting the spatial grid spacings. Add WRITES clauses. Both are needed for runs with OpenCL. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@267 c78560ca-4b45-4335-b268-5f3340f3cb52
* fixing wrong commityye002008-05-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@242 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
* Set up coordinates again after regridding the initial dataschnetter2008-02-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@238 c78560ca-4b45-4335-b268-5f3340f3cb52
* Correct an error with the coordinate setup on multi-block systems.schnetter2006-07-04
| | | | | | | | | | | Call CartGrid3D_SetRanges in local mode instead of singlemap mode. Re-introduce an explicit check in that routine whether it is called on the coarsest level. This is necessary because the flesh coordinate information needs to be set up according to the coarsest level's grid points. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@231 c78560ca-4b45-4335-b268-5f3340f3cb52
* Schedule CartGrid3D_SetRanges in singlemap mode instead of checkingschnetter2006-05-11
| | | | | | | manually whether it was called on the coarsest grid. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@229 c78560ca-4b45-4335-b268-5f3340f3cb52
* Register coordinate system only once in mesh refinement environmentsschnetter2006-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@225 c78560ca-4b45-4335-b268-5f3340f3cb52
* When scheduling CartGrid3D_SetCoordinates at CCTK_POSTREGRID, scheduleschnetter2005-12-02
| | | | | | | | it "as SpatialCoordinates", same as is done when it is scheduled at CCTK_BASEGRID. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@222 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixed the set up for coordinate system tables which should be done only oncetradke2005-01-03
| | | | | | | | | | | | | | (on the coarsest refinement level). Split CartGrid3D() into two level-mode routines: * CartGrid3D_SetRanges() sets up the coordinate ranges from parameters. This is only done once (on the coarsest refinement level). * CartGrid3D_SetCoordinates() sets up the coordinate grid functions (for all levels, both in BASEGRID and REGRID). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@213 c78560ca-4b45-4335-b268-5f3340f3cb52
* Recalculate the coordinate grid functions in the postregrid bin.schnetter2004-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@206 c78560ca-4b45-4335-b268-5f3340f3cb52
* Use the new SymBase infrastructure to find out about symmetry boundaries.schnetter2004-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@195 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
* Enable storage for CartGrid3D's scalar variables.tradke2001-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@142 c78560ca-4b45-4335-b268-5f3340f3cb52
* Adding function alias for assigning spatial coordinatesallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@116 c78560ca-4b45-4335-b268-5f3340f3cb52
* Changed to use all C routines now.goodale1999-10-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@64 c78560ca-4b45-4335-b268-5f3340f3cb52
* ParamCheck was registered at the wrong place.allen1999-07-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@38 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
* Added registration of coordinates with a name and a directionallen1999-04-22
| | | | | | | CCTK_Warn -> CCTK_WARN git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@25 c78560ca-4b45-4335-b268-5f3340f3cb52
* Changing CACTUS_RFR to CCTK_RFRallen1999-03-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@14 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