aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Only free temporary arrays in Boundary_ApplyPhysicalBCs() if they haverideout2002-12-30
* 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
* Use the grid spacing corrected by the refinement levelallen2002-08-20
* Check coordinate indices before applying BCallen2002-08-20
* 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
* Added missing return code. This closes PR CactusBase/957.tradke2002-03-27
* Adding prototypes for static boundariesallen2002-03-16
* Adding new static boundary condition (consider this experimental tillallen2002-03-16
* Implemented support for complex scalar boundary conditions, in a cruderideout2001-12-18
* Fixed fortran wrapper to BndRobinGNallen2001-12-13
* Minor bug that affected radpower=0.miguel2001-10-10
* Use new macros for fortran stringsallen2001-09-14
* Fixed preprocessor warning.tradke2001-09-12
* Bugfix in Robin BC. Thanks to Karen for finding this.tradke2001-08-29
* Fixed bug in Robin BC.tradke2001-08-29
* Fixed bug in choosing the wrong type for a local variable.tradke2001-08-26
* Adding a few debugging statementsallen2001-08-21
* Fixed bug in argument lists for one of the fortran wrappers, picked up by theallen2001-06-22
* Fixed unused variable.tradke2001-06-12
* Miguel's new code for applying Robin BC, converted into C.tradke2001-06-12
* Fixed compiler warnings with non-const pointers.tradke2001-05-19
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Fixed wrong argument types to pow(3) which caused the testsuite on DEC Alphastradke2001-05-07
* Check whether CCTK_INT2 is defined or not.tradke2001-04-22
* Bug fix for grid pointallen2001-04-18
* Removed source file RobinBoundaryWrappers.c from the SRCS list.tradke2001-04-14
* This code went into RobinBoundary.c.tradke2001-04-14
* Don't need this header anymore with the 'USES INCLUDE HEADER' clausetradke2001-04-14
* Generalized boundary condition routines for applying totradke2001-04-14
* Fixed wrong indexing for upper boundaries.tradke2001-04-14
* Initialized return value for ApplyBndRadiative().tradke2001-03-19
* 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
* changing CCTK_INT to intlanfer2000-10-04
* prototypes for Robin, adding grdoc to the codelanfer2000-09-26
* Removed deprecated boundary function callsallen2000-09-21
* Changed the power of the robin boundary conditions from a CCTK_INT to a intallen2000-07-22
* Fixed bug in staggeringallen2000-07-20
* Compiler warning originallen2000-07-20
* Do boundary conditions on the newest (next) timelevel.allen2000-07-19
* Boundary routines:lanfer2000-07-18
* Fixing wrong ifndefallen2000-07-15
* New file with mock symmetry structure if CartGRid3D isn't compiled.allen2000-07-15
* 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