aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_interp.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
* drop support for CCTK_InterpLocalUniform() returning info aboutjthorn2003-07-23
* fix tiny typo in error message wordingjthorn2003-07-18
* update interpolator error return parametersjthorn2003-02-03
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* remove an unused variable caught by gccjthorn2002-09-20
* change from $Id:$ to $Header:$jthorn2002-09-13
* merge in changes from laptop:jthorn2002-08-12
* * finish Jacobian support in src/utiljthorn2002-07-04
* * redo min_ipar() and max_ipar() functions in ghost_zone::jthorn2002-07-01
* finish ghost-zone and patch-interp Jacobian support -- yea!!!!jthorn2002-06-28
* finish (?) Jacobian computationjthorn2002-06-26
* * switch to new #include scheme: we include stuff from . and ../includejthorn2002-06-24
* start implementing Jacobian computation:jthorn2002-05-12
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
* ghost_zone.ccjthorn2002-04-11
* rework again how we set up the gridfn array subscripting for thejthorn2002-04-11
* fix subscripting of gridfn arrays by the interpolatorjthorn2002-04-11
* set gridfn min/max ipar in interpolator param tablejthorn2002-04-10
* tweak to use new gridfn stride fnsjthorn2002-04-10
* slightly refactor some code -- no functional changesjthorn2002-04-10
* tweak a few more commentsjthorn2002-04-10
* finish renaming patch_frontierjthorn2002-04-10
* rename this class from patch_frontier --> patch_interpjthorn2002-04-10
* many small mods to fix compiler-detected errors in 1st compiles afterjthorn2002-04-07
* no need to explicitly patch gfn range to patch_frontier:: ctor,jthorn2002-04-01
* a few more mods -- looks ok now (ready to try compiling)jthorn2002-04-01
* minor tweaks to cctk #include dependenciesjthorn2002-03-31
* more minor comment tweaksjthorn2002-03-31
* comment fixesjthorn2002-03-31
* hould-be-ready-to-compile version to use Cactus local interpolatorjthorn2002-03-31
* rought draft of new version to call Cactus local interpjthorn2002-03-30
* more mods to use Cactus local interpolatorjthorn2002-03-30
* further work on new design to use Cactus local interpjthorn2002-03-30
* start on new patch_frontier design --> to use Cactus local interpolatorjthorn2002-03-29
* clarify comment wording thatjthorn2001-09-12
* various bugfixes in patch_frontier ctorjthorn2001-07-20
* rename interpolator_order_in --> interpolator_orderjthorn2001-07-18
* fix a few more syntax errors --> now compiles cleanly!jthorn2001-07-16
* update commentsjthorn2001-07-16
* get rid of last remnants of "border" terminologyjthorn2001-07-16
* minor syntax bugfixes found by gccjthorn2001-07-16
* add missingjthorn2001-07-16
* add missing #include of "jt/array.hh" and "jt/linear_map.hh"jthorn2001-07-16
* fix up #include to match this project's conventionsjthorn2001-07-14
* finish 1st draft of construction and setup_*() codejthorn2001-07-14
* add comments further describing pointer interlinkage of different objects,jthorn2001-07-14
* rewrite to store state for all (gfn,iperp) simultaneouslyjthorn2001-07-13