aboutsummaryrefslogtreecommitdiff
path: root/src/StaticBoundary.c
Commit message (Expand)AuthorAge
* Use cctk_ash to index grid functionseschnett2013-03-19
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Update code inside #ifdef DEBUGeschnett2012-06-20
* change CCTK_VarName to CCTK_FullName in some Warningsknarf2009-09-29
* This patch checks the available timelevels for a variable before itknarf2009-09-29
* 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
* Put macros on one line so that Cactus cpp can deal with them.allen2004-03-22
* 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
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* 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
* Changing warning level for bad table handle from 3 to 5, since arideout2003-04-02
* Eliminate "possible uninitialized variable" warnings on OSF1.rideout2003-02-27
* Provide wrappers for all boundary conditions provided by thornrideout2003-02-14
* Added missing return code. This closes PR CactusBase/957.tradke2002-03-27
* Adding new static boundary condition (consider this experimental tillallen2002-03-16