|
[Fortran] 纯文本查看 复制代码 02 | program Bok 1 ( input , output , tape 10 = input , tape 12 = output , tape 2 , tape 4 , tape 6 , tape 8 ) |
05 | common / Contro / npoin , nelem , nnode , ndofn , ndime , nstre , ntype , ngaus , nprop , nmats , nvfix , nevab , & |
06 | icase , ncase , itemp , iprob , nprob |
07 | common / Lgdata / coord ( 80 , 2 ) , props ( 10 , 5 ) , presc ( 40 , 2 ) , asdis ( 160 ) , eload ( 25 , 16 ) , strin ( 4 , 225 ) , & |
08 | nofix ( 40 ) , ifpre ( 40 , 2 ) , lnods ( 25 , 8 ) , matno ( 25 ) |
09 | common / Work / elcod ( 2 , 8 ) , shape ( 8 ) , deriv ( 2 , 8 ) , dmatx ( 3 , 3 ) , cartd ( 2 , 8 ) , dbmat ( 3 , 16 ) , bmatx ( 3 , 16 ) , & |
10 | smatx ( 3 , 16 , 9 ) , posgp ( 3 ) , weigp ( 3 ) , gpcod ( 2 , 9 ) , neror ( 24 ) |
24 | 905 format ( 1 ho , 5 x , 23 htotal no. of problems = , i 5 ) |
32 | write ( 12 , 915 ) iprob , title |
33 | 915 format ( / / / / / , 6 x , 12 hproblem no. , i 3 , 10 x , 12 a 6 ) |
|
|