aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* this is already fixed:jthorn2004-04-29
| | | | | | | | | | prototypes for aliased functions (src/driver/driver.hh) are missing const qualifiers; I can't add these till the Cactus flesh is fixed to generate the right const qualifiers in the bindings file (configs/test-ahfinderdirect/bindings/Functions/AHFinderDirect_Functions.c) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1316 f88db872-0e4f-0410-b76b-b9085cfa78c5
* expand/clarify comments -- no changes to executable codejthorn2004-04-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1315 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change all occurences of CCTK_VWarn(1, ...)jthorn2004-04-27
| | | | | | | | to CCTK_VWarn(SERIOUS_WARNING, ...) to make the semantics clearer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1314 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refactor some code so file naming conventions are more explicitjthorn2004-04-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1313 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * change fatal-error CCTK_VWarn() level from -1 to 0jthorn2004-04-27
| | | | | | | * introduce SERIOUS_WARNING macro for "level 1" errors git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1312 f88db872-0e4f-0410-b76b-b9085cfa78c5
* script to select xy/xz/yz-plane from AHFinderDirect output filesjthorn2004-04-21
| | | | | | | | (this is a kludge; it would be better for AHFinderDirect to have options to output plane intersections directly) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1310 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix output file namejthorn2004-04-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1305 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add another TODOjthorn2004-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1298 f88db872-0e4f-0410-b76b-b9085cfa78c5
* allow any number of # characters in marker commentsjthorn2004-03-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1293 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note a problem with aliased-function prototypesjthorn2004-03-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1292 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note a documentation lackjthorn2004-03-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1289 f88db872-0e4f-0410-b76b-b9085cfa78c5
* TODO +=jthorn2004-03-04
| | | | | | | | have some way to make find_every specifyable on a per-horizon basis (maybe with two parameters like we do for whether or not to set the mask) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1284 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note that Bernd Reimann is interested in antitrapped surfacesjthorn2004-03-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1283 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document standard variable names for various data structuresjthorn2004-03-01
| | | | | | | used throughout the code git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1282 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note some more internals documentation neededjthorn2004-02-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1281 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add another small thing:jthorn2004-02-23
| | | | | | | | Sascha Husa & Sergio Dain would like the ability to search for "antitrapped surfaces", i.e. to flip the sign of $K_{ij}$ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1280 f88db872-0e4f-0410-b76b-b9085cfa78c5
* describe the rest of the files herejthorn2004-02-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1271 f88db872-0e4f-0410-b76b-b9085cfa78c5
* describe aliased_functions.ccjthorn2004-02-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1270 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Cleanup the aliased-function interface:jthorn2004-02-12
| | | | | | | | | | | | | | | | | * rename (delete-and-add in CVS :( ) the file which implements it from src/driver/horizon_radius.cc to src/driver/aliased_functions.cc * fix some off-by-one errors in checking the horizon number * add a new aliased function to allow querying of whether or not a given horizon was found the last time we looked for it * all the aliased functions are now *functions* returning a status code (>= 0 for ok, < 0 for error), instead of subroutines before * document the whole thing in the thorn guide (this was missing before :( ) N.b. you will need a make YOUR_CONFIG_NAME-cleandeps after this cvs update git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1267 f88db872-0e4f-0410-b76b-b9085cfa78c5
* clarify description of verbose_level = "physics details"jthorn2004-02-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1266 f88db872-0e4f-0410-b76b-b9085cfa78c5
* turn off the assert() calls which (I think/hope) are causing somejthorn2004-02-04
| | | | | | | runs to die -- I don't know just what's wrong, alas :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1260 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add some comments for broadcast_horizon_data()jthorn2004-02-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1257 f88db872-0e4f-0410-b76b-b9085cfa78c5
* another bug identified by Erik:jthorn2004-02-03
| | | | | | | | output all surfaces with the same "parity", eg rho x sigma should point out or suchlike git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1256 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Fix typo in commentschnetter2004-01-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1249 f88db872-0e4f-0410-b76b-b9085cfa78c5
* better document which of the radia, circumferences, and areasjthorn2004-01-16
| | | | | | | in the BH_diagnostics file are coordinate vs proper quantities git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1242 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add pubs info for AHFinderDirect paperjthorn2004-01-11
| | | | | | | | | | * add some other missing info in bibtex file * copy all eprint bibtex tags to note tags so the gr-qc numbers will appear in explicitly in the typeset bibliography * copy my request to site my AH papers from README to documentation.tex git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1238 f88db872-0e4f-0410-b76b-b9085cfa78c5
* bump copyright dates to 2001-2004jthorn2004-01-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1237 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note that isolated horizons stuff would probably be better accomplishedjthorn2004-01-08
| | | | | | | by interfacing to Erik's SphericalSurface thorn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1236 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document that you can now search for up to 100 AHsjthorn2004-01-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1235 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Raise the limit for the maximum allowable number of AHs you can searchjthorn2004-01-08
| | | | | | | | for, from 10 all the way up to 100. Hopefully that will be enough for now... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1234 f88db872-0e4f-0410-b76b-b9085cfa78c5
* several bug fixes...jthorn2004-01-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1233 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change the schedule-tree description for mask processing to make itjthorn2004-01-08
| | | | | | | | | | clear that the scheduled routine just *might* set the mask -- this routine is actually *always* scheduled, and tests internally whether to set the mask or be a no-op (if the mask parameters say to not set the mask). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1232 f88db872-0e4f-0410-b76b-b9085cfa78c5
* a very simple test of the mask stuff...jthorn2004-01-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1231 f88db872-0e4f-0410-b76b-b9085cfa78c5
* delete comment describing no-longer-existing functionsjthorn2003-12-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1230 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add ATLAS urljthorn2003-12-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1229 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add to the "medium things" section:jthorn2003-12-28
| | | | | | | | | | | | switch to UMFPACK 4.1 and ATLAS BLAS (http://www.cise.ufl.edu/research/sparse/umfpack/ and links therein) --> should make AHFinderDirect considerablyfaster (optionally) remember the "sparse structure decompositon" for all Newton solves for a given AH within a Cactus run --> uses more memory, but should make AHFinderDirect much faster git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1228 f88db872-0e4f-0410-b76b-b9085cfa78c5
* describe cctest/ directoryjthorn2003-12-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1227 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Add proper CXXFLAGS to disable automatic template instantiation on DEC Alphastradke2003-12-12
| | | | | | | with native C++. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1226 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add a new parameter:jthorn2003-12-06
| | | | | | | | | | | | | | | | | # # To detect some divergence cases faster, we also deem any horizon where # the infinity-norm of Theta exceeds this parameter, to be "not found". # The default is effectively "no limit". # real max_allowable_Theta \ "max ||Theta||_infinity allowed for any trial surface \ before we give up and say we can't find this horizon" { (0.0:* :: "any positive real number" } 1.0e10 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1225 f88db872-0e4f-0410-b76b-b9085cfa78c5
* this is now done (abeit undocumented/untested :( )jthorn2003-12-05
| | | | | | | | export a "compute h(theta,phi)" function so other thorns could test point membership in/outside AH etc git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1224 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new file I forgot to add before -- needed for thejthorn2003-12-03
| | | | | | | | (experimental, not-yet-tested-well, not-yet-documented-at-all) function-aliasing interface for other thorns to query the AH shape git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1223 f88db872-0e4f-0410-b76b-b9085cfa78c5
* At Ian Hawke's request, make the setting of an excision mask specifyablejthorn2003-12-03
| | | | | | | | | | | | | | | | on a per-horizon basis: The old parameter set_mask is now replaced by two new parameters: set_mask_for_all_horizons set_mask_for_individual_horizon[n] For most purposes, you can just change set_mask to set_mask_for_all_horizons in your parameter files. If you really want to control the setting of the mask on a per-horizon basis, read section 4.6 in the thorn guide to find out how the new parameters work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1222 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add an ***experimental-not-tested-yet-not-documented-yet***jthorn2003-12-03
| | | | | | | | function-aliasing interface to allow other thorns to find out the AH shape git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1221 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add:jthorn2003-11-28
| | | | | | | | give a cogent error message (instead of core-dumping like we do right now) if we try to set a mask and nobody's registered the bitfield yet git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1220 f88db872-0e4f-0410-b76b-b9085cfa78c5
* comment reformat; no change in codejthorn2003-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1219 f88db872-0e4f-0410-b76b-b9085cfa78c5
* expand/clarify comment wording on min_horizon_radius_points_for_mask ↵jthorn2003-11-21
| | | | | | processing git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1218 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document new semantics for min_horizon_radius_points_for_mask parameterjthorn2003-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1217 f88db872-0e4f-0410-b76b-b9085cfa78c5
* revise semantics of min_horizon_radius_points_for_maskjthorn2003-11-21
| | | | | | | | | | so it now tests against the angular minimum of r_inner, not r_min (= the angular minimum of r_horizon) like it did before ... docs update will follow shortly git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1216 f88db872-0e4f-0410-b76b-b9085cfa78c5
* renaming this par filejthorn2003-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1215 f88db872-0e4f-0410-b76b-b9085cfa78c5
* more wording clarifications for min_horizon_radius_points_for_maskjthorn2003-11-21
| | | | | | | option git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1214 f88db872-0e4f-0410-b76b-b9085cfa78c5