Public Member Functions | |
integer(c_int) function | imoab_loadmappingweightsfromfile (pid_intersection, pid_cpl, column_or_row, mtype, solution_weights_identifier, remap_weights_filename) |
Definition at line 472 of file iMOABF.F90.
integer(c_int) function imoab::iMOAB_LoadMappingWeightsFromFile::imoab_loadmappingweightsfromfile | ( | integer(c_int), intent(in) | pid_intersection, |
integer(c_int), intent(in) | pid_cpl, | ||
integer(c_int), intent(in) | column_or_row, | ||
integer(c_int), intent(in) | mtype, | ||
character(kind=c_char), dimension(*), intent(in) | solution_weights_identifier, | ||
character(kind=c_char), dimension(*), intent(in) | remap_weights_filename | ||
) |
Definition at line 472 of file iMOABF.F90.
475 use, intrinsic :: iso_c_binding, only : c_int, c_char
476 integer(c_int), intent(in) :: pid_intersection
477 integer(c_int), intent(in) :: pid_cpl
478 integer(c_int), intent(in) :: column_or_row
479 integer(c_int), intent(in) :: mtype
480 character(kind=c_char), intent(in) :: solution_weights_identifier(*)
481 character(kind=c_char), intent(in) :: remap_weights_filename(*)