aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
Commit message (Collapse)AuthorAge
* * maple-generated code wants (xx,yy,zz) = *local* xyz coordsjthorn2002-04-22
| | | | | | | | | | | | (compute this on the fly at each grid point) * remove X_ud and X_udd deriv coeffs from grid -- we have to compute them anyway at each grid point, so no need to store them in the grid *** with these changes, code now correctly evaluates H(h) *** for Schw/EF with the patch center at (0.5,0.5,0.0) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@584 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename direction cosines from (alpha,beta,gamma) --> (xcos,ycos,zcos)jthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@579 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix symtax error in previous commitjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@573 f88db872-0e4f-0410-b76b-b9085cfa78c5
* print h and H with xyz positions derived from hjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@572 f88db872-0e4f-0410-b76b-b9085cfa78c5
* print ellipsoid initial guess h before computing H(h)jthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@564 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix syntax errors in the last set of checkinsjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@563 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove timer calls -- execution is so fast it's not worth botheringjthorn2002-04-22
| | | | | | | with the timing git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@556 f88db872-0e4f-0410-b76b-b9085cfa78c5
* *.ccl --> various fixes to make ready to test H(h) functionjthorn2002-04-21
| | | | | | | | driver.cc add crude timing info horizon_function.cc must remember to synchronize_ghost_zones() !!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@551 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix assorted syntax errors --> now compiles cleanly!jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@550 f88db872-0e4f-0410-b76b-b9085cfa78c5
* glue code to actually compute H(h)jthorn2002-04-21
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@548 f88db872-0e4f-0410-b76b-b9085cfa78c5