aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* switch to new organization for #include files:jthorn2002-06-24
| | | | | | | | we #include stuff in . and ../include directly, everything else includes a relative pathname ../whereever/foo.hh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@589 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move config.hh from ../jthorn2002-06-24
| | | | | | | delete a bunch of old stuff from stdc.h which we don't use any more git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@588 f88db872-0e4f-0410-b76b-b9085cfa78c5
* moved to include/ directoryjthorn2002-06-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@587 f88db872-0e4f-0410-b76b-b9085cfa78c5
* start implementing Jacobian computation:jthorn2002-05-12
| | | | | | | | query the interpatch interpolator to get its Jacobian (not fully implemented yet) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@586 f88db872-0e4f-0410-b76b-b9085cfa78c5
* code formatting & comment tweaksjthorn2002-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@585 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * 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
* tweak coords setup, add more comments to samejthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@581 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
* fix *another* botch in last commitjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@578 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix syntax botch from last commitjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@577 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename direction cosines (alpha,beta,gamma) --> (xcos,ycos,zcos)jthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@576 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
* tweak output printf format for print_gridfn_with_xyz() et aljthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@574 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
* permute the order of some fns in patch_system:: for clarityjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@571 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add ability to print gridfns with r(rho,sigma) --> global_[x,y,z] positionsjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@570 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add grid_arrays::unknown_gridfn() functionsjthorn2002-04-22
| | | | | | | (either nominal- or ghosted-grid gridfn depending on Boolean flag) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@569 f88db872-0e4f-0410-b76b-b9085cfa78c5
* clarify comment about patch_system::read_unknown_gridfn() input formatjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@568 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move all I/O out of patch:: up into patch_systemjthorn2002-04-22
| | | | | | | | -- before the I/O was split between the two classes, now it's all centralized git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@567 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add new parameters for ellipsoid initial guessjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@566 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
* add functions to compute direction cosines of wrt local coords originjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@561 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak a commentjthorn2002-04-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@560 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
* param.ccljthorn2002-04-22
| | | | | | | | | | add parameters for ellipsoid initial data param.test_patch_system.ccl old parameter file for src/util/test_patch_system.cc driver git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@558 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
* rename makefile to avoid confusing Cactus build systemjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@552 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
* add new directory gr/jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@549 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
* add comments about contiguous-storage-across-patches assumptionsjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@547 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add functions to give low-level access to gridfn data arraysjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@546 f88db872-0e4f-0410-b76b-b9085cfa78c5
* now have both const and non-const versions of data_array()jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@545 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename get_array() as data_array()jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@544 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix out-of-date commentsjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@543 f88db872-0e4f-0410-b76b-b9085cfa78c5
* make partial-deriv fns pure virtual in base class patch::jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@542 f88db872-0e4f-0410-b76b-b9085cfa78c5
* no subdirectories here!!!jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@541 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add 1st and 2nd partial derivs of (rho,sigma) wrt (x,y,z)jthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@540 f88db872-0e4f-0410-b76b-b9085cfa78c5