Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::NonlinearSolverOptions Struct Reference

Nonlinear solution scheme parameters. More...

#include <solver_config.hpp>

Public Attributes

NonlinearSolver nonlin_solver = NonlinearSolver::Newton
 Nonlinear solver selection.
 
double relative_tol = 1.0e-8
 Relative tolerance.
 
double absolute_tol = 1.0e-12
 Absolute tolerance.
 
int max_iterations = 20
 Maximum number of iterations.
 
int print_level = 0
 Debug print level.
 

Detailed Description

Nonlinear solution scheme parameters.

Definition at line 206 of file solver_config.hpp.


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