aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
Commit message (Expand)AuthorAge
* add routines to print gridfns to named output filesjthorn2002-04-11
* finish renaming patch_frontierjthorn2002-04-10
* rename patch_frontier --> patch_interp everywherejthorn2002-04-10
* assorted changes to start doing ghost-zone and derivative testsjthorn2002-04-09
* move a bunch of logic out of interpatch_ghost_zone::interpatch_ghost_zone()jthorn2002-04-08
* clarify semantics of N_overlap_pointsjthorn2002-04-07
* many small mods to fix compiler-detected errors in 1st compiles afterjthorn2002-04-07
* restore operator== since it's used byjthorn2002-04-02
* switch back to explicit set_ghost_zone() and set_patch_frontier()jthorn2002-04-02
* add assert() that ghost zone ptr is non-NULL before using itjthorn2002-04-02
* finish construction/setup codejthorn2002-04-01
* enter recent changes into cvsjthorn2002-04-01
* code-layout tweaks (declarations of data members)jthorn2002-03-29
* fix inheritance to restore fd_grid between grid and patchjthorn2002-03-29
* redo patch_info:: as a separate POD structjthorn2002-03-29
* delete actual storage of grid function datajthorn2002-03-24
* fix x_patch name_of_dpx()jthorn2001-09-12
* one more comment tweakjthorn2001-09-12
* comment clarification -- no code changejthorn2001-09-12
* provide more informative strings for name_of_dp[xy]()jthorn2001-09-12
* fix -x patch dpy defn ==> now fns(x,y,z) <-> fn(dpx,dpy) preserves continuityjthorn2001-09-12
* change dpx/dpy fns to take rho/sigma as args instead of irho/isigmajthorn2001-09-12
* fix defns of dpx and dpy for -z patch so things join up smoothly!jthorn2001-09-12
* fix z_patch::dpx_of_irho_isigma()jthorn2001-09-09
* add further explanation to comment on operator==()jthorn2001-09-07
* add patch_edge::operator==()jthorn2001-09-07
* change -z patch defn of dpx to get smoothness across +x/-y bndryjthorn2001-09-07
* fix last remaining uses of cpm_map<fp>::{plus,minus}_mapjthorn2001-09-07
* cpm_map is now a template <fp>jthorn2001-09-06
* clarify comments on return values of setup_*_ghost_zone()jthorn2001-09-05
* Some bugfixes for patch setup when N_overlap != 0jthorn2001-09-05
* expand comments for patch::edge_adjacent_to_patch()jthorn2001-09-05
* change patch:: and [xyz]_patch:: to use new {mu,nu,phi}_of_xyz(x,y,z)jthorn2001-08-18
* add patch::minmax_ang_ghost_zone()jthorn2001-07-18
* rename full_grid__* --> ghosted_grid_jthorn2001-07-18
* rename arg to edge_adjacent_to_patch()jthorn2001-07-18
* modify edge_adjacent_to_patch() to handle overlapping patchesjthorn2001-07-18
* expand comments on setup_*_ghost_zone(), setup_patch_frontier()jthorn2001-07-17
* delete *_sample_ipar arguments fromjthorn2001-07-17
* factor out common decode/assign logic in setup_*_ghost_zone()jthorn2001-07-17
* make dtor publicjthorn2001-07-17
* get rid of last remnants of "border" terminologyjthorn2001-07-16
* fix several syntax botchesjthorn2001-07-16
* fix dpx/dpy fnsjthorn2001-07-16
* movejthorn2001-07-16
* remove incorrect const qualifiers on ghost_zone/patch_frontier ptrsjthorn2001-07-16
* fix minor syntax botch: s/grid_arrays::array_pars/grid_arrays::grid_array_pars/jthorn2001-07-16
* add patch::assert_all_ghost_zones_fully_setup()jthorn2001-07-16
* tweak comment on setup processjthorn2001-07-15
* add interpatch_ghost_zone_on_edge()jthorn2001-07-15