aboutsummaryrefslogtreecommitdiff
path: root/run
Commit message (Collapse)AuthorAge
* 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
* some more par files for checking xyz grid resolutionsjthorn2003-10-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1200 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update some par files to recent code hangesjthorn2003-03-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@961 f88db872-0e4f-0410-b76b-b9085cfa78c5
* src/driver/Newton.ccjthorn2003-02-20
| | | | | | | * tweak printing for dummy horizons git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@948 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
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
| | | | | | | | | | * change default in param.ccl to use this * change default in src/include/config.h to default to no longer link in LAPACK routines * update documentation git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@931 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
* remove some more parameters that were equal to their default valuejthorn2002-11-22
| | | | | | | anyway... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@909 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename par files, update to match current version of this thornjthorn2002-11-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@905 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweaks for testing/debugging this thornjthorn2002-11-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@888 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add more par files for testing/debugging this thornjthorn2002-11-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@887 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename par files to match new resolution naming schemejthorn2002-11-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@881 f88db872-0e4f-0410-b76b-b9085cfa78c5
* test par file for comparison with hemisphere/quadrant/octant onesjthorn2002-11-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@880 f88db872-0e4f-0410-b76b-b9085cfa78c5
* various updates so these par files work againjthorn2002-11-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@878 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename par files to match new resolution conventionjthorn2002-11-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@877 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
* new par files to test quadrant/octant/hemisphere gridsjthorn2002-10-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@870 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
* update these par files to use the new names for the initial guessjthorn2002-10-22
| | | | | | | parameters (i.e. "coordinate sphere" instead of "sphere") git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@851 f88db872-0e4f-0410-b76b-b9085cfa78c5
* some more par files to test AHFinderDirectjthorn2002-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@832 f88db872-0e4f-0410-b76b-b9085cfa78c5
* a bunch more par files for testing various subparts of AHFinderDirectjthorn2002-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@831 f88db872-0e4f-0410-b76b-b9085cfa78c5
* simple par file for trying AHFinderDirectjthorn2002-10-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@830 f88db872-0e4f-0410-b76b-b9085cfa78c5
* test par files for testing/comparing AHFinder and AHFinderDirectjthorn2002-09-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@740 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update par files for code changesjthorn2002-09-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@738 f88db872-0e4f-0410-b76b-b9085cfa78c5
* separate template parameter files for each family of runs;jthorn2002-09-15
| | | | | | | also do runs in subdirectories (not in cvs) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@737 f88db872-0e4f-0410-b76b-b9085cfa78c5
* parameter files and shell scripts to test surface-integral computationsjthorn2002-09-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@729 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update par files for new parametersjthorn2002-09-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@728 f88db872-0e4f-0410-b76b-b9085cfa78c5
* don't need this any morejthorn2002-07-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@674 f88db872-0e4f-0410-b76b-b9085cfa78c5
* more tests...jthorn2002-07-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@673 f88db872-0e4f-0410-b76b-b9085cfa78c5
* merge in changes from laptop:jthorn2002-07-29
| | | | | | | | | - add support for condition number estimating when solving linear system - cleanup Schw/EF analytic geometry option - add option to dump h and H at each Newton iteration for debuggin git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@669 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tests with geometry hardwired to Schw/EFjthorn2002-07-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@666 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tests of ah finding at higher resolution with various changes tojthorn2002-07-26
| | | | | | | how we compute the Jacobian git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@664 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move these to ../Schw/jthorn2002-07-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@663 f88db872-0e4f-0410-b76b-b9085cfa78c5
* par files to test Schwarzschild spacetimejthorn2002-07-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@662 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Peter Diener's suggestions of checking radius of convergence for initial guessjthorn2002-07-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@659 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move par files to subdirectoryjthorn2002-07-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@658 f88db872-0e4f-0410-b76b-b9085cfa78c5
* describe this directoryjthorn2002-07-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@657 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move these par files here from .. -- all are for Kerr-offset setupjthorn2002-07-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@656 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move par files down to subdirectoryjthorn2002-07-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@655 f88db872-0e4f-0410-b76b-b9085cfa78c5
* various changes including d/dr terms in Jacobian by numerical perturbation,jthorn2002-07-22
| | | | | | | | | tweak I/O parameters, move printing Jacobian out of Jacobian class into test driver, drop unused array BLAS routines in jtutil:: git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@654 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add new par files to test full-fledged AHfinderjthorn2002-07-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@647 f88db872-0e4f-0410-b76b-b9085cfa78c5
* par files to for ../../src/util/test_patch_system.ccjthorn2002-07-04
| | | | | | | to test ghost_zone:: synchronize() Jacobian git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@607 f88db872-0e4f-0410-b76b-b9085cfa78c5
* explain what this directory is forjthorn2002-06-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@602 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add parameter files for src/util/test_patch_system.cc test driverjthorn2002-06-30
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@601 f88db872-0e4f-0410-b76b-b9085cfa78c5