aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* Bugfix for periodic checking for NaNs: NaNChecker::action_if_found was ignoredtradke2006-01-30
* 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
* 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
* Disable downsampling again if PUGH is active.schnetter2004-07-05
* Remove no-op downsampling description. It is also not supported byschnetter2004-07-02
* 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
* 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
* 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
* Need to reduce the NaN count values on all processors if NaNmask output wastradke2003-07-25
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Fix a memory leak in PrintWarning().tradke2003-07-08
* Disabled the NaNmask location feature if the NaNChecker was called directlytradke2003-06-19
* Fix NaNChecker_CheckVarsForNaN() so that it doesn't call CCTK_Equals() ontradke2003-06-19
* Forgot to call CCTK_TerminateNext() when NaNChecker::action_if_found = "termi...tradke2003-06-17
* Added steerable INTEGER parameter NaNChecker::check_after to specify antradke2003-06-17
* Added an integer grid function NaNChecker::NaNmask which is used as a bitmasktradke2003-06-12
* Enclose function prototypes in '#ifdef __cplusplus' block.tradke2003-04-07
* Fixed bug in reporting the coordinate values.allen2002-09-01
* Fixed wrong number of arguments to CCTK_VWarn().tradke2002-06-10
* Check for valid values passed in the 'check_for' parameter of the API.tradke2002-03-11
* Added a new parameter 'NaNChecker::check_for' by which you can choose whethertradke2002-03-08
* Fixing some logic errors which meant that variables without storage wereallen2001-12-27
* Put the 'int *ierror' argument as the first one in fortran wrappers as thistradke2001-12-11
* Added API routine to initialize variables to NaN values.tradke2001-12-10
* Added C and Fortran API to invoke the NaNChecker from other code directly.tradke2001-12-06
* Issue an additional level 1 warning before the NaNChecker will terminatetradke2001-06-13
* Check for availability of isnan(3) at configure time. Exit immediatelytradke2001-05-28