JCMFieldBagEvaluateOnPatchΒΆ
Purpose
evaluates a fieldbag in interior domain at given coordinates
Function signature
int JCMFieldBagEvaluateOnPatch(doublecomplex** values, int handle, const double* 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 | 
| 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 |