aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Output patch number in error messagessvneschnett2014-04-07
* Remove unnecessary HAVE_* guardseschnett2014-03-21
* Use #ifdef HAVE_CCTK_REAL8 instead of #ifdef CCTK_REAL8eschnett2014-02-07
* Handle cctk_ash correctly for complex numbersHEADmastereschnett2013-01-22
* Support array padding (take cctk_ash into account)eschnett2013-01-14
* Correct indexing erroreschnett2012-10-23
* Call isinf instead of isfiniteeschnett2012-10-23
* Use isnan wrappers that are not optimised awayeschnett2012-10-22
* Correct spelling error in HAVE_ISNANeschnett2012-10-17
* fix use of restriction mask for grid arrays and scalarsrhaas2012-10-01
* Use namespace instead of static declarationseschnett2012-07-09
* use OpenMP during NaN checkrhaas2012-07-05
* Add options to use restriction mask to ignore unused points, output morerhaas2012-07-05
* reduce nan mask in level moderhaas2012-03-27
* Initialise NaN mask after recoveringeschnett2011-08-02
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* use correct latex package in documentationknarf2009-01-22
* Bugfix: reset NaN counter at INITIAL/PRESTEP in global mode.tradke2008-11-24
* Export routines CheckVarsForNaN and SetVarsToNaN as aliased functions.schnetter2008-09-22
* decrease warning level from 2 to 1 when printing the locations of NaNs/Infstradke2007-04-27
* fix wording in description of verbose outputtradke2007-04-27
* Tag NaNChecker grid variables with 'checkpoint="no"'.tradke2006-01-30
* Bugfix for periodic checking for NaNs: NaNChecker::action_if_found was ignoredtradke2006-01-30
* Correct email address in copyright statement.schnetter2005-10-22
* Schedule NaNChecker_TakeAction() in GLOBAL LOOP-level mode.tradke2005-06-09
* Encode only those grid functions in NaNChecker::NaNmask for which NaNs were f...tradke2005-02-07
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
* Now that CarpetIOHDF5 also accepts option strings in group/variable names,tradke2004-07-07
* Use curly braces for the options string in the varname argument for CCTK_Outp...tradke2004-07-07
* Schedule NaNChecker at POSTSTEP so that the NaNmask can be safely output.tradke2004-07-07
* Disable downsampling again if PUGH is active.schnetter2004-07-05
* Remove no-op downsampling description. It is also not supported byschnetter2004-07-02
* Reset the counter before counting nans.schnetter2004-06-23
* Use DECLARE_CCTK_ARGUMENTS instead of CCTK_VarDataPtr.schnetter2004-06-22
* Split the actual checking for NaNs and the output of the NaN mask and actiontradke2004-06-22
* Define a CCTK_INT scalar variable 'NaNChecker::NaNmask' which holds the totaltradke2004-06-22
* NaNChecker provides capability NaNChecker.tradke2004-04-28
* Remove configuration check for isnan(), and make NaNChecker work (doschnetter2004-04-10
* Use $(error) instead of an unsatisfied dependency to reportschnetter2004-03-10
* Initialise NaNmask pointer when called from another thorn.schnetter2004-03-03
* Fix comment.schnetter2004-03-03
* Allow passing a NULL pointer as action, as is described in the documentation.schnetter2004-03-03
* Fix typo.schnetter2004-03-03
* NaNChecker is now scheduled at ANALYSIS (rather than POSTSTEP).tradke2004-01-22
* Do not prolong.schnetter2003-11-06
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* NaNChecker_CheckVarsForNaN() can be called mulitple times for the sametradke2003-10-08
* Fixed grdoc for NaNChecker_CheckVarsForNaN() which had the error return codestradke2003-10-08