aboutsummaryrefslogtreecommitdiff
path: root/src/patch/grid.cc
Commit message (Collapse)AuthorAge
* #include "fake_cctk.h" if we're doing a standalone test compilationjthorn2002-07-08
| | | | | | | \--> test-coords.cc and test_coords2.cc now work again! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@617 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * switch to new #include scheme: we include stuff from . and ../includejthorn2002-06-24
| | | | | | | | | directly, anything else will be via ../whereever/file.hh paths * rework the Jaocbian query code in patch_interp.{cc,hh} to split this out from the interpolation code --> should be simpler/clearer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@591 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
* many small mods to fix compiler-detected errors in 1st compiles afterjthorn2002-04-07
| | | | | | | the last few weeks rewrites --> not quite "clean compile" yet :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@457 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename some of the gridfn_arrays::gridfn_pars membersjthorn2002-04-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@431 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add assert() checks that gridfn data pointers are non-null beforejthorn2002-04-02
| | | | | | | using them, and that they're null before setting them in setup_gridfn_storage() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@419 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add some missing jtutil:: scope resolutionsjthorn2002-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@391 f88db872-0e4f-0410-b76b-b9085cfa78c5
* split gridfn setup off from ctorjthorn2002-03-28
| | | | | | | | --> now construct with no gridfns, then setup_gridfn_storage() later (this required an extra level of indirection in storing the gridfns :( :( ) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@387 f88db872-0e4f-0410-b76b-b9085cfa78c5
* many fixes to previous checkin, add grid_arrays::gridfn_parsjthorn2002-03-27
| | | | | | | arg structure --> now properly stores both nominal and ghosted gridfns git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@375 f88db872-0e4f-0410-b76b-b9085cfa78c5
* store both nominal and ghosted gridfnsjthorn2002-03-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@374 f88db872-0e4f-0410-b76b-b9085cfa78c5
* restore old version 1.17 which stores gridfns here explicitlyjthorn2002-03-27
| | | | | | | -- moving that up to patch_system:: turns out to have been a mistake git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@373 f88db872-0e4f-0410-b76b-b9085cfa78c5
* delete actual storage of grid function datajthorn2002-03-24
| | | | | | | | (this will now be up in class patch_system:: in order to allow arrays to be contiguous across patches) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@366 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename s/ghosted_grid_*/ghosted_*/gjthorn2001-07-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@243 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename full_grid__* --> ghosted_grid_jthorn2001-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@217 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename *N_ghost_zones --> N_ghost_pointsjthorn2001-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@212 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix incorrect var name in grid_arrays:: ctorjthorn2001-07-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@174 f88db872-0e4f-0410-b76b-b9085cfa78c5
* allow gfn to be non-0-originjthorn2001-07-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@137 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename "jt/util++.hh" --> "jt/util.hh"jthorn2001-06-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@93 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove verbose_flagjthorn2001-06-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@89 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change to new naming scheme for grid_array_pars and grid_pars structuresjthorn2001-06-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@86 f88db872-0e4f-0410-b76b-b9085cfa78c5
* change remaining fp &x to fp& xjthorn2001-06-19
| | | | | | | ditto int & --> int& git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@72 f88db872-0e4f-0410-b76b-b9085cfa78c5
* grid.ccjthorn2001-06-18
| | | | | | | | | | | | | | | print angular coords in degrees, not radians fp.hh only define FINITE_DIFF_ORDER if it's not already defined; leave any existing definition alone test_fd_grid.cc fix a botch in the test code --> now gives nice 2nd order convergence for 2nd order FD molecules! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@64 f88db872-0e4f-0410-b76b-b9085cfa78c5
* minor output-formatting tweaks to grid::print_gridfn()jthorn2001-06-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@63 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add grid::print_gridfn()jthorn2001-06-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@61 f88db872-0e4f-0410-b76b-b9085cfa78c5
* grid.ccjthorn2001-06-17
| | | | | | | | | | tweak wording of verbose print flag msg test_fd_grid.cc add upper limit on grid size if we have very high resolution git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@59 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add verbose flag to grid:: ctor, also pass-through in fd_gridjthorn2001-06-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@58 f88db872-0e4f-0410-b76b-b9085cfa78c5
* grid.{cc,hh}jthorn2001-06-17
| | | | | | | | | | add class grid:: coords.cc remove PI (now in jt/stdc.h) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@50 f88db872-0e4f-0410-b76b-b9085cfa78c5
* delete some unused functions & member variablesjthorn2001-06-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@47 f88db872-0e4f-0410-b76b-b9085cfa78c5
* many small bugfixes --> now compils cleanlyjthorn2001-06-17
(only has class grid_arrays for the moment) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@46 f88db872-0e4f-0410-b76b-b9085cfa78c5