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

Public Member Functions

integer(c_int) function imoab_createelements (pid, num_elem, type, num_nodes_per_element, connectivity, block_ID)
 

Detailed Description

Definition at line 72 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_createelements()

integer(c_int) function imoab::iMOAB_CreateElements::imoab_createelements ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  num_elem,
integer(c_int), intent(in)  type,
integer(c_int), intent(in)  num_nodes_per_element,
integer(c_int), dimension(*), intent(in)  connectivity,
integer(c_int), intent(in)  block_ID 
)

Definition at line 72 of file iMOABF.F90.

74  use, intrinsic :: iso_c_binding, only: c_int
75  integer(c_int), intent(in) :: pid
76  integer(c_int), intent(in) :: num_elem
77  integer(c_int), intent(in) :: type
78  integer(c_int), intent(in) :: num_nodes_per_element
79  integer(c_int), intent(in) :: connectivity(*)
80  integer(c_int), intent(in) :: block_ID

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