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

Public Member Functions

integer(c_int) function imoab_readheaderinfo (filename, num_global_vertices, num_global_elements, num_dimension, num_parts)
 

Detailed Description

Definition at line 46 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_readheaderinfo()

integer(c_int) function imoab::iMOAB_ReadHeaderInfo::imoab_readheaderinfo ( character(kind=c_char), dimension(*), intent(in)  filename,
integer(c_int), intent(out)  num_global_vertices,
integer(c_int), intent(out)  num_global_elements,
integer(c_int), intent(out)  num_dimension,
integer(c_int), intent(out)  num_parts 
)

Definition at line 46 of file iMOABF.F90.

48  use, intrinsic :: iso_c_binding, only: c_int, c_char
49  character(kind=c_char), intent(in) :: filename(*)
50  integer(c_int), intent(out) :: num_global_vertices
51  integer(c_int), intent(out) :: num_global_elements
52  integer(c_int), intent(out) :: num_dimension
53  integer(c_int), intent(out) :: num_parts

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