Go to the source code of this file.
Data Types | |
| type | mumps_ooc_common::io_block |
Modules | |
| module | mumps_ooc_common |
Functions/Subroutines | |
| subroutine | mumps_ooc_convert_2inttobigint (int1, int2, bigint) |
| subroutine | mumps_ooc_convert_bigintto2int (int1, int2, bigint) |
| subroutine | mumps_ooc_init_filetype (typef_l, typef_u, typef_cb, k201, k251, k50, typef_invalid) |
| integer function | mumps_ooc_get_fct_type (fwdorbwd, mtype, k201, k50) |
| subroutine mumps_ooc_convert_2inttobigint | ( | integer | int1, |
| integer | int2, | ||
| integer(8) | bigint ) |
Definition at line 48 of file mumps_ooc_common.F.
| subroutine mumps_ooc_convert_bigintto2int | ( | integer | int1, |
| integer | int2, | ||
| integer(8) | bigint ) |
Definition at line 59 of file mumps_ooc_common.F.
| integer function mumps_ooc_get_fct_type | ( | character(len=1), intent(in) | fwdorbwd, |
| integer, intent(in) | mtype, | ||
| integer, intent(in) | k201, | ||
| integer, intent(in) | k50 ) |
Definition at line 95 of file mumps_ooc_common.F.
| subroutine mumps_ooc_init_filetype | ( | integer, intent(out) | typef_l, |
| integer, intent(out) | typef_u, | ||
| integer, intent(out) | typef_cb, | ||
| integer, intent(in) | k201, | ||
| integer, intent(in) | k251, | ||
| integer, intent(in) | k50, | ||
| integer, intent(in) | typef_invalid ) |
Definition at line 71 of file mumps_ooc_common.F.