Convergence

Fortran module Convergence:Containing the methods to read and store convergence parameters.

Authors

    1. Jaschke

      1. Wall

Details

The following subroutines / functions are defined for the convergence parameters.

Convergence_f90.read_ConvParam()[source]

fortran-subroutine - August 2017 (dj) Read the convergence parameters. This is a one for all subroutine always reading an array.

Arguments

CpsTYPE(ConvParam)(*), inout

Array with convergence parameters.

flnmCHARACTER(*), in

This is the filename where the convergence parameters are stored.

unitINTEGER, in

Open file on this unit.

Source Code

show / hide f90 code