aboutsummaryrefslogtreecommitdiff
path: root/src/ScalarBoundary.c
Commit message (Expand)AuthorAge
* Use cctk_ash to index grid functionseschnett2013-03-19
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Convert expressions explicitly to int before passing them to printf.schnetter2006-10-05
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* 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
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* 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 SCALAR_BOUNDARY_TYPED macro which used the wrong loop counters.tradke2002-08-18
* Fixed macro calls with an empty preprocessor constant as an argument.tradke2002-06-03
* Implemented support for complex scalar boundary conditions, in a cruderideout2001-12-18
* Fixed bug in argument lists for one of the fortran wrappers, picked up by theallen2001-06-22
* Fixed compiler warnings with non-const pointers.tradke2001-05-19
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Check whether CCTK_INT2 is defined or not.tradke2001-04-22
* Generalized boundary condition routines for applying totradke2001-04-14
* Adding directional boundary conditions for everything apart from Robin.allen2001-01-24
* Added more error checking for Scalar boundaries, and removed debugging statem...allen2001-01-17
* Added directional scalar boundary conditions, see documentation.tex for detailsallen2001-01-17
* 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
* New macros for calling C from fortranallen2000-05-10
* Removing extraneous ; .goodale2000-04-19
* Fixing rcsid warnings.tradke2000-04-18
* 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