Loading [MathJax]/extensions/tex2jax.js
Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
imoab::iMOAB_GetVertexID Interface Reference

Public Member Functions

integer(c_int) function imoab_getvertexid (pid, vertices_length, global_vertex_ID)
 

Detailed Description

Definition at line 123 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getvertexid()

integer(c_int) function imoab::iMOAB_GetVertexID::imoab_getvertexid ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  vertices_length,
integer(c_int), dimension(*), intent(out)  global_vertex_ID 
)

Definition at line 123 of file iMOABF.F90.

124  use, intrinsic :: iso_c_binding, only: c_int 125  integer(c_int), intent(in) :: pid 126  integer(c_int), intent(in) :: vertices_length 127  integer(c_int), intent(out) :: global_vertex_ID(*)

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