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

Public Member Functions

integer(c_int) function imoab_loadmapfile (pid_source, pid_target, pid_intersection, src_disc_type, tgt_disc_type, arearead, solution_weights_identifier, remap_weights_filename)
 

Detailed Description

Definition at line 484 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_loadmapfile()

integer(c_int) function imoab::iMOAB_LoadMapFile::imoab_loadmapfile ( integer(c_int), intent(in)  pid_source,
integer(c_int), intent(in)  pid_target,
integer(c_int), intent(in)  pid_intersection,
integer(c_int), intent(in)  src_disc_type,
integer(c_int), intent(in)  tgt_disc_type,
integer(c_int), intent(in)  arearead,
character(kind=c_char), dimension(*), intent(in)  solution_weights_identifier,
character(kind=c_char), dimension(*), intent(in)  remap_weights_filename 
)

Definition at line 484 of file iMOABF.F90.

487  use, intrinsic :: iso_c_binding, only : c_int, c_char
488  integer(c_int), intent(in) :: pid_source
489  integer(c_int), intent(in) :: pid_target
490  integer(c_int), intent(in) :: pid_intersection
491  integer(c_int), intent(in) :: src_disc_type
492  integer(c_int), intent(in) :: tgt_disc_type
493  integer(c_int), intent(in) :: arearead
494  character(kind=c_char), intent(in) :: solution_weights_identifier(*)
495  character(kind=c_char), intent(in) :: remap_weights_filename(*)

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