38 List<
void (Type::*)()>& funcs
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void solveWithArgs(Type &type, List< void(Type::*)()> &funcs)
Main control loop.
bool active_
Solve equations?
virtual void solveIter()=0
Execute one iteration of the solution algorithm.
virtual void preLoop()
Functions to be called before loop.
virtual void postLoop()
Functions to be called after loop.
virtual bool loop()=0
Looper (advances iters, time step).
Calculate the finiteVolume matrix for implicit and explicit sources.
#define forAll(list, i)
Loop across all elements in list.