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_ComputeMeshIntersectionOnSphere Interface Reference

Public Member Functions

integer(c_int) function imoab_computemeshintersectiononsphere (pid_source, pid_target, pid_intersection)
 

Detailed Description

Definition at line 454 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_computemeshintersectiononsphere()

integer(c_int) function imoab::iMOAB_ComputeMeshIntersectionOnSphere::imoab_computemeshintersectiononsphere ( integer(c_int), intent(in)  pid_source,
integer(c_int), intent(in)  pid_target,
integer(c_int), intent(in)  pid_intersection 
)

Definition at line 454 of file iMOABF.F90.

456  use, intrinsic :: iso_c_binding, only: c_int, c_double 457  integer(c_int), intent(in) :: pid_source 458  integer(c_int), intent(in) :: pid_target 459  integer(c_int), intent(in) :: pid_intersection

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