OpenCMISS-Iron Internal API Documentation
types::newtonsolverconvergencetest Type Reference

Contains information about the convergence test for a newton solver. More...

Public Attributes

real(dp) energyfirstiter
 The energy for the first iteration. More...
 
real(dp) normalisedenergy
 The normalized energy for the subsequent iterations. More...
 

Detailed Description

Contains information about the convergence test for a newton solver.

Definition at line 2653 of file types.f90.

Member Data Documentation

real(dp) types::newtonsolverconvergencetest::energyfirstiter

The energy for the first iteration.

Definition at line 2654 of file types.f90.

real(dp) types::newtonsolverconvergencetest::normalisedenergy

The normalized energy for the subsequent iterations.

Definition at line 2655 of file types.f90.