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

Public Member Functions

integer(c_int) function imoab_applyscalarprojectionweights (pid_intersection, filter_type, solution_weights_identifier, source_solution_tag_name, target_solution_tag_name)
 

Detailed Description

Definition at line 520 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_applyscalarprojectionweights()

integer(c_int) function imoab::iMOAB_ApplyScalarProjectionWeights::imoab_applyscalarprojectionweights ( integer(c_int), intent(in)  pid_intersection,
integer(c_int), intent(in)  filter_type,
character(kind=c_char), dimension(*), intent(in)  solution_weights_identifier,
character(kind=c_char), dimension(*), intent(in)  source_solution_tag_name,
character(kind=c_char), dimension(*), intent(in)  target_solution_tag_name 
)

Definition at line 520 of file iMOABF.F90.

523  use, intrinsic :: iso_c_binding, only: c_int, c_char 524  integer(c_int), intent(in) :: pid_intersection 525  integer(c_int), intent(in) :: filter_type 526  character(kind=c_char), intent(in) :: solution_weights_identifier(*) 527  character(kind=c_char), intent(in) :: source_solution_tag_name(*) 528  character(kind=c_char), intent(in) :: target_solution_tag_name(*)

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