FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
FieldLines::AtomicIntegrator< FieldType, LineType, InterpolType > Class Template Reference

Public Member Functions

unsigned long nextStartIndexPerCoarseCall (unsigned long start, unsigned long size)
 
bool extractLocalData (FieldCollection< FieldType, LineType > &CurrentFront, const unsigned index, const double time)
 
bool doEuler (FieldCollection< FieldType, LineType > &lastFront, unsigned index, FieldCollection< FieldType, LineType > &newFront, double time, unsigned integration_width)
 Do a one step integration.
 
bool doDop853 (FieldCollection< FieldType, LineType > &lastFront, unsigned index, FieldCollection< FieldType, LineType > &newFront, double time, unsigned integration_width)
 
bool initDop853 (const int number_of_lines)
 
double getNextTime ()