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

Public Member Functions

integer(c_int) function imoab_writemappingweightstofile (pid_intersection, solution_weights_identifier, remap_weights_filename)
 

Detailed Description

Definition at line 483 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_writemappingweightstofile()

integer(c_int) function imoab::iMOAB_WriteMappingWeightsToFile::imoab_writemappingweightstofile ( integer(c_int), intent(in)  pid_intersection,
character(kind=c_char), dimension(*), intent(in)  solution_weights_identifier,
character(kind=c_char), dimension(*), intent(in)  remap_weights_filename 
)

Definition at line 483 of file iMOABF.F90.

485  use, intrinsic :: iso_c_binding, only: c_int, c_char
486  integer(c_int), intent(in) :: pid_intersection
487  character(kind=c_char), intent(in) :: solution_weights_identifier(*)
488  character(kind=c_char), intent(in) :: remap_weights_filename(*)

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