aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
Commit message (Expand)AuthorAge
* add patch::partial_xyz_wrt_rho_sigma()jthorn2002-09-11
* add code to compute surface integrals of gridfns over patchesjthorn2002-09-11
* merge in changes from laptop:jthorn2002-08-12
* add patch::symmetry_ghost_zone_on_edge()jthorn2002-08-06
* changes to compute Jacobian coefficients properlyjthorn2002-07-18
* * finish Jacobian support in src/utiljthorn2002-07-04
* * switch to new #include scheme: we include stuff from . and ../includejthorn2002-06-24
* rename direction cosines (alpha,beta,gamma) --> (xcos,ycos,zcos)jthorn2002-04-22
* move all I/O out of patch:: up into patch_systemjthorn2002-04-22
* add functions to compute direction cosines of wrt local coords originjthorn2002-04-22
* tweak a commentjthorn2002-04-22
* make partial-deriv fns pure virtual in base class patch::jthorn2002-04-21
* add 1st and 2nd partial derivs of (rho,sigma) wrt (x,y,z)jthorn2002-04-21
* merge common code in print nominal/ghosted routines into newjthorn2002-04-17
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
* 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