FreePOOMA
2.4.1
|
Fields know about two domains, a physical and total domain. More...
#include <FieldEnginePatch.h>
Public Member Functions | |
FieldEnginePatch (int patch, Interval< Dim > domain) | |
Public Attributes | |
int | patch_m |
Interval< Dim > | domain_m |
Fields know about two domains, a physical and total domain.
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().