aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system.hh
Commit message (Collapse)AuthorAge
...
* switch to new synchronize() API for updating ghost zonesjthorn2002-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@398 f88db872-0e4f-0410-b76b-b9085cfa78c5
* bring misc old changes into cvsjthorn2002-03-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@370 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename 'setup_scalar_gridfn_in_...' --> 'extend_scalar_gridfn_to_...'jthorn2001-09-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@302 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename some variables to remove the last vestiges of the oldjthorn2001-09-07
| | | | | | | | cpm_map:: plus_map and minus_map system of indicating map signs (new system is bool map_is_plus) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@295 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename some patch system types and add new +xz quadrant one;jthorn2001-09-07
| | | | | | | | | | | | | | | set of all of them is now enum patch_system_type { full_sphere_patch_system, plus_z_hemisphere_patch_system, plus_xy_quadrant_patch_system, plus_xz_quadrant_patch_system, octant_patch_system }; git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@293 f88db872-0e4f-0410-b76b-b9085cfa78c5
* cpm_map is now a template <fp>jthorn2001-09-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@288 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Fix a bug where N_overlap_points was being interpreted with differentjthorn2001-09-05
| | | | | | | | | semantics (a factor of 2) in different places: N_overlap_points is now cleanly defined in patch.hh (previous checkin) N_extend_points is now used for how much to extend a single side git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@279 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add comment on generality of patch_system:: ctorjthorn2001-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@221 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename interpolator_order_in --> interpolator_orderjthorn2001-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@215 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add support for overlapping patches to ctor & support fnsjthorn2001-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@214 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
* add global_coords subobject to keep track of coordinate origin,jthorn2001-07-17
| | | | | | | also member fns to get local <--> global coord conversions, origin git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@209 f88db872-0e4f-0410-b76b-b9085cfa78c5
* rename patch systems: nowjthorn2001-07-17
| | | | | | | | | | | | | | full_grid hemisphere quadrant octant also fix some bugs in octant patch system setup routine git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@207 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add patch_system::setup_periodic_symmetry_ghost_zones()jthorn2001-07-17
| | | | | | | to set up a pair of periodic-symmetry ghost zones git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@206 f88db872-0e4f-0410-b76b-b9085cfa78c5
* final compiler bugfixesjthorn2001-07-17
| | | | | | | --> entire libahfutil.a now compiles cleanly! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@203 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix assorted compilation botches (syntax errors etc)jthorn2001-07-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@202 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix minor syntax botch: s/grid_arrays::array_pars/grid_arrays::grid_array_pars/jthorn2001-07-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@170 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add remaining setup/interlink ghost zone/frontier functionsjthorn2001-07-16
| | | | | | | * add code to verify setup/interlink of ghost zones/frontiers git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@168 f88db872-0e4f-0410-b76b-b9085cfa78c5
* finish first draft of new "smart" patch sysstem setup for full & halfjthorn2001-07-15
| | | | | | | patch systems git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@164 f88db872-0e4f-0410-b76b-b9085cfa78c5
* reorganize static what-sort-of-patches-make-up-each-type-of-patch-systemjthorn2001-07-14
| | | | | | | data tables --> now in namespace patch_system_info git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@147 f88db872-0e4f-0410-b76b-b9085cfa78c5
* revise patch numbers and comments on themjthorn2001-07-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@145 f88db872-0e4f-0410-b76b-b9085cfa78c5
* initial cvs version; adapted from JT CVS ~/mpe/util/jthorn2001-06-21
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@95 f88db872-0e4f-0410-b76b-b9085cfa78c5