FreePOOMA  2.4.1
Public Member Functions | Public Attributes
FieldEnginePatch< Dim > Struct Template Reference

Fields know about two domains, a physical and total domain. More...

#include <FieldEnginePatch.h>

List of all members.

Public Member Functions

 FieldEnginePatch (int patch, Interval< Dim > domain)

Public Attributes

int patch_m
Interval< Dim > domain_m

Detailed Description

template<int Dim>
struct FieldEnginePatch< Dim >

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.


Constructor & Destructor Documentation

template<int Dim>
FieldEnginePatch< Dim >::FieldEnginePatch ( int  patch,
Interval< Dim >  domain 
) [inline]

Member Data Documentation

template<int Dim>
int FieldEnginePatch< Dim >::patch_m
template<int Dim>
Interval<Dim> FieldEnginePatch< Dim >::domain_m

The documentation for this struct was generated from the following file: