FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
normtypemodule::testitemtype Type Reference

Data type representing a convergence check definition. More...

Public Attributes

character(len=12) title
 Name to be used in res-file headings. More...
 
integer code
 ON/OFF switch for this norm. More...
 
integer niterincr
 Number of iterations with increasing norm value. More...
 
real(dp) value
 The current value of this convergence norm. More...
 
real(dp) tolerance
 The actual convergence tolerance for this norm. More...
 
real(dp) abstol
 Absolute convergence tolerance for this norm. More...
 
real(dp) reltol
 Velocity proportional tolerance for this norm. More...
 

Detailed Description

Data type representing a convergence check definition.

Member Data Documentation

◆ abstol

real(dp) normtypemodule::testitemtype::abstol

Absolute convergence tolerance for this norm.

◆ code

integer normtypemodule::testitemtype::code

ON/OFF switch for this norm.

◆ niterincr

integer normtypemodule::testitemtype::niterincr

Number of iterations with increasing norm value.

◆ reltol

real(dp) normtypemodule::testitemtype::reltol

Velocity proportional tolerance for this norm.

◆ title

character(len=12) normtypemodule::testitemtype::title

Name to be used in res-file headings.

◆ tolerance

real(dp) normtypemodule::testitemtype::tolerance

The actual convergence tolerance for this norm.

◆ value

real(dp) normtypemodule::testitemtype::value

The current value of this convergence norm.


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