aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Check to see that no grid variable has more than 15 dimensions. Therideout2003-05-19
* 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
* Ask users to schedule ApplyBCs as <MyThorn>_ApplyBCs, so that eachrideout2003-05-13
* Delete html tags from grdoc headers.rideout2003-05-13
* Fixed bug in adding new bcname to selected vars database.rideout2003-05-12
* Only pass *sequential* (in var index) selected group members to ApplyBnd<BC>.rideout2003-05-07
* Display group indices in selected vars database output (for debugging).rideout2003-05-07
* Only pass *sequential* (in var index) selected group members to ApplyBnd<BC>.rideout2003-05-07
* Allow null pointers as arguments to Boundary_SelectedGVs.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
* Documentation of new boundary API.rideout2003-05-05
* Support for new boundary API, which places an integer boundary_widthrideout2003-05-05
* New API for aliased functions, including the boundary_width argument.rideout2003-05-05
* Physical bc function pointers now take all const arguments.rideout2003-05-02
* Support for new aliased function specification format.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
* Add some debugging code.rideout2003-03-17
* Clean formatting.rideout2003-03-17
* Discuss case sensitivity of parameter tables.rideout2003-03-11
* Update for new function aliasing interface.rideout2003-03-06
* Eliminate "possible uninitialized variable" warnings on OSF1.rideout2003-02-27
* Move typedef for physical boundary condition function pointer torideout2003-02-26
* New specification for describing aliased functions.rideout2003-02-26
* Removing temporary Fortran wrapper for Boundary_SelectVarForBC().rideout2003-02-19
* Make boundary conditions case-insensitive.rideout2003-02-17
* Formatting tweaksallen2003-02-16
* Minor fixes.rideout2003-02-16
* Documentation for new boundary interface.rideout2003-02-16
* Update for new boundary interface.rideout2003-02-16
* Register routine to handle "Flat" boundary condition.rideout2003-02-14
* Provide Boundary_SelectVarForBC to Fortran via an explicit Fortranrideout2003-02-14
* Explicitly state that aliased functions are provided in C.rideout2003-02-14
* Provide wrappers for all boundary conditions provided by thornrideout2003-02-14
* Add parameters, one for each boundary condition, which allow one torideout2003-02-14
* Implement wrapper for radiation boundaries which allows all available options.rideout2003-02-13
* Add faces argument where required.rideout2003-02-13
* Add faces argument to Boundary_SelectVarForBC,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
* Implement dummy "None" boundary condition, which does nothing.rideout2003-01-06
* Fixed typos in Radiative documentation for function names.allen2002-12-30
* Only free temporary arrays in Boundary_ApplyPhysicalBCs() if they haverideout2002-12-30
* Clarify comment on purpose of Boundary_ApplyPhysicalBCs routine.rideout2002-12-30
* Implementation of new boundary condition spec described on therideout2002-12-29