FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data Types | |
type | normtypemodule::testitemtype |
type | normtypemodule::testsettype |
Modules | |
module | normtypemodule |
Functions/Subroutines | |
subroutine | normtypemodule::nullifyconvset (convSet) |
subroutine | normtypemodule::deallocateconvset (convSet) |
subroutine | normtypemodule::initconvchecks (convSet, maxIt, monWorst, monIter, relTol, err) |
subroutine, private | normtypemodule::inittolerance (tolType, normName, testItem) |
logical function | normtypemodule::hasconverged (convSet, factor_opt) |
subroutine | testitem (item) |
subroutine | normtypemodule::checkdivergence (testItem, value, mayDiverge) |
Variables | |
integer, parameter | normtypemodule::oneof_p = 1 |
integer, parameter | normtypemodule::allof_p = 2 |
integer, parameter | normtypemodule::nnormtypes_p = 4 |
integer, parameter | normtypemodule::ivecnorm_p = 1 |
integer, parameter | normtypemodule::iinftra_p = 2 |
integer, parameter | normtypemodule::iinfrot_p = 3 |
integer, parameter | normtypemodule::iinfgen_p = 4 |
subroutine hasconverged::testitem | ( | type(testitemtype), intent(in) | item | ) |