aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 15:12:47 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 15:12:47 +0000
commit90a8dda64d5c68427dffc898ea0e100ee583dda8 (patch)
tree03efc2712d23591a41e38127453ed54b2e08186e /src/driver/driver.hh
parentb1fb8f18cc2231bde4ea6d5d71348bd7894af370 (diff)
set up and pass parameter structure down to Jacobian::solve_linear_system()
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1078 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 1f29ea2..7a3c734 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -109,6 +109,7 @@ struct initial_guess_info
struct solver_info
{
bool debugging_output_at_each_Newton_iteration;
+ struct linear_solver_pars linear_solver_pars;
int max_Newton_iterations__initial,
max_Newton_iterations__subsequent;
fp max_allowable_Delta_h_over_h;