aboutsummaryrefslogtreecommitdiff
path: root/src/RadiationBoundary.c
Commit message (Expand)AuthorAge
* Remove really old code that nobody seems to use.HEADmasterknarf2013-06-28
* Convert expressions explicitly to int before passing them to printf.schnetter2006-10-05
* Add missing #include <stdio.h> statementsschnetter2004-12-29
* 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
* Remove support for CCTK_INT for Radiation and Robin boundaries, becauseschnetter2003-10-31
* 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 optimizations: declare coordinates to be constant arrays (during thetradke2003-10-06
* OldApplyBndRadiative() was declared as 'static' but defined as 'extern'.tradke2003-09-22
* Another fix for *_RADIATIVE_BOUNDARY_3D: dx was applied on all the faces.tradke2003-09-12
* Fixed *_RADIATIVE_BOUNDARY_3D macros which accidentally applied rho_xtradke2003-09-12
* 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
* Delete html tags from grdoc headers.rideout2003-05-13
* 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
* Add some debugging code.rideout2003-03-17
* Eliminate "possible uninitialized variable" warnings on OSF1.rideout2003-02-27
* Provide wrappers for all boundary conditions provided by thornrideout2003-02-14
* Implement wrapper for radiation boundaries which allows all available options.rideout2003-02-13
* Implementation of new boundary condition spec described on therideout2002-12-29
* Check for valid coordinate index before using it to get a data pointer.rideout2002-08-29
* Check coordinate indices before applying BCallen2002-08-20
* Minor bug that affected radpower=0.miguel2001-10-10
* 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
* Check whether CCTK_INT2 is defined or not.tradke2001-04-22
* Generalized boundary condition routines for applying totradke2001-04-14
* Initialized return value for ApplyBndRadiative().tradke2001-03-19
* Adding directional boundary conditions for everything apart from Robin.allen2001-01-24
* Removed deprecated boundary function callsallen2000-09-21
* Fixed bug in staggeringallen2000-07-20
* Compiler warning originallen2000-07-20
* 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
* enhanced RadiationBC by Miguellanfer2000-05-24
* Removing extraneous ; .goodale2000-04-19
* Boudaries clean, ready for 1,2dlanfer2000-03-02
* Erik's changes to make things timelevel aware.goodale2000-02-17
* cctk_arguments -> cctk_Argumentsallen2000-01-27