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

Public Member Functions

integer(c_int) function imoab_setdoubletagstoragewithgid (pid, tag_storage_name, num_tag_storage_length, entity_type, tag_storage_data, globalIds)
 

Detailed Description

Definition at line 270 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_setdoubletagstoragewithgid()

integer(c_int) function imoab::iMOAB_SetDoubleTagStorageWithGid::imoab_setdoubletagstoragewithgid ( 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,
real(c_double), dimension(*), intent(in)  tag_storage_data,
integer(c_int), dimension(*), intent(in)  globalIds 
)

Definition at line 270 of file iMOABF.F90.

272  use, intrinsic :: iso_c_binding, only: c_int, c_char, c_double
273  integer(c_int), intent(in) :: pid
274  character(kind=c_char), intent(in) :: tag_storage_name(*)
275  integer(c_int), intent(in) :: num_tag_storage_length
276  integer(c_int), intent(in) :: entity_type
277  real(c_double), intent(in) :: tag_storage_data(*)
278  integer(c_int), intent(in) :: globalIds(*)

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