aboutsummaryrefslogtreecommitdiff
path: root/src/FlatBoundary.c
Commit message (Collapse)AuthorAge
* Fixed preprocessor warning.tradke2001-09-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@157 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Adding a few debugging statementsallen2001-08-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@152 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Fixed compiler warnings with non-const pointers.tradke2001-05-19
| | | | | | | This closes PR CactusBase 692. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@146 6a38eb6e-646e-4a02-a296-d141613ad6c4
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@144 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@143 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Generalized boundary condition routines for applying totradke2001-04-14
| | | | | | | | | arbitrary CCTK data types (except CCTK_COMPLEX). Added/completed grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@136 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Adding directional boundary conditions for everything apart from Robin.allen2001-01-24
| | | | | | | | | See thorn documentation for details Next to come, boundary conditions for grid functions which aren't CCTK_REALs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@131 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Removed deprecated boundary function callsallen2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@121 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Do boundary conditions on the newest (next) timelevel.allen2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@116 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Boundary routines:lanfer2000-07-18
| | | | | | | | | | | | reworked Robin to have conformal calling interfaces fixed two bugs: the more interresting one: coordinates do not have timelevels. Replaced most CCTK_WARNS with CCTK_VWarns to be more informative. gerd git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@115 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Fixed bug in 1D scalar boundary conditionallen2000-07-15
| | | | | | | | | | Apply boundary conditions to the right timelevels (!) Add fake symmetry structure so no longer need to compile Boundary with CartGrid3D. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@112 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Tidied up a lot, so that everything is in one file, and the wrappersallen2000-07-12
| | | | | | | | | | | | only have code in one call. NOTE: A lot of the routine names have unfortunately changed again, this time we hope we have fixed on a standard. The old names are still there until the next release, but you will get a warning message every time you call one. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@111 6a38eb6e-646e-4a02-a296-d141613ad6c4
* some warnings taken care of and bugfix PR#275lanfer2000-03-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@96 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Boudaries clean, ready for 1,2dlanfer2000-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@88 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Removing deprecated boundary routinesallen2000-02-20
| | | | | | | Tidying include files and style git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@87 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Erik's changes to make things timelevel aware.goodale2000-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@85 6a38eb6e-646e-4a02-a296-d141613ad6c4
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@79 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@77 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Initialise return valueallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@73 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Tidying and prototypesallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@71 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Various things pointed out by running Insure on the code. Normallygoodale1999-10-26
| | | | | | | | | | harmless things like not returning a value, but a rather subtle memory leak in one place too. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@55 6a38eb6e-646e-4a02-a296-d141613ad6c4
* the old bc routines were disabled accidentlylanfer1999-10-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@49 6a38eb6e-646e-4a02-a296-d141613ad6c4
* the new boundary interfaces, Apply*BC will go awaylanfer1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@43 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Changes to header filesallen1999-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@39 6a38eb6e-646e-4a02-a296-d141613ad6c4
* The new boundary routine, with a more consistent calling interfacelanfer1999-09-16
| | | | | | | | and a cleaner code. The other routines are still there, will switch over tomorrow morning. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@27 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Some little pointer-like bugs in return valuesallen1999-09-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@24 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Fixed a few small bugs which pop up in bizarre circumstances becauseallen1999-09-11
| | | | | | | | | | | | | | | | | | | | a > should have been a >= Added Constant Boundary conditions, but I will change the name for this as soon as I think of a better one (you give it a value e.g. zero and it will apply it at every point of the boundary, so it doesn't have to be constant). Change so that the routines now return an error code if they don't apply the boundary condition, they give a warning level 1 instead of a warning level 0. (This needs to be added to the routine actually applying the radiation boundary conditions still). You will need to change/update any thorns with make calls to the Cactus outer boundary routines. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@20 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Check that variable indices are >= 0 and not > 0, otherwiseallen1999-09-10
| | | | | | | | you can never apply boundary conditions to the variable with the first index ! git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@19 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Include file name changesallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@12 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Fixed infinite loop bug found by Thomas and Ryojiallen1999-07-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@9 6a38eb6e-646e-4a02-a296-d141613ad6c4
* Bug fixes and enhancementsallen1999-07-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@8 6a38eb6e-646e-4a02-a296-d141613ad6c4
* This commit was generated by cvs2svn to compensate for changes in r4, whichallen1999-07-26
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@5 6a38eb6e-646e-4a02-a296-d141613ad6c4