OGS
NumLib::NewtonRaphsonSolverParameters Struct Reference

Detailed Description

Definition at line 20 of file NewtonRaphson.h.

#include <NewtonRaphson.h>

Public Attributes

int maximum_iterations
 
double residuum_tolerance
 
double increment_tolerance
 

Member Data Documentation

◆ increment_tolerance

double NumLib::NewtonRaphsonSolverParameters::increment_tolerance

Definition at line 24 of file NewtonRaphson.h.

◆ maximum_iterations

int NumLib::NewtonRaphsonSolverParameters::maximum_iterations

Definition at line 22 of file NewtonRaphson.h.

◆ residuum_tolerance

double NumLib::NewtonRaphsonSolverParameters::residuum_tolerance

Definition at line 23 of file NewtonRaphson.h.


The documentation for this struct was generated from the following file: