H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.
Calculates the metric tensor for a cubic crystal structure.
| Language: | FORTRAN |
| Product form: | Source code |
The tensor is stored in a nine element array. The first, fifth and ninth elements are set to AP2, the rest to zero.
None.
No information supplied.
None.
REAL AP, G(9)
INTEGER I
READ (5,*) AP
CALL MAP_CRYSTAL_MET1(G,AP)
WRITE (6,1) (G(I), I=1,9)
1 FORMAT(5X, 3F8.4)
STOP
END
2.0
4.0000 0.0000 0.0000 0.0000 4.0000 0.0000 0.0000 0.0000 4.0000
None.
cubic, metric tensor
MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.
MAP Website administration / map@msm.cam.ac.uk