PatchPreviewΒΆ

Purpose

The PatchPreview contains general information about a patch of the grid: its location in the interior or exterior PML region, its domain id and isoparametric degree.

Struct members

struct PatchPreview
{
  int id;
  int infinityType;
  int isoparametrics[3];
};
Parameter Description
id domain id of patch
infinityType infinity type of patch. 0 => interior domain, 1 => exterior domain, 2 => interior/exterior interface
isoparametrics isoparametric degree of patch