aboutsummaryrefslogtreecommitdiff
path: root/src/driver/find_horizons.cc
Commit message (Expand)AuthorAge
* Dont use initial guess origins from parameters when tracking from gridscalarrhaas2013-02-02
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* fix a nasty bug (which led to wrong AHFs being found):jthorn2006-07-17
* implement verbose_level = "physics highlights"jthorn2005-06-14
* fix a bug found by Yosef Zlochower:jthorn2005-06-14
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* Fix a problem found by Erik Schnetter & Thomas Radke involvingjthorn2005-01-04
* * copy Cactus parameters to our local data structures,jthorn2004-05-05
* At Ian Hawke's request, make the setting of an excision mask specifyablejthorn2003-12-03
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* add an explanatory commentjthorn2003-07-31
* rename parametersjthorn2003-07-28
* replace Boolean parameter find_AHsjthorn2003-07-28
* switch mask processing from being done at the tail ofjthorn2003-07-27
* drop support for (optionally) using CCTK_InterpLocalUniform() instead ofjthorn2003-07-27
* add new parameter and code to allow computing surfaces of constant expansionjthorn2003-07-04
* redo excision mask:jthorn2003-05-13
* fix typo in comment -- no executable code changesjthorn2003-04-10
* Add the ability to set *both* the old-style (CCTK_REAL)jthorn2003-03-25
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* major rewrite of multiprocessor synchronization logic to fix assorted bugsjthorn2003-03-12
* * make BH_diagnostics more of an objectjthorn2003-03-02
* compute min/max horizon radius for each horizon foundjthorn2003-02-27
* * general tidying of multiprocessor codejthorn2003-02-16
* * major changes to driver routines to find multiple horizons in paralleljthorn2003-02-15
* * print a bit more info about setting up data structuresjthorn2003-01-30
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
* start adding support for sparse matrix Jacobians (doesn't work yet)jthorn2003-01-20
* change so that only processor #0 writes data filesjthorn2003-01-17
* * change to not use STL vector class any morejthorn2003-01-16
* oops, need to run on all processors for new global interpolator to work...jthorn2003-01-13
* add beginnings of support for using new CCTK_InterpGridArrays()jthorn2003-01-13
* change in terminology/notation:jthorn2002-11-21
* rename parameter surface_integral_method to integral_methodjthorn2002-11-15
* fix a nasty bug where I tried to print int(method) with a %d formatjthorn2002-11-05
* add (very very minimal) support for multiprocessor operation:jthorn2002-11-05
* add compuatation and printing of mean radius for each AH foundjthorn2002-11-04
* add support for (mirrored, not rotating) quadrant and octant gridsjthorn2002-10-28
* oops, forgot to turn storage on for the Cactus arrays!jthorn2002-10-26
* * #ifdef-out code for storing BH diagnostics in Cactus arraysjthorn2002-10-26
* store BH diagnostics (= centroid x,y,z, area, m_irreducible)jthorn2002-10-26
* rename internal variables from "mass" to "m_irreducible"jthorn2002-10-26
* minor permutation of code and comment clarificationjthorn2002-10-26
* * Move suboptions out of top-level "method" parameter into separatejthorn2002-10-25
* fix a bug which made us use the -1 ("past") time level every 2nd timejthorn2002-10-22
* change timing of when we (optionally) output the initial guess if we justjthorn2002-10-17
* * rename initial-guess suboptions to make them a bit clearerjthorn2002-10-17
* add support for outputting te change in the horizon position fromjthorn2002-10-10
* remove unneeded ; injthorn2002-10-07
* This change fixes problems with some compilers recognizing only <vector>,jthorn2002-10-07