#include <GAS_Cross.h>

Protected Member Functions | |
| GAS_Cross (const SIM_DataFactory *factory) | |
| virtual | ~GAS_Cross () |
| bool | shouldMultiThread (SIM_RawField *field) const |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
Definition at line 38 of file GAS_Cross.h.
| GAS_Cross::GAS_Cross | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_Cross::~GAS_Cross | ( | ) | [protected, virtual] |
| bool GAS_Cross::shouldMultiThread | ( | SIM_RawField * | field | ) | const [inline, protected] |
Definition at line 46 of file GAS_Cross.h.
| virtual bool GAS_Cross::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Applies this subsolver for a single timestep. Returns true on success
Implements GAS_SubSolver.
1.5.9