aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* change cpm_map user interface to dropjthorn2001-09-06
* use unchecked map in constructor assert()jthorn2001-09-06
* cpm_map is now a template <fp>jthorn2001-09-06
* change cpm_map to a template on the floating-point typejthorn2001-09-06
* change interpatch_ghost_zone:: to use a cpm_map for the perp map,jthorn2001-09-06
* tweak comment wording (no code change)jthorn2001-09-05
* tweak comment wording -- no code changejthorn2001-09-05
* clarify comments on return values of setup_*_ghost_zone()jthorn2001-09-05
* fix another silly syntax botchjthorn2001-09-05
* fix wrong sign for overlap distance in last checkinjthorn2001-09-05
* Some bugfixes for patch setup when N_overlap != 0jthorn2001-09-05
* Fix a bug where N_overlap_points was being interpreted with differentjthorn2001-09-05
* expand comments for patch::edge_adjacent_to_patch()jthorn2001-09-05
* compare angles for equality with local_coords::fuzzy_EQ_ang() i.e. mod 2*pijthorn2001-08-18
* should only test for equality of angles mod 2*pi radians, not as numbersjthorn2001-08-18
* make local var names unique to avoid gcc warnings,jthorn2001-08-18