#include <FieldEnginePatch.h>
Public Member Functions | |
FieldEnginePatch (int patch, Interval< Dim > domain) | |
Public Attributes | |
int | patch_m |
Interval< Dim > | domain_m |
To get a patch view of a field, we need to pass the physical domain along, since the engine will typically extend beyond the domain when there are guard cells.
FieldEnginePatch< Dim >::FieldEnginePatch | ( | int | patch, | |
Interval< Dim > | domain | |||
) | [inline] |
int FieldEnginePatch< Dim >::patch_m |
Referenced by FieldEngine< Mesh, T, EngineTag >::FieldEngine().
Interval<Dim> FieldEnginePatch< Dim >::domain_m |
Referenced by FieldEngine< Mesh, T, EngineTag >::FieldEngine().