aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
Commit message (Expand)AuthorAge
* Use cctk_ash to index grid functionseschnett2013-03-19
* Update code inside #ifdef DEBUGeschnett2012-06-20
* Convert expressions explicitly to int before passing them to printf.schnetter2006-10-05
* Add missing #include <stdio.h> statementsschnetter2004-12-29
* Allow 2 boundary points for Robin boundaries.schnetter2004-06-23
* 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
* Set the default value for the Robin boundary value at infinity to zeroschnetter2004-01-18
* Apply Robin boundary conditions also in the ghost zones and onschnetter2003-11-20
* 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 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
* 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
* Use the grid spacing corrected by the refinement levelallen2002-08-20
* Fixed fortran wrapper to BndRobinGNallen2001-12-13
* 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
* 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
* Generalized boundary condition routines for applying totradke2001-04-14
* Fixed wrong indexing for upper boundaries.tradke2001-04-14
* changing CCTK_INT to intlanfer2000-10-04
* Boundary routines:lanfer2000-07-18
* boundary with staggeringlanfer2000-03-06
* cctk_arguments -> cctk_Argumentsallen2000-01-27
* wrong routine namelanfer1999-11-12
* Tidying and adding C routineallen1999-11-12
* #include "math.h" -> #include <math.h>allen1999-11-01
* added pow()lanfer1999-11-01
* Robin BC in C - not tested yet, not in make filelanfer1999-11-01