aboutsummaryrefslogtreecommitdiff
path: root/src/patch
Commit message (Expand)AuthorAge
* fix variable argument list to properly match formatjthorn2003-03-24
* fix the misfeature where the excision mask wasn't set in the symmetry zonesjthorn2003-03-20
* slightly expand FIXME comments for patch_system::plus_or_minus_xyz_patch()jthorn2003-03-20
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* print number of nominal/ghosted grid points when creating a new patch systemjthorn2003-03-12
* * merge {xy,xz,yz}_circumference() into a single circumference() functionjthorn2003-03-02
* change from 'z' to "xy" (etc) to specify the xy-planejthorn2003-03-02
* compute min/max horizon radius for each horizon foundjthorn2003-02-27
* * general tidying of multiprocessor codejthorn2003-02-16
* update interpolator error return parametersjthorn2003-02-03
* * print a bit more info about setting up data structuresjthorn2003-01-30
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
* change patch_system::create_patches() to print the size of eachjthorn2003-01-20
* simplify logic in patch_system::create_patches()jthorn2003-01-20
* Change various jtutil/ templates which used to bejthorn2003-01-18
* * change to not use STL vector class any morejthorn2003-01-16
* try to work around some fp roundoff problems which were causingjthorn2002-11-22
* change is_valid_drho() and is_valid_dsigma() to use fuzzy comparisonsjthorn2002-11-20
* change to using the "enum hack" for patch numbersjthorn2002-11-15
* add support for computing line integrals around a surfacejthorn2002-11-15
* add support for explicitly getting the induced 2-D (rho,sigma) metricjthorn2002-11-15
* add explicit degree/radian conversions for rho/sigmajthorn2002-11-15
* change to the "enum hack" for in-class static constantsjthorn2002-11-05
* add compuatation and printing of mean radius for each AH foundjthorn2002-11-04
* This log message is the one that should have been attached to thejthorn2002-10-31
* *** empty log message ***jthorn2002-10-31
* * rename some private functions, egjthorn2002-10-28
* add new patch system types to handle mirrored octant/quadrant cases,jthorn2002-10-28
* expand/clarify comments about how we handle a corner between twojthorn2002-10-28
* * change implementation of operator==()jthorn2002-10-28
* add /*NOTREACHED*/ comments after error_exit() callsjthorn2002-10-08
* remove unneeded ; injthorn2002-10-07
* This change fixes problems with some compilers recognizing only <vector>,jthorn2002-10-07
* minor updatesjthorn2002-10-03
* add some new fns to determine what angular patch containsjthorn2002-10-03
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* add extra { } around for loops so the code is now agnosticjthorn2002-09-26
* make more metadata explicit in the ASCI data file output format:jthorn2002-09-25
* add effective_N_i{rho,sigma}()jthorn2002-09-25
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* remove an unused variable caught by gccjthorn2002-09-20
* fix a syntax botch which slipped through g++ -- thanks to Peter Dienerjthorn2002-09-17
* * change from $Id: to $Header:jthorn2002-09-16
* 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
* remove debugging code from patch_system::integrate_gridfn()jthorn2002-09-13
* - add partial_[xyz]_wrt_r to partial_xyz_wrt_r_rho_sigma() & friendsjthorn2002-09-13
* change from $Id:$ to $Header:$jthorn2002-09-13
* add patch::partial_xyz_wrt_rho_sigma()jthorn2002-09-11
* add functions to compute partial {x,y,z} / partial {mu,nu,phi}jthorn2002-09-11