aboutsummaryrefslogtreecommitdiff
path: root/src/Register.c
Commit message (Collapse)AuthorAge
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@273 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Fix typo.schnetter2003-11-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@254 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Move typedef for physical boundary condition function pointer torideout2003-02-26
| | | | | | | | | | | header file, as it is now needed in typecasts when registering boundary conditions. Arguments to function pointers passed to function aliases must now be CCTK_ types. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@209 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Make boundary conditions case-insensitive.rideout2003-02-17
| | | | | | | | Register radiation boundary conditions under the name "Radiation", rather than "Radiative". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@206 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Register routine to handle "Flat" boundary condition.rideout2003-02-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@201 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Provide wrappers for all boundary conditions provided by thornrideout2003-02-14
| | | | | | | | | Boundary, so that they can be 'selected for bc' under the new boundary interface. The details of default arguments and table keys will be documented in the thorn guide. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@198 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Implement dummy "None" boundary condition, which does nothing.rideout2003-01-06
| | | | | | | | | | This is useful for selecting a variable for bcs (e.g. to ensure that symmetry conditions are applied to it), even though some other routine will execute the physical bcs. It is also used as a dummy local physical bc for non-local physical bcs. (See spec). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@190 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Implementation of new boundary condition spec described on therideout2002-12-29
cactuscode.org development web page. Registers a routine implementing radiative boundary conditions under the boundary condition name "Radiative". The registered routine is a wrapper for the existing radiative boundary conditions. For the moment this uses hard-wired parameters, and calls BndRadiativeVI() sequentially on each variable requested for radiative boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@186 6a38eb6e-646e-4a02-a296-d141613ad6c4