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

Public Member Functions

integer(c_int) function imoab_getinttagstorage (pid, tag_storage_name, num_tag_storage_length, entity_type, tag_storage_data)
 

Detailed Description

Definition at line 250 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getinttagstorage()

integer(c_int) function imoab::iMOAB_GetIntTagStorage::imoab_getinttagstorage ( integer(c_int), intent(in)  pid,
character(kind=c_char), dimension(*), intent(in)  tag_storage_name,
integer(c_int), intent(in)  num_tag_storage_length,
integer(c_int), intent(in)  entity_type,
integer(c_int), dimension(*), intent(out)  tag_storage_data 
)

Definition at line 250 of file iMOABF.F90.

252  use, intrinsic :: iso_c_binding, only: c_int, c_char
253  integer(c_int), intent(in) :: pid
254  character(kind=c_char), intent(in) :: tag_storage_name(*)
255  integer(c_int), intent(in) :: num_tag_storage_length
256  integer(c_int), intent(in) :: entity_type
257  integer(c_int), intent(out) :: tag_storage_data(*)

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