Go to the source code of this file.
|
| subroutine | tocart (t, iflg) |
| |
| subroutine | tosphr (t, iflg) |
| |
| subroutine | toaxil (t, iflg) |
| |
| logical function | tcheck (ix, ix2, ident, lumsg) |
| |
| logical function | symmsg (lu, ident, jx, form) |
| |
| logical function | isaxial (t, iflg) |
| |
| logical function | isrhomb (t, iflg) |
| |
| logical function | isisotr (t, iflg) |
| |
| logical function isaxial |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |
| logical function isisotr |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |
| logical function isrhomb |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |
| logical function symmsg |
( |
integer |
lu, |
|
|
character |
ident, |
|
|
integer |
jx, |
|
|
character |
form |
|
) |
| |
| logical function tcheck |
( |
integer |
ix, |
|
|
integer |
ix2, |
|
|
character |
ident, |
|
|
integer |
lumsg |
|
) |
| |
| subroutine toaxil |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |
| subroutine tocart |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |
| subroutine tosphr |
( |
double precision, dimension(3) |
t, |
|
|
integer |
iflg |
|
) |
| |