Public Member Functions | |
integer(c_int) function | imoab_loadmesh (pid, filename, read_options, num_ghost_layers) |
Definition at line 56 of file iMOABF.F90.
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