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

Public Member Functions

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

Detailed Description

Definition at line 260 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_setdoubletagstorage()

integer(c_int) function imoab::iMOAB_SetDoubleTagStorage::imoab_setdoubletagstorage ( 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 
)

Definition at line 260 of file iMOABF.F90.

262  use, intrinsic :: iso_c_binding, only: c_int, c_char, c_double
263  integer(c_int), intent(in) :: pid
264  character(kind=c_char), intent(in) :: tag_storage_name(*)
265  integer(c_int), intent(in) :: num_tag_storage_length
266  integer(c_int), intent(in) :: entity_type
267  real(c_double), intent(in) :: tag_storage_data(*)

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