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

Public Member Functions

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

Detailed Description

Definition at line 282 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getdoubletagstorage()

integer(c_int) function imoab::iMOAB_GetDoubleTagStorage::imoab_getdoubletagstorage ( 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(out)  tag_storage_data 
)

Definition at line 282 of file iMOABF.F90.

284  use, intrinsic :: iso_c_binding, only: c_int, c_char, c_double
285  integer(c_int), intent(in) :: pid
286  character(kind=c_char), intent(in) :: tag_storage_name(*)
287  integer(c_int), intent(in) :: num_tag_storage_length
288  integer(c_int), intent(in) :: entity_type
289  real(c_double), intent(out) :: tag_storage_data(*)

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