aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.cc
Commit message (Expand)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* 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
* 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
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* * 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 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
* move all I/O out of patch:: up into patch_systemjthorn2002-04-22
* 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
* switch back to explicit set_ghost_zone() and set_patch_frontier()jthorn2002-04-02
* finish construction/setup codejthorn2002-04-01
* enter recent changes into cvsjthorn2002-04-01
* fix inheritance: 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
* patch.ccjthorn2001-09-14
* tweak patch::print_gridfn() output format so new select.patchjthorn2001-09-14
* change dpx/dpy fns to take rho/sigma as args instead of irho/isigmajthorn2001-09-12
* comment tweak -- no code changesjthorn2001-09-09
* 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
* when comparing angles from different patches,jthorn2001-08-06
* add patch::minmax_ang_ghost_zone()jthorn2001-07-18
* rename full_grid__* --> ghosted_grid_jthorn2001-07-18
* rename interpolator_order_in --> interpolator_orderjthorn2001-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