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

Public Member Functions

integer(c_int) function imoab_getpointertovertexbc (pid, vertex_BC_length, local_vertex_ID, boundary_condition_value)
 

Detailed Description

Definition at line 221 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getpointertovertexbc()

integer(c_int) function imoab::iMOAB_GetPointerToVertexBC::imoab_getpointertovertexbc ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  vertex_BC_length,
integer(c_int), intent(in)  local_vertex_ID,
integer(c_int), intent(out)  boundary_condition_value 
)

Definition at line 221 of file iMOABF.F90.

223  use, intrinsic :: iso_c_binding, only: c_int
224  integer(c_int), intent(in) :: pid
225  integer(c_int), intent(in) :: vertex_BC_length
226  integer(c_int), intent(in) :: local_vertex_ID
227  integer(c_int), intent(out) :: boundary_condition_value

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