aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-15 15:13:57 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-15 15:13:57 +0000
commitc6f79b96c5c07f518dd8bbfd2829dda289be25cb (patch)
tree2235a15480838e46420d0f6f34db175441894c3d /src/driver/driver.hh
parent998e71cd3357c649978ccf012e6b8f990be9b2bf (diff)
rename parameter surface_integral_method to integral_method
add support for computing BH circumferences in xy, xz, yz planes as requested by Ed recently git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@893 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 53526a5..d152ae3 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -99,7 +99,7 @@ struct solver_info
//
struct BH_diagnostics_info
{
- enum patch::integration_method surface_integral_method;
+ enum patch::integration_method integral_method;
};
//******************************************************************************
@@ -168,8 +168,9 @@ struct verbose_info
struct BH_diagnostics
{
fp centroid_x, centroid_y, centroid_z;
- fp area;
fp mean_radius;
+ fp circumference_xy, circumference_xz, circumference_yz;
+ fp area;
fp m_irreducible;
};