aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.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
* 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
* 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
* Fixed preprocessor warning.tradke2001-09-12
* Adding a few debugging statementsallen2001-08-21
* 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
* 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
* Erik's changes to make things timelevel aware.goodale2000-02-17
* cctk_arguments -> cctk_Argumentsallen2000-01-27
* Adding USE_CCTK_PARAMETERSallen2000-01-12
* Initialise return valueallen1999-11-12
* Tidying and prototypesallen1999-11-12
* Various things pointed out by running Insure on the code. Normallygoodale1999-10-26
* the old bc routines were disabled accidentlylanfer1999-10-20
* the new boundary interfaces, Apply*BC will go awaylanfer1999-10-19
* Changes to header filesallen1999-10-17
* The new boundary routine, with a more consistent calling interfacelanfer1999-09-16
* Some little pointer-like bugs in return valuesallen1999-09-14
* Fixed a few small bugs which pop up in bizarre circumstances becauseallen1999-09-11
* Check that variable indices are >= 0 and not > 0, otherwiseallen1999-09-10
* Include file name changesallen1999-07-30
* Fixed infinite loop bug found by Thomas and Ryojiallen1999-07-28
* Bug fixes and enhancementsallen1999-07-27