Go to the source code of this file.
|
subroutine | checktemp (t0, t1, lakon, ne, ipkon, kon) |
|
◆ checktemp()
subroutine checktemp |
( |
real*8, dimension(*) |
t0, |
|
|
real*8, dimension(*) |
t1, |
|
|
character*8, dimension(*) |
lakon, |
|
|
integer |
ne, |
|
|
integer, dimension(*) |
ipkon, |
|
|
integer, dimension(*) |
kon |
|
) |
| |
29 integer ne,ipkon(*),kon(*),i,j,nope,index,node
35 if(lakon(i)(4:4).eq.
'2')
then 37 elseif(lakon(i)(4:4).eq.
'8')
then 39 elseif(lakon(i)(4:5).eq.
'10')
then 41 elseif(lakon(i)(4:4).eq.
'4')
then 43 elseif(lakon(i)(4:5).eq.
'15')
then 45 elseif(lakon(i)(4:4).eq.
'6')
then 47 elseif(lakon(i)(1:2).eq.
'ES')
then 48 read(lakon(i)(8:8),
'(i1)') nope
59 if(dabs(t0(node)-1.2357111317).lt.1.d-10)
then 60 write(*,*)
'*ERROR in checktemp: no initial temperature' 61 write(*,*)
' defined in node ',node
63 elseif(dabs(t1(node)-1.2357111317).lt.1.d-10)
then 64 write(*,*)
'*ERROR in checktemp: no final temperature' 65 write(*,*)
' defined in node ',node