aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert expressions explicitly to int before passing them to printf.schnetter2006-10-05
* Correct prototypes of scheduled functionsschnetter2006-10-05
* Correct grammatical errorschnetter2006-10-05
* clarify that the "none" BC doesn't use boundary_width or table_handlejthorn2006-05-21
* * put Boundary/ prefix on latex labels so they'll be unique across thornsjthorn2006-05-21
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address of Cactus maintainers.schnetter2005-10-22
* Make it a fatal error if the pointer to the boundary condition routineschnetter2005-03-25
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stdio.h> statementsschnetter2004-12-29
* Allow 2 boundary points for Robin boundaries.schnetter2004-06-23
* Added missing prototype for Boundary_MakeSureThatTheSelectionIsEmpty().tradke2004-06-20
* Untabified.goodale2004-05-17
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Boundary doesn't need to inherit from SymBase anymore.tradke2004-04-23
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* Put macros on one line so that Cactus cpp can deal with them.allen2004-03-22
* Boundary must inherit from SymBaseallen2004-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
* Fix bug in internal consistency checking.schnetter2004-03-05
* Add a routine "Boundary_MakeSureThatTheSelectionIsEmpty" that isschnetter2004-03-05
* Do not cast CCTK_INT* to int*.schnetter2004-03-05
* Fix array indexing bug in Bdry_Boundary_SelectedGVs when there areschnetter2004-03-05
* Check arguments, and return with an error code if there is an error.schnetter2004-03-05
* Check argument before setting it instead of afterwards.schnetter2004-03-05
* Fix typos.schnetter2004-03-05
* Update documentation and fix typoschnetter2004-01-18
* 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
* Fix typo.schnetter2003-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
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
* 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
* Schedule Boundary_RegisterBCs() in global mode.tradke2003-09-02
* Declare the cGH pointer in aliased routines as CCTK_POINTER_TO_CONSTtradke2003-09-01
* some CCTK_INT vs. int fixesrideout2003-08-18
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* minor additionsallen2003-07-14
* Fixed loads of int/CCTK_INT variable type mismatches.tradke2003-07-07
* Fixed bug in checking against group index for applying boundary conditionsallen2003-07-07
* Check to see that the value of the GH never changes. Thorn Boundaryrideout2003-06-04
* "CCTK_POINTER IN" is now "CCTK_POINTER_TO_CONST".rideout2003-05-21