aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
Commit message (Expand)AuthorAge
* Use cctk_ash to index grid functionseschnett2013-03-19
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Convert expressions explicitly to int before passing them to printf.schnetter2006-10-05
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Use the new SymBase infrastructure to find out about symmetry boundaries.schnetter2004-03-09
* Change the table keys to not contain any spaces. That makes itschnetter2004-03-09
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Add include statements for cctk_Functions.h where necessary.schnetter2003-10-27
* some CCTK_INT vs. int fixesrideout2003-08-18
* Fixed loads of int/CCTK_INT variable type mismatches.tradke2003-07-07
* Take advantage of fact that free and realloc can handle null pointersrideout2003-05-14
* Only pass *sequential* (in var index) selected group members to ApplyBnd<BC>.rideout2003-05-07
* Free smaller boundary_widths buffers used to comply with old API.rideout2003-05-06
* Check that the grid size is greater than the requested boundary width.rideout2003-05-06
* Support for new boundary API, which places an integer boundary_widthrideout2003-05-05
* Eliminate "possible uninitialized variable" warnings on OSF1.rideout2003-02-27
* Provide wrappers for all boundary conditions provided by thornrideout2003-02-14
* Use new macros for fortran stringsallen2001-09-14
* Fixed compiler warnings with non-const pointers.tradke2001-05-19
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Generalized boundary condition routines for applying totradke2001-04-14
* Adding directional boundary conditions for everything apart from Robin.allen2001-01-24
* Removed deprecated boundary function callsallen2000-09-21
* Do boundary conditions on the newest (next) timelevel.allen2000-07-19
* Boundary routines:lanfer2000-07-18
* Fixed bug in 1D scalar boundary conditionallen2000-07-15
* Tidied up a lot, so that everything is in one file, and the wrappersallen2000-07-12
* Removing extraneous ; .goodale2000-04-19
* Fixing rcsid warnings.tradke2000-04-18
* some warnings taken care of and bugfix PR#275lanfer2000-03-14
* Boudaries clean, ready for 1,2dlanfer2000-03-02
* Removing deprecated boundary routinesallen2000-02-20
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
* cctk_arguments -> cctk_Argumentsallen2000-01-27
* Adding USE_CCTK_PARAMETERSallen2000-01-12
* Added lots of missing function prototypes.goodale1999-11-30
* ScalarBoundary will be a replacement to the badly named ConstantBoundaryallen1999-11-01