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

Public Member Functions

integer(c_int) function imoab_loadmesh (pid, filename, read_options, num_ghost_layers)
 

Detailed Description

Definition at line 56 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_loadmesh()

integer(c_int) function imoab::iMOAB_LoadMesh::imoab_loadmesh ( integer(c_int), intent(in)  pid,
character(kind=c_char), dimension(*), intent(in)  filename,
character(kind=c_char), dimension(*), intent(in)  read_options,
integer(c_int), intent(in)  num_ghost_layers 
)

Definition at line 56 of file iMOABF.F90.

57  use, intrinsic :: iso_c_binding, only: c_int, c_char
58  integer(c_int), intent(in) :: pid
59  character(kind=c_char), intent(in) :: filename(*)
60  character(kind=c_char), intent(in) :: read_options(*)
61  integer(c_int), intent(in) :: num_ghost_layers

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