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

Public Member Functions

integer(c_int) function imoab_definetagstorage (pid, tag_storage_name, tag_type, components_per_entity, tag_index)
 

Detailed Description

Definition at line 230 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_definetagstorage()

integer(c_int) function imoab::iMOAB_DefineTagStorage::imoab_definetagstorage ( integer(c_int), intent(in)  pid,
character(kind=c_char), dimension(*), intent(in)  tag_storage_name,
integer(c_int), intent(in)  tag_type,
integer(c_int), intent(in)  components_per_entity,
integer(c_int), intent(in)  tag_index 
)

Definition at line 230 of file iMOABF.F90.

232  use, intrinsic :: iso_c_binding, only: c_int, c_char
233  integer(c_int), intent(in) :: pid
234  character(kind=c_char), intent(in) :: tag_storage_name(*)
235  integer(c_int), intent(in) :: tag_type
236  integer(c_int), intent(in) :: components_per_entity
237  integer(c_int), intent(in) :: tag_index

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