aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADsvnmastereschnett2013-03-08
* Don't optimise array indexing -- use standard methodseschnett2013-01-14
* Support array padding (take cctk_ash into account)eschnett2013-01-14
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Set cctkGH->cctk_delta_space instead of cctk_delta_spaceeschnett2011-12-01
* fixing wrong commityye002008-05-25
* worng commit, fixingyye002008-05-25
* need this thorn to be update to date for funwaveyye002008-05-25
* Implement new keyword parameter CartGrid3D::set_coordinate_ranges_on,schnetter2008-03-05
* Correct error in previous commitschnetter2008-02-20
* When type="multipatch", and when the aliased functionschnetter2008-02-20
* Replace #ifdef CCTK_INT1 with #ifdef HAVE_CCTK_INT1, etc., for variousschnetter2008-02-20
* Correct function prototypes: Functions in the startup bin must returnschnetter2008-02-20
* Initialise all entries in the symmetry[3] array passed by the user intotradke2007-02-16
* check the varindex argument passed into GetCartSymVI() and SetCartSymVI()tradke2007-02-16
* Correct an error with the coordinate setup on multi-block systems.schnetter2006-07-04
* Add a new manual check to ensure that the coordinate ranges are onlyschnetter2006-05-15
* Schedule CartGrid3D_SetRanges in singlemap mode instead of checkingschnetter2006-05-11
* Slight modification of the just committed patchtradke2006-05-11
* This applies Steve White's patchtradke2006-05-11
* Applying Erik's patch from the Patchs list 2.12.05swhite2006-05-11
* Use CCTK_WARN instead of CCTK_VWarn.schnetter2005-12-02
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* First cut at reducing compilation time/load of this file. Havegoodale2005-01-29
* Fixed the set up for coordinate system tables which should be done only oncetradke2005-01-03
* assert fixyye002004-08-12
* Change registered symmetry name to "CartGrid3D" so that people knowschnetter2004-07-25
* Added prototypes for scheduled functions.tradke2004-06-21
* Added missing prototype for CartGrid3D_ApplyBC().tradke2004-06-20
* Recalculate the coordinate grid functions in the postregrid bin.schnetter2004-06-17
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Removed doubly defined local variable to get rid of gcc warning.tradke2004-05-14
* Added prototype for fortran wrapper of DecodeSymParameters3D().tradke2004-05-14
* Removed double DECLARE_CCTK_ARGUMENTS in one functionallen2004-04-07
* Making warnings about using old symmetry stuff less severe.goodale2004-03-26
* Do not report an error when no variables have been selected for aschnetter2004-03-26
* Use the new SymBase infrastructure to find out about symmetry boundaries.schnetter2004-03-09
* Add Fortran wrapper for DecodeSymParameters3Dschnetter2004-03-09
* Apply symmetry boundary conditions on all faces (not only on lower ones).tradke2004-03-04
* Use the real convergence factor instead of the value 2.schnetter2004-02-06
* Hardwire convergence factor to 2schnetter2004-01-19
* Provide a coordinate-thorn and symmetry-thorn independent way ofschnetter2004-01-19
* Include cctk.h to get the declaration of cGH.schnetter2004-01-05
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Changed the datatype of the PHYSICALMIN/PHYSICALMAX options in coordinate tablestradke2003-09-01
* A few optimizations which also make the code more readable.tradke2003-08-28
* Remove extraneous comment. Fixes CactusBase/1593.rideout2003-08-26
* Update to use CoordBase. Registration of spher3d is deprecated.rideout2003-08-22
* Patch by Erik Schnetter: use the new macros CCTK_DELTA_SPACE andtradke2003-06-17