aboutsummaryrefslogtreecommitdiff
path: root/src/InterpGridArrays.c
Commit message (Expand)AuthorAge
* Clean up codeHEADmastereschnett2012-11-22
* 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
* Use symmetry interpolation.schnetter2004-05-28
* 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
* 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 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
* Fixed compile errors when compiling without MPI.tradke2002-12-20
* Initial version of PUGHInterp_InterpGridArrays() which implements the newtradke2002-12-20