Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
imoab::iMOAB_LoadMappingWeightsFromFile Interface Reference

Public Member Functions

integer(c_int) function imoab_loadmappingweightsfromfile (pid_intersection, pid_cpl, column_or_row, mtype, solution_weights_identifier, remap_weights_filename)
 

Detailed Description

Definition at line 471 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_loadmappingweightsfromfile()

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 471 of file iMOABF.F90.

474  use, intrinsic :: iso_c_binding, only : c_int, c_char
475  integer(c_int), intent(in) :: pid_intersection
476  integer(c_int), intent(in) :: pid_cpl
477  integer(c_int), intent(in) :: column_or_row
478  integer(c_int), intent(in) :: mtype
479  character(kind=c_char), intent(in) :: solution_weights_identifier(*)
480  character(kind=c_char), intent(in) :: remap_weights_filename(*)

The documentation for this interface was generated from the following file: