PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::FeInterpolateResult Struct Reference

Result of a finite-elements interpolation call. More...

#include <interface.hpp>

Public Attributes

std::vector< fp_ttargetValues
 Interpolated scalar value per target point.
 
std::vector< int_ttargetStatus
 TransferStatus code per target point (same underlying int_t as TransferStatus enum).
 

Detailed Description

Result of a finite-elements interpolation call.

Definition at line 34 of file interface.hpp.

Member Data Documentation

◆ targetStatus

std::vector<int_t> PACMAN::FeInterpolateResult::targetStatus

TransferStatus code per target point (same underlying int_t as TransferStatus enum).

Definition at line 38 of file interface.hpp.

Referenced by pacman_fe_interpolate_c().

◆ targetValues

std::vector<fp_t> PACMAN::FeInterpolateResult::targetValues

Interpolated scalar value per target point.

Definition at line 36 of file interface.hpp.

Referenced by pacman_fe_interpolate_c().


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