H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
Calculates the metric tensor and its inverse for an orthorhombic crystal.
| Language: | FORTRAN |
| Product form: | Source code |
MAP_CRYSTAL_TENSOR3 calculates the metric tensor and its inverse for an orthorhombic crystal structure.
None.
No information supplied.
None.
REAL F(9), G(9), AP, BP, CP
INTEGER I
READ (5,*) AP, BP, CP
CALL MAP_CRYSTAL_TENSOR3(F, G, AP, BP, CP)
WRITE (6,*) (G(I), I=1,9)
WRITE (6,*) (F(I), I=1,9)
STOP
END
0.5 2.0 1.0
0.25 0. 0. 0. 4.00 0. 0. 0. 1.0 4.00 0. 0. 0. 0.25 0. 0. 0. 1.0
Subroutines:
MAP_CRYSTAL_MET3
Utility Subroutines:
MAP_UTIL_INVERS
orthorhombic, metric tensor, inverse
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk