aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Store the directional stagger indices in the pGV structure rather than just thetradke2004-06-26
* Check on each processor that there are enough interior points.tradke2004-06-21
* Initialize new current timelevel after timelevel rotation according totradke2004-06-10
* Added a sanity check 'nsize >= 3*nghosts' and abort if this is not true.tradke2004-06-08
* Since scalars are zero-dim GAs now, need an extra check for the extras andgoodale2004-05-18
* Untabified.goodale2004-05-17
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Fixed gcc compiler warnings about potentially undefined return values.tradke2004-05-14
* Apply manual topology settings also to the distribution of grid arrays.tradke2004-04-29
* Removed trailing semicolon after DECLARE_CCTK_PARAMETERS macro.tradke2004-04-22
* Check for invalid arguments in PUGH_SyncGArrayGroup and abort onschnetter2004-03-09
* Initialise the convergence factor.schnetter2004-02-06
* Adding semicolon after fileversion macro so TAGS work properly.goodale2004-02-05
* Semicolon after fileversion and grdoc fix.goodale2004-02-05
* Fokke Dijkstra's patch: Added new routine PUGH_SetTopology() which can be calledtradke2004-01-08
* Ian's fix for malloc(0) which returns NULL on DEC machines and thus weretradke2003-12-11
* Fix for my latest commit which broke MPI configurations.tradke2003-12-05
* Made a few more functions static.tradke2003-12-05
* Bug was discovered by Fokke Dijkstra: manual partitioning settings wastradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21
* Allow for a small fudge factor when testing for cctk_final_time.schnetter2003-11-05
* Output long timing number as long instead of as int.schnetter2003-11-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
* Stop in PUGH_GetSliceSizes() with a level-0 warning rather than trying totradke2003-09-18
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Fixed a compiler warning about unused parameters.tradke2003-07-16
* Added a const qualifier to the 'cGH *' argument of PUGH functions which overloadtradke2003-07-14
* Fixed PUGH_GFSize() and PUGH_GFPeriodic() to also initialize the sizes andtradke2003-06-27
* Changed PUGH_Abort() to return with the given return code to abort withtradke2003-06-19
* Patch by Erik Schnetter to initialize new elements in the cGH structure:tradke2003-06-17
* Fixed domain decomposition of 'DISTRIB=const' arrays. Now it also parallelizestradke2003-03-31
* Warn about allocation of zero-sized variable only if its global size is zero.tradke2003-03-26
* The GH->data pointer wasn't set by PUGHi_EnableScalarGroupStorage().tradke2003-02-17
* Parameter Cactus::max_runtime is now evaluated as REAL.tradke2003-01-12
* Reduce the local termination flag from all processors and have DoneMainLoop()tradke2003-01-10
* Fixed error messageallen2002-12-30
* Support additional termination condition using the new cactus::max_runtimetradke2002-11-08
* Check whether storage allocation succeeded (and issue a warning if not)tradke2002-10-24
* Fixed comment.rideout2002-07-11
* Changed C++ style comment to C.rideout2002-07-09
* Really set deallocated data pointers for grid arrays to NULL.tradke2002-07-05
* Fixed bug in NULL pointer assignment when switching off storage for scalar va...tradke2002-07-01
* Removed constant PUGH_UNDEFINEDSTORAGE which was never used anywhere.tradke2002-07-01
* Fixed a bug where GH->data[] pointers for grid scalars were set to NULLtradke2002-06-27
* Fixed a bug where GH->data[] pointers for certain timelevels were assignedtradke2002-06-26
* Set the data pointer in the GH->data[] array to NULL when switching off storagetradke2002-06-21
* Don't use internal CCTK variable "_cctk_one" anymore because it is about to b...tradke2002-06-17
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18
* Declare PUGH_SyncGArrayGroup() to be a static function like its declarationtradke2002-05-13