aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clean up codeHEADmastereschnett2012-11-22
* Correct signatures of scheduled functionseschnett2011-01-21
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Print the variable name together with the variable index in an error message.schnetter2004-06-28
* Removed old interpolator API code.tradke2004-06-20
* Use symmetry interpolation.schnetter2004-05-28
* Fix in converting a non-const cGH pointer into 'const cGH *'.tradke2003-08-07
* Removed duplicate code for the old CCTK_InterpLocal() API (which is nowtradke2003-08-01
* Removed unused variable.tradke2003-08-01
* Another fix to return the correct status in the return code of CCTK_InterpGri...tradke2003-07-25
* Used the wrong table to pass per-point status information between local andtradke2003-07-21
* For the multiprocessor case, set the local interpolator status code to thetradke2003-07-18
* Fokke Dijkstra's patch to fix a potential bug in the global interpolatortradke2003-06-19
* Fixed the stencil range in warning messages about out-of-bound interpolation ...tradke2003-06-11
* Check for a "suppress_warnings" key in the parameter table to find out whethertradke2003-05-13
* If an error condition occurs only locally on any processor, all processors willtradke2003-05-12
* Bugfix for the multiprocessor case where an output array was touched even iftradke2003-05-12
* Fixed the case where an error code CCTK_ERROR_INTERP_POINT_OUTSIDE, as returnedtradke2003-05-07
* If, in a multiprocessor case, a point couldn't be mapped onto a processortradke2003-05-06
* Fixed missing 'const' qualifiers to function arguments.tradke2003-03-11
* Fixed the query call for the multiprocessor case which now tests only ontradke2003-03-10
* Tolerate negative variable indices which should be treated as a no-op for thetradke2003-02-10
* Fixed the names of keys for the table options entries which define thetradke2003-01-29
* Set the N_boundary_points_to_omit[], off_centering_tolerance[], andtradke2003-01-24
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* Evaluate the 'input_arrays_time_levels' option in the parameter table.tradke2003-01-21
* add a little bit more debug printing (inside #ifdef PUGHINTERP_DEBUG)jthorn2003-01-18
* Fixed compiler warning for non-MPI configurations.tradke2003-01-07
* For PUGHInterp_InterpGridArrays (which overloads CCTK_InterpGridArrays()),tradke2003-01-06
* Include Jonathan Thornburg's changes to the local interpolator in thetradke2002-12-20
* Fixed compile errors when compiling without MPI.tradke2002-12-20
* Overload CCTK_InterpGridArrays() with PUGHInterp_InterpGridArrays().tradke2002-12-20
* Initial version of PUGHInterp_InterpGridArrays() which implements the newtradke2002-12-20
* Moved check for interpolation points with a stencil outside of the gridtradke2002-12-19
* Fixed warning message which printed the wrong upper range for out-of-rangetradke2002-12-16
* Preliminary support for both the old and the new global interpolator API.tradke2002-12-12
* No important changes, just tidying up before adding the new global interpolatortradke2002-12-11
* Erik's patch which willtradke2002-08-19
* Removed the local interpolation operator from PUGHInterp. The code for thistradke2002-05-29
* fix tiny typo in comment :)jthorn2001-10-19
* There are two changes in this checkin:jthorn2001-10-19
* Fixed bug for assigning delta Cactus/756allen2001-08-19
* Fixed location of stencils for interpolation.tradke2001-08-02
* Use const pointers wherever possible.tradke2001-05-28
* New timelevel indexingallen2001-05-10
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Removed reference to USED grid::domain parameter. The code doesn't seemtradke2001-05-03
* Interpolate on highest timelevel.allen2001-04-18
* Changing CCTK_CHAR to CCTK_BYTEallen2001-04-09