aboutsummaryrefslogtreecommitdiff
path: root/par
Commit message (Collapse)AuthorAge
* redo excision mask:jthorn2003-05-13
| | | | | | | | | | | * there are now 3 states (inside/buffer/outside) * there is now a "noshrink" option * many other changes too -- see thorn guide for details the new excision support isn't very well tested yet :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1056 f88db872-0e4f-0410-b76b-b9085cfa78c5
* increase ghost_sizejthorn2003-03-26
| | | | | | | also set avoid_origin since IDAnalyticBH core-dumps on alpha if you don't :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1023 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Add the ability to set *both* the old-style (CCTK_REAL)jthorn2003-03-25
| | | | | | | | | *and* new-style (CCTK_INT) mask simultaneously -- Frank Loeffler asked for this, since Whiskey needs it (at least until all of Cactus is converted to the new style...) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1015 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak comment on how much memory this par file takesjthorn2003-03-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@999 f88db872-0e4f-0410-b76b-b9085cfa78c5
* describe demo par file for excision maskjthorn2003-03-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@994 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update name of default mask gridfn, add par to tell SpaceMask tojthorn2003-03-18
| | | | | | | turn on storage for it git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@989 f88db872-0e4f-0410-b76b-b9085cfa78c5
* don't want super-debug any morejthorn2003-03-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@986 f88db872-0e4f-0410-b76b-b9085cfa78c5
* par file to test excision maskjthorn2003-03-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@983 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add 1st draft of support for setting an excision maskjthorn2003-03-17
| | | | | | | -- alas this doesn't work properly (yet) for multiple processors git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@975 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update test par filesjthorn2003-03-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@972 f88db872-0e4f-0410-b76b-b9085cfa78c5
* this is a good test case with 2 BHs in a "non-trivial" spacetimejthorn2003-03-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@960 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * general tidying of multiprocessor codejthorn2003-02-16
| | | | | | | | | | | | | | * add current iteration number to what's sent to processor #0 for printing at each iteration * add a new verbosity level "algorithm debug" for what used to be #ifdef DEBUG debugging code * add new parameters & logic to set CCTK_Warn() levels for various warnings (eg AH is outside the gid, metric isn't +ve definite, etc) * restore the ability to output the horizon shape to a data file, which I mistakenly deleted a few days ago :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@947 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * major changes to driver routines to find multiple horizons in paralleljthorn2003-02-15
| | | | | | | | | | | | across multiple processors -- see src/driver/README.parallel for details * drop convergence checks on ||Delta_h|| in param.ccl because they don't fit well with parallelization changes ==> With this changes, AHFinderDirect is now (I think) multiprocessor-ready!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@946 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * change to not use STL vector class any morejthorn2003-01-16
| | | | | | | | | | | (it caused portability problems on platinum) ==> move stl_vector.hh from src/include/ to archive/ directory * convert patch_system_type and initial_guess_method parameters to be array parameters, i.e. they're now set individually for each AH we want to find git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@920 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add beginnings of support for using new CCTK_InterpGridArrays()jthorn2003-01-13
| | | | | | | | | | | global interpolator & multiprocessor operation ... at present the CCTK_InterpGridArrays() support works fine, but only on 1 processor, I seem to get an infinite loop on multiple processors git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@917 f88db872-0e4f-0410-b76b-b9085cfa78c5
* slightly simplify this demo par filejthorn2002-11-21
| | | | | | | -- remove parameter which is == default value anyway git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@904 f88db872-0e4f-0410-b76b-b9085cfa78c5
* one more update to par file to fix changed parameter namejthorn2002-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@903 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update par files to match current code and ../param.ccljthorn2002-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@902 f88db872-0e4f-0410-b76b-b9085cfa78c5
* *** empty log message ***jthorn2002-10-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@874 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * Move suboptions out of top-level "method" parameter into separatejthorn2002-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters; the top-level method parameter is now just keyword method "what should this thorn do for each apparent horizon?" { # these options are mostly for testing/debugging "horizon function" :: "evaluate the LHS function H(h)" "test Jacobian" :: "compute/print the J[H(h)] Jacobian matrix" # this is for normal apparent horizon finding "find horizon" :: "find the apparent horizon" } "find horizon" The keyword strings have changed a bit, but since most users will not need to change the default value, this shouldn't change their parameter files. * Revise driver logic to clean up handling of the different values of the top-level method parameter. * Slightly tweak output format for BH diagnostics, and documentation (thorn guide) to make it explicit that what we're calculating is the irreducible mass of the apparent horizon. Modified Files: param.ccl doc/documentation.tex par/misner-run.par run/test-ahfinderdirect/misc/Kerr.par run/test-ahfinderdirect/misc/try-5.par run/test-ahfinderdirect/misc/try-7.5-debug.par run/test-ahfinderdirect/misc/try-7.5.par run/test-ahfinderdirect/misc/try-9.par src/driver/driver.hh src/driver/find_horizons.cc src/driver/setup.cc Added Files: # new par file to compute/print the analytical horizon # for this Kerr/Schild test, for comparison with numerical ones run/test-ahfinderdirect/misc/try-7.5-horizon.par git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@855 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a typo in a comment that made a sentence mis-parsejthorn2002-10-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@844 f88db872-0e4f-0410-b76b-b9085cfa78c5
* demo par filesjthorn2002-10-17
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@839 f88db872-0e4f-0410-b76b-b9085cfa78c5