My Project
programmer's documentation
|
Copy rotation structure values to an array. More...
Public Member Functions | |
subroutine | rotation_to_array (r_num, fra) |
Copy rotation structure values to an array.
This may be useful to avoid requiring specific type mappings for MPI or other programming languages.
[in] | r_num | rotation number (0 for none, > 0 otherwise) |
[out] | fra | flat rotation array: axis (1-3), invariant(4-6), omega (7), angle(8) |
subroutine rotation_to_array | ( | integer(c_int), value | r_num, |
real(c_double), dimension(8), intent(out) | fra | ||
) |