Data Types | |
| type | maprow_struc_t |
Functions/Subroutines | |
| logical function, public | mumps_fmrd_is_maprow_stored (iwhandler) |
| subroutine, public | mumps_fmrd_init (initial_size, info) |
| subroutine, public | mumps_fmrd_save_maprow (iwhandler, inode, ison, nslaves_pere, nfront_pere, nass_pere, lmap, nfs4father, slaves_pere, trow, info) |
| subroutine | mumps_fmrd_store_maprow (iwhandler, maprow_struc, info) |
| subroutine | mumps_fmrd_fill_maprow (maprow_struc, inode, ison, nslaves_pere, nfront_pere, nass_pere, lmap, nfs4father, slaves_pere, trow, info) |
| subroutine, public | mumps_fmrd_free_maprow_struc (iwhandler) |
| subroutine, public | mumps_fmrd_retrieve_maprow (iwhandler, maprow_struc) |
| subroutine, public | mumps_fmrd_end (info1) |
Variables | |
| type(maprow_struc_t), dimension(:), pointer, save | fmrd_array |
| subroutine, public mumps_fac_maprow_data_m::mumps_fmrd_end | ( | integer, intent(in) | info1 | ) |
Definition at line 287 of file fac_maprow_data_m.F.
|
private |
Definition at line 183 of file fac_maprow_data_m.F.
| subroutine, public mumps_fac_maprow_data_m::mumps_fmrd_free_maprow_struc | ( | integer, intent(inout) | iwhandler | ) |
Definition at line 232 of file fac_maprow_data_m.F.
| subroutine, public mumps_fac_maprow_data_m::mumps_fmrd_init | ( | integer, intent(in) | initial_size, |
| integer, dimension(2), intent(inout) | info ) |
Definition at line 63 of file fac_maprow_data_m.F.
| logical function, public mumps_fac_maprow_data_m::mumps_fmrd_is_maprow_stored | ( | integer, intent(in) | iwhandler | ) |
Definition at line 47 of file fac_maprow_data_m.F.
| subroutine, public mumps_fac_maprow_data_m::mumps_fmrd_retrieve_maprow | ( | integer, intent(in) | iwhandler, |
| type (maprow_struc_t), pointer | maprow_struc ) |
Definition at line 266 of file fac_maprow_data_m.F.
| subroutine, public mumps_fac_maprow_data_m::mumps_fmrd_save_maprow | ( | integer, intent(inout) | iwhandler, |
| integer, intent(in) | inode, | ||
| integer, intent(in) | ison, | ||
| integer, intent(in) | nslaves_pere, | ||
| integer, intent(in) | nfront_pere, | ||
| integer, intent(in) | nass_pere, | ||
| integer, intent(in) | lmap, | ||
| integer, intent(in) | nfs4father, | ||
| integer, dimension (max(1,nslaves_pere)), intent(in) | slaves_pere, | ||
| integer, dimension( lmap), intent(in) | trow, | ||
| integer, dimension(2), intent(inout) | info ) |
Definition at line 95 of file fac_maprow_data_m.F.
|
private |
Definition at line 128 of file fac_maprow_data_m.F.
| type (maprow_struc_t), dimension(:), pointer, save mumps_fac_maprow_data_m::fmrd_array |
Definition at line 45 of file fac_maprow_data_m.F.