JCMFieldBagEvaluateOnExteriorPatchΒΆ

Purpose

evaluates a fieldbag in exterior domain at given coordinates

Function signature

int JCMFieldBagEvaluateOnExteriorPatch(doublecomplex** values, int handle, const doublecomplex* coordinates, int iField, PatchType patchType, int patchIndex)
Parameter in/output Description
values output field value
handle input pinboard handle of fieldbag
coordinates input evaluation point coordinates in exterior PML region
iField input field index
patchType input type of patch where field is evaluated if known. If this is not a valid patch, the patchType is determined from the given coordinates
patchIndex input index of patch where field is evaluated if known. If this is not a valid patch, the patchIndex is determined from the given coordinates