Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=R8), | public | :: | relax | relaxation parameter |
|||
real(kind=R8), | public | :: | eps | error for convergence |
|||
integer(kind=I4), | public | :: | it_max | maximal number of iterations |
|||
integer(kind=I4), | public | :: | mess | message |
|||
integer(kind=I4), | public | :: | free_threads | number of free threads in case of open_MP computation |
type NUM_PAR
real(kind=R8) :: relax !! *relaxation parameter*
real(kind=R8) :: eps !! *error for convergence*
integer(kind=I4) :: it_max !! *maximal number of iterations*
integer(kind=I4) :: mess !! *message*
integer(kind=I4) :: free_threads !! *number of free threads in case of open_MP computation*
endtype NUM_PAR