List of all members.
Public Member Functions
- 
GridOperator (RefPtr< Bundle > myBundleP=MemCore::NullPtr())
 - 
RefPtr< Grid > getPreparedGrid (const RefPtr< Grid > &EmitterGrid, unsigned long steps_estimate=500)
 - 
RefPtr< Grid > advanceGrid (const RefPtr< Grid > &gridP)
 - 
RefPtr< Grid > refineGrid (const RefPtr< Grid > &gridP)
 - 
void storeGrid (const std::string &grid_name, const RefPtr< Grid > &gridP, double time)
 - 
void finalizeGrid (const std::string &grid_name, const RefPtr< Grid > &gridP, double slice)
 - 
unsigned getIntegrationSize (const RefPtr< Grid > &gridP)
 - 
RefPtr< Bundle > getBundle ()
 
template<class FieldType, typename LineType>
 class FieldLines::GridOperator< FieldType, LineType >