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

Public Member Functions

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

Detailed Description

Definition at line 240 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_setinttagstorage()

integer(c_int) function imoab::iMOAB_SetIntTagStorage::imoab_setinttagstorage ( 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(in)  tag_storage_data 
)

Definition at line 240 of file iMOABF.F90.

242  use, intrinsic :: iso_c_binding, only: c_int, c_char
243  integer(c_int), intent(in) :: pid
244  character(kind=c_char), intent(in) :: tag_storage_name(*)
245  integer(c_int), intent(in) :: num_tag_storage_length
246  integer(c_int), intent(in) :: entity_type
247  integer(c_int), intent(in) :: tag_storage_data(*)

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