aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Replace \text{...} with {\text{...}} in documentation to work with htlatex.hinder2010-05-22
| | | | | | | Patch by Barry Wardell. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1544 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Support both ps and pdf for latexschnetter2009-02-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1537 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1526 f88db872-0e4f-0410-b76b-b9085cfa78c5
* correct comment about multi-line strings in par filesjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1480 f88db872-0e4f-0410-b76b-b9085cfa78c5
* clarify scheduling for maskjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1479 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update bibliographyjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1477 f88db872-0e4f-0410-b76b-b9085cfa78c5
* redo bibtex bibliographyjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1476 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Makefile not provided any more (no-one other than me seemed to use it)jthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1475 f88db872-0e4f-0410-b76b-b9085cfa78c5
* not used any morejthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1474 f88db872-0e4f-0410-b76b-b9085cfa78c5
* switch to using AEI-numrel references.bib -- bbl file is in cvsjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1473 f88db872-0e4f-0410-b76b-b9085cfa78c5
* bibliography generated by bibtexjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1472 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a latex botchjthorn2006-10-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1471 f88db872-0e4f-0410-b76b-b9085cfa78c5
* redo the way mask-setting is scheduled:jthorn2006-06-09
| | | | | | | | | | | it's now inside two new groups group_for_mask_stuff group_where_mask_is_set so other thorns (like AEIDevelopment/PreviousMask) can schedule stuff in group_for_mask_stuff before/after group_where_mask_is_set git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1456 f88db872-0e4f-0410-b76b-b9085cfa78c5
* +=jthorn2006-04-25
| | | | | | | | | if the user asks for a mask to be set, and we find a horizon, but the mask parameters are such that we don't mask any grid points, then we should give a warning that something may be wrong... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1442 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document new parameter run_at_CCTK_POSTINITIALjthorn2005-12-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1434 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * implement new verbose_level option "no output"jthorn2005-06-14
| | | | | | | | * decrease the default verbose_level from "algorithm highlights" down to "physics details" git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1423 f88db872-0e4f-0410-b76b-b9085cfa78c5
* implement verbose_level = "physics highlights"jthorn2005-06-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1421 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a bug found by Yosef Zlochower:jthorn2005-06-14
| | | | | | | | | | | | | | | | | | | | | | In a multiprocessor run, AHFinderDirect finds different horizons in parallel on different processors, and doesn't broadcast horizon shapes to all processors unless it thinks they'll be needed. However, the "the information will be needed" calculation doesn't take into account the possibility of the HorizonRadiusInDirection() aliased function being called on another processor, and in this case this function returns a wrong result if AHFinderDirect hasn't broadcast the horizon shapes. * introduce a new Boolean parameter always_broadcast_horizon_shape (defaults to false) * document in interface.ccl, param.ccl, and doc/documentation.tex, that this parameter should be set to true if you expect HorizonRadiusInDirection() to be used * inclusive-or this parameter into the "should we broadcast the horizon shape?" calculation in src/driver/find_horizons.cc git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1419 f88db872-0e4f-0410-b76b-b9085cfa78c5
* horizon-shape data files go to io::out_dir directory by defaultjthorn2005-06-02
| | | | | | | | (this was already implemented, and noted elsewhere in the docs, but I forgot to update one place -- thanks to Bela for spotting this) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1413 f88db872-0e4f-0410-b76b-b9085cfa78c5
* mention select.plane scriptjthorn2005-05-31
| | | | | | | | and give an example of how to use it to show the shape of an AH in the xy plane git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1411 f88db872-0e4f-0410-b76b-b9085cfa78c5
* standardize terminology: $\Theta$ = expansion of trial surfacejthorn2005-05-11
| | | | | | | (a long time ago I used $H$, and I missed a few places when I switched) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1408 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document that a few parameters are now steerablejthorn2005-02-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1399 f88db872-0e4f-0410-b76b-b9085cfa78c5
* a few parameters are now steerablejthorn2005-02-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1398 f88db872-0e4f-0410-b76b-b9085cfa78c5
* document new parametersjthorn2004-09-27
| | | | | | | | run_at_CCTK_ANALYSIS run_at_CCTK_POSTSTEP git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1384 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * remove my own hacked definition of \text{...}jthorn2004-08-21
| | | | | | | | | | | | | since the standard latex2e definition now works ok (the Cactus style file used to break this, so I had my own defn as a workaround) * document parameter initial_guess__read_from_named_file__file_name * a few small latex cleanups git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1377 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * fix description of output_every parameterjthorn2004-06-23
| | | | | | | | * add new section on "Visualization", including gnuplot and OpenDX stuff (with a pointer to Thomas Radke's OpenDX macros in cvs) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1371 f88db872-0e4f-0410-b76b-b9085cfa78c5
* state explicit that SphericalSurface numbers surfaces starting from 0,jthorn2004-05-28
| | | | | | | whereas AHFinderDirect numbers horizons starting from 1! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1354 f88db872-0e4f-0410-b76b-b9085cfa78c5
* this is done:jthorn2004-05-18
| | | | | | | | the src/CODESTYLE file should document "standard variable names" like ps, p, iwr, irho, isigma, gz, ... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1346 f88db872-0e4f-0410-b76b-b9085cfa78c5
* this is done now (via the SphericalSurface interface)jthorn2004-05-18
| | | | | | | | add an option to compute/output the surface radius on a latitude/longitude grid git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1345 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note that parameters should be steerablejthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1344 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add reference to my recent AHFinderDirect paperjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1340 f88db872-0e4f-0410-b76b-b9085cfa78c5
* sample par file needs to activate SpaceMask and SphericalSurfacejthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1339 f88db872-0e4f-0410-b76b-b9085cfa78c5
* SphericalSurface interface is now donejthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1337 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add interface to Erik's SphericalSurface thornjthorn2004-05-12
| | | | | | | | | | | | | | ==> With this commit, AHFinderDirect now inherits from AEIThorns/SphericalSurface, so you must have that thorn in your configuration to be able to compile. * add computation of surface quadrupole moments and areal radius * expand BH_diagnostics file format to accomodate quadrupole moments and areal radius, and also to include not-implemented-yet columns for 9 more diagnostics which Erik has implemented in his branch * some other small cleanups git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1329 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Erik has changed the flesh so thorns (like this one) which schedulejthorn2004-05-03
| | | | | | | | | | | routines in CCTK_ANALYSIS don't need to depend on TAT/always to force stuff to run at every times step -- now this happens by default if no trigger is specified So... with this commit AHFinderDirect no longer depends on TAT/always. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1318 f88db872-0e4f-0410-b76b-b9085cfa78c5
* 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
* add another TODOjthorn2004-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1298 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
* 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
* 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
* 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
* 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
* 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