aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix spelling mistake in commentjthorn2002-04-22
* rename setup_gfas.maple --> setup_gr_gfas.maplejthorn2002-04-22
* tweak coords setup, add more comments to samejthorn2002-04-22
* renaming this filejthorn2002-04-22
* rename direction cosines from (alpha,beta,gamma) --> (xcos,ycos,zcos)jthorn2002-04-22
* fix *another* botch in last commitjthorn2002-04-22
* fix syntax botch from last commitjthorn2002-04-22
* rename direction cosines (alpha,beta,gamma) --> (xcos,ycos,zcos)jthorn2002-04-22
* change names alpha --> xcos, beta --> ycos, gamma --> zcosjthorn2002-04-22
* tweak output printf format for print_gridfn_with_xyz() et aljthorn2002-04-22
* fix symtax error in previous commitjthorn2002-04-22
* print h and H with xyz positions derived from hjthorn2002-04-22
* permute the order of some fns in patch_system:: for clarityjthorn2002-04-22
* add ability to print gridfns with r(rho,sigma) --> global_[x,y,z] positionsjthorn2002-04-22
* add grid_arrays::unknown_gridfn() functionsjthorn2002-04-22
* clarify comment about patch_system::read_unknown_gridfn() input formatjthorn2002-04-22
* move all I/O out of patch:: up into patch_systemjthorn2002-04-22
* add new parameters for ellipsoid initial guessjthorn2002-04-22
* output from running Maple to generate C code in cg/jthorn2002-04-22
* print ellipsoid initial guess h before computing H(h)jthorn2002-04-22
* fix syntax errors in the last set of checkinsjthorn2002-04-22
* Maple code to compute r(angular coords) for points on offset ellipsoidjthorn2002-04-22
* add functions to compute direction cosines of wrt local coords originjthorn2002-04-22
* tweak a commentjthorn2002-04-22
* whitespace/comment fixesjthorn2002-04-22
* param.ccljthorn2002-04-22
* use *global* xyz positions to interpolate from Cactus gridjthorn2002-04-22
* remove timer calls -- execution is so fast it's not worth botheringjthorn2002-04-22
* change storage for g_uu, K, K_uu, partial_d_ln_sqrt_g, partial_d_g_uujthorn2002-04-22
* tweak a commentjthorn2002-04-22
* add explicit reporting of offending point (x,y,z) and end/axisjthorn2002-04-21
* rename makefile to avoid confusing Cactus build systemjthorn2002-04-21
* *.ccl --> various fixes to make ready to test H(h) functionjthorn2002-04-21
* fix assorted syntax errors --> now compiles cleanly!jthorn2002-04-21
* add new directory gr/jthorn2002-04-21
* glue code to actually compute H(h)jthorn2002-04-21
* add comments about contiguous-storage-across-patches assumptionsjthorn2002-04-21
* add functions to give low-level access to gridfn data arraysjthorn2002-04-21
* now have both const and non-const versions of data_array()jthorn2002-04-21
* rename get_array() as data_array()jthorn2002-04-21
* fix out-of-date commentsjthorn2002-04-21
* make partial-deriv fns pure virtual in base class patch::jthorn2002-04-21
* no subdirectories here!!!jthorn2002-04-21
* add 1st and 2nd partial derivs of (rho,sigma) wrt (x,y,z)jthorn2002-04-21
* add missing "namespace local_coords { ... }" around partial-deriv fnsjthorn2002-04-21
* fix wrong-partial-derivs botch in one functionjthorn2002-04-21
* remove unused fn args, eg phi = phi(x,y), so there's no need for a zjthorn2002-04-21
* test patch_system::read_ghosted_gridfn() --> now works!jthorn2002-04-17
* add read-gridfn functionsjthorn2002-04-17
* merge common code in print nominal/ghosted routines into newjthorn2002-04-17