A helper class to retrieve fields given on a Grid.
More...
#include <GridField.hpp>
List of all members.
Public Member Functions
-
GridField (const GridSelector &GS, const FieldSelector &FS, double time, const Fiber::BundlePtr &SpaceTime=Fiber::BundlePtr(NullPtr()))
-
RefPtr< Grid > getGrid () const
-
RefPtr< Field > getField () const
-
operator RefPtr< Grid > () const
-
operator RefPtr< Field > () const
Public Attributes
-
RefPtr< Grid > theGrid
-
RefPtr< Field > theField
Detailed Description
A helper class to retrieve fields given on a Grid.
The Field may reside on another Grid.
- Examples:
-
TransparentColoredSurface.cpp.