aboutsummaryrefslogtreecommitdiff
path: root/src/patch/coords.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
* turn off the assert() calls which (I think/hope) are causing somejthorn2004-02-04
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* change (r,(mu,nu,phi)) --> (x,y,z) coordinate conversion functions sojthorn2003-04-10
* try to work around some fp roundoff problems which were causingjthorn2002-11-22
* - 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 local_coords::set_* to local_coords::coords_set_*jthorn2002-09-16
* local_coords:: xyz_of_r_mu_nu(), xyz_of_r_mu_phi(), xyz_of_r_nu_phi()jthorn2002-09-15
* - add partial_[xyz]_wrt_r to partial_xyz_wrt_r_rho_sigma() & friendsjthorn2002-09-13
* change from $Id:$ to $Header:$jthorn2002-09-13
* add functions to compute partial {x,y,z} / partial {mu,nu,phi}jthorn2002-09-11
* re-sync changes from laptopjthorn2002-07-26
* note new "fake_cctk.h" and use it in standalone test buildsjthorn2002-07-08
* * switch to new #include scheme: we include stuff from . and ../includejthorn2002-06-24
* 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
* add functions to compute direction cosines of wrt local coords originjthorn2002-04-22
* add missing "namespace local_coords { ... }" around partial-deriv fnsjthorn2002-04-21
* remove unused fn args, eg phi = phi(x,y), so there's no need for a zjthorn2002-04-21
* add 2nd derivatives partial2_{mu,nu,phi}_wrt_{xx,xy,xz,yy,yz,zz}jthorn2002-04-17
* add new functions partial_{mu,nu,phi}_wrt_{x,y,z}jthorn2002-04-17
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
* fix a bunch more compiler-found bugs (mostly syntax errors)jthorn2002-04-07
* many small mods to fix compiler-detected errors in 1st compiles afterjthorn2002-04-07
* minor mods to compile now that all of ../jtutil/ is in namespace jtutil::jthorn2002-04-05
* should only test for equality of angles mod 2*pi radians, not as numbersjthorn2001-08-18
* redo ((mu,nu,phi)) --> the 3rd fns to properly handle all quadrantsjthorn2001-08-16
* minor bugfix to fn namejthorn2001-08-16
* properly handle all quadrants in (r,mu,nu,phi) --> (x,y,z) coordinatejthorn2001-08-16
* coords.{cc,hh}: add modulo-2pi functionsjthorn2001-08-09
* when comparing angles from different patches,jthorn2001-08-06
* fix misnamed functionsjthorn2001-07-19
* fix wrong function namejthorn2001-07-19
* tweak comment wording, error message wordingjthorn2001-07-13
* rename "jt/util++.hh" --> "jt/util.hh"jthorn2001-06-21
* switch from fp &X to fp& Xjthorn2001-06-19
* get rid of unit-sphere fns (they're probably never used)jthorn2001-06-19
* add coords-bit-vector fns (copied from JT cvs ~/mpe/util/coords.cc)jthorn2001-06-19
* grid.{cc,hh}jthorn2001-06-17
* redo this completelyjthorn2001-06-16
* add lots of const qualifiers to functions,jthorn2001-06-16
* remove nonuniform radial coordinate stuff used in mpe but not herejthorn2001-06-14
* initial import into this cvs repositoryjthorn2001-06-14