aboutsummaryrefslogtreecommitdiff
path: root/src/patch
Commit message (Expand)AuthorAge
* 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
* add code to compute surface integrals of gridfns over patchesjthorn2002-09-11
* add routines to compute norms of gridfnsjthorn2002-09-03
* whitespace changes, rename is_valid_nominal_gfn() --> is_valid_gfn()jthorn2002-09-03
* merge in changes from laptop:jthorn2002-08-12
* rename N_possible_sides to N_sidesjthorn2002-08-12
* reorder C++ using directivesjthorn2002-08-12
* rename symmetry_ghost_zone::sign_of_ipar_map() --> fp_sign_of_ipar_map()jthorn2002-08-06
* update comments in compute_synchronize_Jacobian() and synchronize_Jacobian()jthorn2002-08-06
* fix header commentjthorn2002-08-06
* switch to new do-everything-in-one-call synchronize Jacobian interfacejthorn2002-08-06
* add comment to patch_system::compute_synchronize_Jacobian()jthorn2002-08-06
* switch to molecule-at-a-time interface to access synchronize_Jacobian()jthorn2002-08-06
* add patch::symmetry_ghost_zone_on_edge()jthorn2002-08-06
* rename test_synchronize_Jacobians() --> test_ghost_zone_Jacobian()jthorn2002-08-01
* fix commentjthorn2002-08-01
* permute order of various functions in these files for greater clarityjthorn2002-08-01
* since we always use the want_{min,max}_par_corner flags with the samejthorn2002-07-31
* merge in changes from laptop:jthorn2002-07-29
* re-sync changes from laptopjthorn2002-07-26
* various changes including d/dr terms in Jacobian by numerical perturbation,jthorn2002-07-22
* add a whole bunch of changes from working at homejthorn2002-07-22
* move Jacobian.cc to ../elliptic/jthorn2002-07-18
* changes to compute Jacobian coefficients properlyjthorn2002-07-18
* changes so I can compile the full horizon testjthorn2002-07-16
* add a bunch more support code for Jacobians,jthorn2002-07-16
* #include "fake_cctk.h" if we're doing a standalone test compilationjthorn2002-07-08
* define STANDALONE_TEST for standalone (non-Cactus) test compilationsjthorn2002-07-08
* add a test for the 0-origin grid point number across patchesjthorn2002-07-08
* add support for computing 0-origin grid point numbers across all patchesjthorn2002-07-08
* added a bunch of functions to convert (irho,isigma) <-->jthorn2002-07-08
* * make want_*_corner arguments optional (default = true) for interpatch ghostjthorn2002-07-08
* note new "fake_cctk.h" and use it in standalone test buildsjthorn2002-07-08
* describe test drivers, coord_derivs.*jthorn2002-07-08