Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | NumOfPerpendNodes | = | 7 | |
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | AExp | |||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | AInv | |||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | AMat | |||
real(kind=r64), | private, | DIMENSION(3) | :: | BMat | |||
real(kind=r64), | private, | DIMENSION(2) | :: | CMat | |||
real(kind=r64), | private, | DIMENSION(2) | :: | DMat | |||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:) | :: | e | |||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | Gamma1 | |||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | Gamma2 | |||
integer, | private | :: | NodeSource | ||||
integer, | private | :: | NodeUserTemp | ||||
integer, | private | :: | rcmax | ||||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:,:) | :: | s | |||
real(kind=r64), | private, | DIMENSION(4,3) | :: | s0 | |||
real(kind=r64), | private | :: | TinyLimit | ||||
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:,:) | :: | IdenMatrix |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64) | :: | delt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | delt | |||
integer, | intent(in) | :: | SolutionDimensions |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | nrf | |||
integer, | intent(in) | :: | SolutionDimensions |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | DoReportBecauseError |