aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* generated C code now declares temp names 10 to a line for better readabilityjthorn2002-04-13
* add sets of all coordinatesjthorn2002-04-13
* this was just a quick-n-dirty draft; cg/horizon.c is much better nowjthorn2002-04-13
* change fix_rationals() to preserve all integer factors in powersjthorn2002-04-13
* change fix_rational() to leave -1 factors in expressions, alonejthorn2002-04-13
* small tweaks to work with latest changes to ../maple/codegen2.maplejthorn2002-04-13
* many changesjthorn2002-04-13
* standardize inter-function comments as 80 # signs, not 79jthorn2002-04-13
* add some more comments on how this code doesn't know physics, butjthorn2002-04-13
* don't pass empty -D option to mpp if $MAPLE_VERSION isn't definedjthorn2002-04-13
* don't pass an empty -D option to mpp if $MAPLE_VERSION isn't definedjthorn2002-04-13
* use maple preprocessor from ../misc/, rather than from my $PATHjthorn2002-04-13
* rename to lower-case-m makefile so as not to confuse Cactus build systemjthorn2002-04-13
* add my maple preprocessor so we don't need a copy outside of thejthorn2002-04-13
* rename makefile so as not to interfere with Cactus builds using thisjthorn2002-04-13
* remove unused stuff,jthorn2002-04-13
* move select.patch from util/ to new directory misc/jthorn2002-04-13
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
* get list of object files in ../jtutil/ by wildcard expansion,jthorn2002-04-13
* change a bunch of sanity checks from std::assert() to explicit testsjthorn2002-04-12
* add commentsjthorn2002-04-12
* ghost_zone.ccjthorn2002-04-11
* rework again how we set up the gridfn array subscripting for thejthorn2002-04-11
* fix syntax botch in last commitjthorn2002-04-11
* remove duplicate copy of print_ghosted_gridfn() fnjthorn2002-04-11
* output named gridfns directly -- get rid of params to specify file namesjthorn2002-04-11
* add routines to print gridfns to named output filesjthorn2002-04-11
* fix subscripting of gridfn arrays by the interpolatorjthorn2002-04-11
* add facility to print a 2nd gridfnjthorn2002-04-11
* set gridfn min/max ipar in interpolator param tablejthorn2002-04-10
* tweak to use new gridfn stride fnsjthorn2002-04-10
* add gridfn stride fnsjthorn2002-04-10
* add linear_map::origin()jthorn2002-04-10
* add a bunch of commentsjthorn2002-04-10
* slightly refactor some code -- no functional changesjthorn2002-04-10
* tweak comment on why we still need jtutil::abs()jthorn2002-04-10
* change from jtutil::min/max --> std::, also add missing std:: in some filesjthorn2002-04-10
* oops, we have a *pointer* to other patch interp,jthorn2002-04-10
* remove duplicate dcl of interpatch_ghost_zone::assert_fully_setup()jthorn2002-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
* rename patch_frontier --> patch_interp everywherejthorn2002-04-10
* patch_frontier.hhjthorn2002-04-09
* min/max gfn were not being set properly by setup_gridfn_storage()jthorn2002-04-09
* all BCs must use ghosted gridfns!jthorn2002-04-09
* fix a bug in taking derivatives (used nominal instead of ghosted gridfns)jthorn2002-04-09
* switch from gfn to ghosted_gfn, gridfn() to ghosted_gridfn()jthorn2002-04-09
* assorted changes to start doing ghost-zone and derivative testsjthorn2002-04-09
* tweak some trace-message wordingsjthorn2002-04-08