aboutsummaryrefslogtreecommitdiff
path: root/src/patch
Commit message (Collapse)AuthorAge
...
* 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 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
* 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 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
* 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
* add missing "namespace local_coords { ... }" around partial-deriv fnsjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@539 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix wrong-partial-derivs botch in one functionjthorn2002-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@538 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove unused fn args, eg phi = phi(x,y), so there's no need for a zjthorn2002-04-21
| | | | | | | argument, and no need to compute d/dz or d^2/dwdz for any w git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@537 f88db872-0e4f-0410-b76b-b9085cfa78c5
* test patch_system::read_ghosted_gridfn() --> now works!jthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@536 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add read-gridfn functionsjthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@535 f88db872-0e4f-0410-b76b-b9085cfa78c5
* merge common code in print nominal/ghosted routines into newjthorn2002-04-17
| | | | | | | | | | | print_unknown_gridfn() routines, both in patch:: and patch_system:: also new patch:: read routines also declarations (but no code yet) for patch_system:: read routines git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@534 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add missing .dat to output file namejthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@533 f88db872-0e4f-0410-b76b-b9085cfa78c5
* drop patch_system:: routines to print a gridfn directly to an already-openjthorn2002-04-17
| | | | | | | stdio stream -- I don't think I'll ever use them git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@532 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add 2nd derivatives partial2_{mu,nu,phi}_wrt_{xx,xy,xz,yy,yz,zz}jthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@530 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tiny tweakjthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@529 f88db872-0e4f-0410-b76b-b9085cfa78c5
* maple script to compute 1st and 2nd derivs of (mu,nu,phi) wrt (x,y,z)jthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@528 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add new functions partial_{mu,nu,phi}_wrt_{x,y,z}jthorn2002-04-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@527 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move select.patch from util/ to new directory misc/jthorn2002-04-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@501 f88db872-0e4f-0410-b76b-b9085cfa78c5
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
| | | | | | | and change everyone else to #include this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@500 f88db872-0e4f-0410-b76b-b9085cfa78c5
* get list of object files in ../jtutil/ by wildcard expansion,jthorn2002-04-13
| | | | | | | instead of old hard-coded list git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@499 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change a bunch of sanity checks from std::assert() to explicit testsjthorn2002-04-12
| | | | | | | and calls on jtutil::error_exit() on failure git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@498 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add commentsjthorn2002-04-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@497 f88db872-0e4f-0410-b76b-b9085cfa78c5
* ghost_zone.ccjthorn2002-04-11
| | | | | | | | | | | * only set up par coordinates for those points we're going to use, i.e. skip triangles at corners if we're not going to use them patch_interp.cc * fix a tiny syntax botch git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@496 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rework again how we set up the gridfn array subscripting for thejthorn2002-04-11
| | | | | | | interpolator --> now uses ipar - min_ipar as the interpolator i git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@495 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix syntax botch in last commitjthorn2002-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@494 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove duplicate copy of print_ghosted_gridfn() fnjthorn2002-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@493 f88db872-0e4f-0410-b76b-b9085cfa78c5
* output named gridfns directly -- get rid of params to specify file namesjthorn2002-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@492 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add routines to print gridfns to named output filesjthorn2002-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@491 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix subscripting of gridfn arrays by the interpolatorjthorn2002-04-11
| | | | | | | | --> now set offset as well as stride and min/max subscript ... also add comments clarifying this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@490 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add facility to print a 2nd gridfnjthorn2002-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@489 f88db872-0e4f-0410-b76b-b9085cfa78c5
* set gridfn min/max ipar in interpolator param tablejthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@488 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak to use new gridfn stride fnsjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@487 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add gridfn stride fnsjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@486 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add a bunch of commentsjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@484 f88db872-0e4f-0410-b76b-b9085cfa78c5
* slightly refactor some code -- no functional changesjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@483 f88db872-0e4f-0410-b76b-b9085cfa78c5
* oops, we have a *pointer* to other patch interp,jthorn2002-04-10
| | | | | | | so we want other_patch_interp_->member(), not .member() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@480 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove duplicate dcl of interpatch_ghost_zone::assert_fully_setup()jthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@479 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak a few more commentsjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@478 f88db872-0e4f-0410-b76b-b9085cfa78c5
* finish renaming patch_frontierjthorn2002-04-10
| | | | | | | | | | | | | | | --> patch_interp object, a.k.a. "patch interpolation region" change ownership of new patch_interp from patch as owner to interpatch_ghost_zone change setup_*_ghost_zone() fns to return void rather than refs to newly-constructed ghost zone objects clarify a bunch of comments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@477 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename this class from patch_frontier --> patch_interpjthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@476 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename patch_frontier --> patch_interp everywherejthorn2002-04-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@475 f88db872-0e4f-0410-b76b-b9085cfa78c5
* patch_frontier.hhjthorn2002-04-09
| | | | | | | | | | * tweak a comment ghost_zone.cc map sure to map iperp --> other-iperp in interpatch_ghost_zone::synchronize() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@474 f88db872-0e4f-0410-b76b-b9085cfa78c5