aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system.cc
Commit message (Expand)AuthorAge
* add support for computing line integrals around a surfacejthorn2002-11-15
* 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
* This change fixes problems with some compilers recognizing only <vector>,jthorn2002-10-07
* 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
* remove an unused variable caught by gccjthorn2002-09-20
* remove debugging code from patch_system::integrate_gridfn()jthorn2002-09-13
* change from $Id:$ to $Header:$jthorn2002-09-13
* add code to compute surface integrals of gridfns over patchesjthorn2002-09-11
* add routines to compute norms of gridfnsjthorn2002-09-03
* merge in changes from laptop:jthorn2002-08-12
* 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
* 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
* 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
* 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
* add support for computing 0-origin grid point numbers across all patchesjthorn2002-07-08
* * finish Jacobian support in src/utiljthorn2002-07-04
* finish ghost-zone and patch-interp Jacobian support -- yea!!!!jthorn2002-06-28
* * switch to new #include scheme: we include stuff from . and ../includejthorn2002-06-24
* tweak output printf format for print_gridfn_with_xyz() et aljthorn2002-04-22
* add ability to print gridfns with r(rho,sigma) --> global_[x,y,z] positionsjthorn2002-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 read-gridfn functionsjthorn2002-04-17
* merge common code in print nominal/ghosted routines into newjthorn2002-04-17
* drop patch_system:: routines to print a gridfn directly to an already-openjthorn2002-04-17
* move floating-point configuration to new header file src/config.hhjthorn2002-04-13
* change a bunch of sanity checks from std::assert() to explicit testsjthorn2002-04-12
* remove duplicate copy of print_ghosted_gridfn() fnjthorn2002-04-11
* add routines to print gridfns to named output filesjthorn2002-04-11
* finish renaming patch_frontierjthorn2002-04-10
* rename patch_frontier --> patch_interp everywherejthorn2002-04-10
* assorted changes to start doing ghost-zone and derivative testsjthorn2002-04-09
* tweak some trace-message wordingsjthorn2002-04-08
* move a bunch of logic out of interpatch_ghost_zone::interpatch_ghost_zone()jthorn2002-04-08
* patch_system.ccjthorn2002-04-07