aboutsummaryrefslogtreecommitdiff
path: root/src/gr
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
* fix spelling mistake in commentjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@583 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename setup_gfas.maple --> setup_gr_gfas.maplejthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@582 f88db872-0e4f-0410-b76b-b9085cfa78c5
* renaming this filejthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@580 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
* change names alpha --> xcos, beta --> ycos, gamma --> zcosjthorn2002-04-22
| | | | | | | because maple predefines gamma = Euler's constant git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@575 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
* output from running Maple to generate C code in cg/jthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@565 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
* Maple code to compute r(angular coords) for points on offset ellipsoidjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@562 f88db872-0e4f-0410-b76b-b9085cfa78c5
* whitespace/comment fixesjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@559 f88db872-0e4f-0410-b76b-b9085cfa78c5
* use *global* xyz positions to interpolate from Cactus gridjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@557 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
* change storage for g_uu, K, K_uu, partial_d_ln_sqrt_g, partial_d_g_uujthorn2002-04-22
| | | | | | | from gridfn to "pseudo-gridfn" = stored only at a single grid point git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@555 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak a commentjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@554 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add explicit reporting of offending point (x,y,z) and end/axisjthorn2002-04-21
| | | | | | | if a surface point is outside the grid git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@553 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
* now do separate Diff() simplifications for ./maple/ and ./gr/,jthorn2002-04-17
| | | | | | | with only the latter knowing about partial_d_g_dd gridfn defin git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@531 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add partial derivativesjthorn2002-04-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@525 f88db872-0e4f-0410-b76b-b9085cfa78c5
* 1st draft of interface between machine-generated code and the rest of thejthorn2002-04-16
| | | | | | | AH finder git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@524 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add explicit gridfns for partial_k g_ijjthorn2002-04-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@523 f88db872-0e4f-0410-b76b-b9085cfa78c5
* many changes --> should now generate LHS of apparent horizon eqnjthorn2002-04-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@522 f88db872-0e4f-0410-b76b-b9085cfa78c5
* this was just a quick-n-dirty draft; cg/horizon.c is much better nowjthorn2002-04-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@515 f88db872-0e4f-0410-b76b-b9085cfa78c5
* small tweaks to work with latest changes to ../maple/codegen2.maplejthorn2002-04-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@512 f88db872-0e4f-0410-b76b-b9085cfa78c5
* don't pass empty -D option to mpp if $MAPLE_VERSION isn't definedjthorn2002-04-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@508 f88db872-0e4f-0410-b76b-b9085cfa78c5
* use maple preprocessor from ../misc/, rather than from my $PATHjthorn2002-04-13
| | | | | | | (which would be some directory outside the AHFinderDirect source tree) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@506 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename makefile so as not to interfere with Cactus builds using thisjthorn2002-04-13
| | | | | | | directory git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@503 f88db872-0e4f-0410-b76b-b9085cfa78c5
* bring assorted old changes into cvsjthorn2002-04-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@449 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * assorted tweaksjthorn2001-09-17
| | | | | | | | * rename LHS.maple --> function.maple * run mint and fixup some minor global-variable nits git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@361 f88db872-0e4f-0410-b76b-b9085cfa78c5
* minor mods ==> now correctly computes H = H(1st and 2nd rho,sigma derivs of h)jthorn2001-09-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@354 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move jtutil/ stuff to libutiljthorn2001-06-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@17 f88db872-0e4f-0410-b76b-b9085cfa78c5
* oops, rename once again --> LHS.maplejthorn2001-06-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@7 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename horizon_function.maple --> lhs.maplejthorn2001-06-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@6 f88db872-0e4f-0410-b76b-b9085cfa78c5
* This commit was generated by cvs2svn to compensate for changes in r2,jthorn2001-06-14
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@3 f88db872-0e4f-0410-b76b-b9085cfa78c5