aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
Commit message (Expand)AuthorAge
* fix commentknarf2013-06-26
* Correct prototypes of scheduled functionsschnetter2006-10-05
* Make it a fatal error if the pointer to the boundary condition routineschnetter2005-03-25
* Add missing #include <stdio.h> statementsschnetter2004-12-29
* Added missing prototype for Boundary_MakeSureThatTheSelectionIsEmpty().tradke2004-06-20
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* 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
* Add include statements for cctk_Functions.h where necessary.schnetter2003-10-27
* Declare the cGH pointer in aliased routines as CCTK_POINTER_TO_CONSTtradke2003-09-01
* 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
* Take advantage of fact that free and realloc can handle null pointersrideout2003-05-14
* Fix small memory leak in storage of names of boundary conditions.rideout2003-05-14
* Check that only one physical bc is selected for any given face.rideout2003-05-13
* Fixed bug in adding new bcname to selected vars database.rideout2003-05-12
* Display group indices in selected vars database output (for debugging).rideout2003-05-07
* Allow null pointers as arguments to Boundary_SelectedGVs.rideout2003-05-07
* Support for new boundary API, which places an integer boundary_widthrideout2003-05-05
* Physical bc function pointers now take all const arguments.rideout2003-05-02
* Changing warning level for bad table handle from 3 to 5, since arideout2003-04-02
* Removing extraneous comment.rideout2003-03-18
* Redesign of internal database for storing variables selected for bc.rideout2003-03-17
* Eliminate "possible uninitialized variable" warnings on OSF1.rideout2003-02-27
* Move typedef for physical boundary condition function pointer torideout2003-02-26
* Removing temporary Fortran wrapper for Boundary_SelectVarForBC().rideout2003-02-19
* Make boundary conditions case-insensitive.rideout2003-02-17
* Provide Boundary_SelectVarForBC to Fortran via an explicit Fortranrideout2003-02-14
* Add faces argument where required.rideout2003-02-13
* Shorten names of functions which provide aliases, so that they fallrideout2003-01-27
* Major bug fixes to Boundary_Boundary_SelectVarForBCI().rideout2003-01-08
* Include Boundary.h (for BndNone()).rideout2003-01-06
* Only free temporary arrays in Boundary_ApplyPhysicalBCs() if they haverideout2002-12-30
* Implementation of new boundary condition spec described on therideout2002-12-29