aboutsummaryrefslogtreecommitdiff
path: root/src/patch
Commit message (Expand)AuthorAge
* tweak logic for selecting which gridfn we want to printjthorn2001-09-14
* slight tweak to patch_system::print_gridfn()jthorn2001-09-14
* add more status msgsjthorn2001-09-14
* fix a bug in patch_system::extend_scalar_gridfn_to_all_ghost_zones()jthorn2001-09-14
* add new logic to interpatch_ghost_zone::{min,max}_ipar(int iperp)jthorn2001-09-14
* clarify the comments on corner handling some morejthorn2001-09-14
* fix comments in example on handling of diagonalsjthorn2001-09-14
* clarify comments on corner handlingjthorn2001-09-14
* patch.ccjthorn2001-09-14
* tweak patch::print_gridfn() output format so new select.patchjthorn2001-09-14
* fix some more bugs in how we symmetrize the test fn(x,y,z)jthorn2001-09-14
* properly modularize symmetrizing the xyz test fnjthorn2001-09-14
* fix a nasty bug in interpatch_ghost_zone::interpatch_ghost_zone()jthorn2001-09-14
* --- ghost_zone.hh ---jthorn2001-09-13
* tweak commentsjthorn2001-09-12
* change comments describing how we handle corner between sym/sym ghost zonesjthorn2001-09-12
* fix comment for interpatch_ghost_zone::{min,max}_ipar(int iperp)jthorn2001-09-12
* properly symmetrize test data when setting up xyz gridfnjthorn2001-09-12
* include spaces when echoing cmd-line argsjthorn2001-09-12
* syntax bugfix in last checkinjthorn2001-09-12
* allow selection of which gridfn to print; also echo command line argsjthorn2001-09-12
* fix gridfn_minus() to do ghost zones if requestedjthorn2001-09-12
* clarify comment wording thatjthorn2001-09-12
* 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 botch in last checkinjthorn2001-09-12
* use nonzero gfn_min to exercise code more thoroughlyjthorn2001-09-12
* move global gfn variables into main::jthorn2001-09-12
* fix z_patch::dpx_of_irho_isigma()jthorn2001-09-09
* comment tweak -- no code changesjthorn2001-09-09
* change test fn(x,y,z)jthorn2001-09-09
* revise to use fn(x,y,z) for fn and ghost-zone tests,jthorn2001-09-09
* rename 'setup_scalar_gridfn_in_...' --> 'extend_scalar_gridfn_to_...'jthorn2001-09-09
* fix comment wording for new patch-system typesjthorn2001-09-07
* add missing setup_mirror_symmetry_ghost_zone() calls injthorn2001-09-07
* add further explanation to comment on operator==()jthorn2001-09-07
* properly compare whether two edges are really the samejthorn2001-09-07
* add patch_edge::operator==()jthorn2001-09-07
* change setup of symmetry ghost zones to properly handle the case wherejthorn2001-09-07
* rename some variables to remove the last vestiges of the oldjthorn2001-09-07
* change -z patch defn of dpx to get smoothness across +x/-y bndryjthorn2001-09-07
* rename some patch system types and add new +xz quadrant one;jthorn2001-09-07
* fix last remaining uses of cpm_map<fp>::{plus,minus}_mapjthorn2001-09-07
* rework yet again how we set up ghost zone iperp mappingjthorn2001-09-07
* cpm_map is now a template <fp>jthorn2001-09-06