aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
Commit message (Expand)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* change from 'z' to "xy" (etc) to specify the xy-planejthorn2003-03-02
* add support for explicitly getting the induced 2-D (rho,sigma) metricjthorn2002-11-15
* change to the "enum hack" for in-class static constantsjthorn2002-11-05
* add compuatation and printing of mean radius for each AH foundjthorn2002-11-04
* *** empty log message ***jthorn2002-10-31
* * change implementation of operator==()jthorn2002-10-28
* * change from $Id: to $Header:jthorn2002-09-16
* - add partial_[xyz]_wrt_r to partial_xyz_wrt_r_rho_sigma() & friendsjthorn2002-09-13
* change from $Id:$ to $Header:$jthorn2002-09-13
* 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