aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* print_unknown_gridfn():jthorn2004-10-04
| | | | | | | | | add an "origin" comment to the output file to match Erik's branch --> helps with visualization, we hope git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1385 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
* Introduce parameters to control whether this thorn does everythingjthorn2004-09-27
| | | | | | | | | | | in CCTK_ANALYSIS (which has historically been the case, and remains the default after this commit) or CCTK_POSTSTEP (which sometimes comes in handy). There should be no user-visible change in behavior from this commit. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1383 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove local copy of irreducible_mass in BH_diagnostics::print()jthorn2004-08-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1379 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change output format for cctk_time from %.3f to %fjthorn2004-08-25
| | | | | | | | since the lines are already long anyway (so a few more characters won't hurt) and some tests (like the ones I'm doing right now!) need the extra precision git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1378 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 typojthorn2004-07-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1376 f88db872-0e4f-0410-b76b-b9085cfa78c5
* disable automagic template instantiation on SGI CC compilerjthorn2004-07-01
| | | | | | | | | | | | because it's totally broken: if file A contains #include "../jtutil/array.hh" the compiler tries to also #include "../jtutil/array.cc" (even though I didn't ask for that file)... then it gets fatal errors when it can't resolve relative include paths for *that* file :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1375 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add pointer to "Visualization" section in thorn guidejthorn2004-06-23
| | | | | | | | * tweak wording asking people to cite both my AH finding papers when using this thorn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1372 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
* explicitly tell Cactus that we need to link against functions fromjthorn2004-06-23
| | | | | | | SpaceMask git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1370 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak par file, refresh testsuite output (including adding missing files)jthorn2004-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1365 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix bug in par file, refresh testsuite outputjthorn2004-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1364 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite output (& add missing files)jthorn2004-06-04
| | | | | | | for new semantics of SphericalSurface variables git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1363 f88db872-0e4f-0410-b76b-b9085cfa78c5
* after recent discussions with Erik about SphericalSurface, we've agreed thatjthorn2004-06-04
| | | | | | | | | | | sf_mean_radius = mean *coordinate* radius (alas, not yet clearly *documented* in SphericalSurface) sf_area = proper area (newly added to SphericalSurface) ==> change this code to store the right things git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1362 f88db872-0e4f-0410-b76b-b9085cfa78c5
* [[change from Ian Hawke]]jthorn2004-06-04
| | | | | | | | | | | If we're using mesh refinement, we need to re-set the mask after regridding. If we're not using mesh refinement, then the driver should ignore the POSTREGRID bin and this change is a no-op. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1361 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix specification of SphericalSurface ghost zone size,jthorn2004-05-28
| | | | | | | refresh testsuite output git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1357 f88db872-0e4f-0410-b76b-b9085cfa78c5
* drop files which aren't in this testsuite any morejthorn2004-05-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1356 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite after fixing small glitches in the SphericalSurface parsjthorn2004-05-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1355 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
* add another FIXME comment to the code which accesses the surface shape:jthorn2004-05-21
| | | | | | | | | | // * It would be cleaner to abstract out the (complicated) indexing // calculation for the SphericalSurface shape array into a separate // access structure/function, the way we do with struct cactus_grid_info // for grid functions. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1353 f88db872-0e4f-0410-b76b-b9085cfa78c5
* another testsuitejthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1352 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix typojthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1351 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * output a few more SphericalSurface variables,jthorn2004-05-18
| | | | | | | * refresh testsuite output git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1350 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * change output parameters for SphericalSurface variablesjthorn2004-05-18
| | | | | | | * refresh testsuite files to match this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1349 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite output files after fixing small bug in par filejthorn2004-05-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1348 f88db872-0e4f-0410-b76b-b9085cfa78c5
* set IO::out_fileinfo = "none"jthorn2004-05-18
| | | | | | | so we don't get timestamps in IOASCII output files git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1347 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
* refresh output files after fixing bug in par filejthorn2004-05-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1342 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix wrong parameters --jthorn2004-05-13
| | | | | | | | | | | | | | mask_radius_multiplier mask_buffer_thickness mask_radius_offset are all scalars, i.e. they don't have [horizon_number] subscripts (Cactus didn't seem to notice the wrong parameters on a xeon, but with a (I think) slightly newer flesh on my laptop it gave level 1 warnings.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1341 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
* need to activate SpaceMask!jthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1338 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
* set buffer thickness explicitly so testsuite doesn't depend on defaultjthorn2004-05-12
| | | | | | | | | settings (which may change in the future) refresh testsuite files with above change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1336 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add OpenDX control files to testsuitesjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1335 f88db872-0e4f-0410-b76b-b9085cfa78c5
* OpenDX control file for testsuitejthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1334 f88db872-0e4f-0410-b76b-b9085cfa78c5
* delete some tests which don't work and are obseleted by newer onesjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1333 f88db872-0e4f-0410-b76b-b9085cfa78c5
* new testsuite testjthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1332 f88db872-0e4f-0410-b76b-b9085cfa78c5
* refresh testsuite results (new BH_diagnostics file format)jthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1331 f88db872-0e4f-0410-b76b-b9085cfa78c5
* sample par file showing SphericalSurface interfacejthorn2004-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1330 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
* remove unneededjthorn2004-05-06
| | | | | | | #include "cctk_Arguments.h" git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1322 f88db872-0e4f-0410-b76b-b9085cfa78c5
* clarify schedule-tree descriptions -- our scheduled routines *may*jthorn2004-05-06
| | | | | | | | (but depending on the setting of find_every , do not always) do various things when scheduled... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1321 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * copy Cactus parameters to our local data structures,jthorn2004-05-05
| | | | | | | | | | then use these copies, rather than looking at the "global variable" Cactus parameters all over the place * given the above change, drop most #include "cctk_Parameters.h" and DECLARE_CCTK_PARAMETERS git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1320 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix SetDriftCorrectPosition() protototype to properly declare GH as constjthorn2004-05-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1319 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
* * fix par file so it runs againjthorn2004-04-29
| | | | | | | * refresh output files for this test case git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1317 f88db872-0e4f-0410-b76b-b9085cfa78c5