summaryrefslogtreecommitdiff
path: root/src/comm/Interp.c
Commit message (Expand)AuthorAge
* Removed old interpolator API code.tradke2004-06-20
* Added fortran wrapper for CCTK_InterpLocalUniform().tradke2004-05-17
* Fix previous patch so we only warn at most onece per processor per API.jthorn2004-05-14
* Add level 1 warnings to CCTK_InterpGV() and CCTK_InterpLocal()jthorn2004-05-11
* Put macros on one line so that Cactus CPP can deal with themallen2004-03-22
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* For CCTK_InterpGridArrays(), merge the local and global parameter tables into atradke2003-01-06
* Added fortran wrapper for CCTK_InterpGridArrays().tradke2002-12-16
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* [[from Jonathan Thornburg]]tradke2002-06-07
* Check if there is an local/grid interpolation operator registered under atradke2002-05-31
* [[from Jonathan Thornburg]]tradke2002-05-23
* [[changes from Jonathan Thornburg, checked in by David Rideout]]rideout2002-02-22
* Tidied some warnings and added new function to return interp/reduce operator ...allen2001-12-27
* Added implementation information for interpolation operatorsallen2001-10-23
* Get rid of the old interpolator interface which is depricated now.tradke2001-05-28
* Making rcsid strings constant - PR 669.goodale2001-05-10
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
* Return different error codes for different errors.tradke2001-02-17
* Added new interpolation API routines CCTK_InterpGV() and CCTK_InterpLocal().tradke2001-02-14
* REGISTER_INTERP_ARGLIST->INTERP_REGISTER_ARGLISTallen2000-09-21
* C default conversions mean that a CCTK_CHAR will be promoted to an int,goodale2000-07-26
* Replace CCTK_WARN with CCTK_Warn (Cactus/396)allen2000-07-13
* CCTK_GetInterpHandle -> CCTK_InterpHandleallen2000-07-10
* Removing #include <malloc.h>goodale2000-05-13
* New macros for fortran callsallen2000-05-10
* Removing rcsid warningsallen2000-04-17
* Tidying and removing compiler warningsallen2000-04-04
* Removing compiler warningsallen2000-03-30
* added cctk.h; if that is not desired, take it out and replace it with whateve...lanfer2000-01-17
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
* Fixed an uninitialized return code for fortran binding of CCTK_InterpGF.tradke1999-11-02
* Switched order of cctkGH and retcode parameter in fortran bindingstradke1999-09-22
* Include file name changesallen1999-07-30
* More subroutine name changesallen1999-07-24
* Changed the interface for CCTK_Interp which is now more generaltradke1999-07-14
* Implements the generic CCTK_Interp() routinetradke1999-07-08