Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
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 519 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 519 of file iMOABF.F90.

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

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