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

Public Member Functions

integer(c_int) function imoab_writemesh (pid, filename, write_options)
 

Detailed Description

Definition at line 99 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_writemesh()

integer(c_int) function imoab::iMOAB_WriteMesh::imoab_writemesh ( integer(c_int), intent(in)  pid,
character(kind=c_char), dimension(*), intent(in)  filename,
character(kind=c_char), dimension(*), intent(in)  write_options 
)

Definition at line 99 of file iMOABF.F90.

100  use, intrinsic :: iso_c_binding, only: c_int, c_char
101  integer(c_int), intent(in) :: pid
102  character(kind=c_char), intent(in) :: filename(*)
103  character(kind=c_char), intent(in) :: write_options(*)

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