G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ns_assembly Struct Reference

Detailed Description

Specifies the iteration type used to solve nonlinear systems.

Public Types

enum  type { ,
  newton_update,
  newton_next
}
 

Member Enumeration Documentation

enum type
Enumerator
newton_update 

stationary point iteration, 1st order, yields a new solution at each iteration

newton_next 

newton's method, 2nd order, yields updates to the solution