#include <GAS_NetFieldBorderExchange.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_FIELD, FieldName) | |
| GET_DATA_FUNC_S (GAS_NAME_TRACKERADDR, TrackerAddress) | |
| GET_DATA_FUNC_I (GAS_NAME_TRACKERPORT, TrackerPort) | |
| GET_DATA_FUNC_S (GAS_NAME_JOBNAME, JobName) | |
| GET_DATA_FUNC_I ("blend", Blend) | |
Protected Member Functions | |
| GAS_NetFieldBorderExchange (const SIM_DataFactory *factory) | |
| virtual | ~GAS_NetFieldBorderExchange () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
Definition at line 30 of file GAS_NetFieldBorderExchange.h.
| GAS_NetFieldBorderExchange::GAS_NetFieldBorderExchange | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_NetFieldBorderExchange::~GAS_NetFieldBorderExchange | ( | ) | [protected, virtual] |
| GAS_NetFieldBorderExchange::GET_DATA_FUNC_I | ( | "blend" | , | |
| Blend | ||||
| ) |
| GAS_NetFieldBorderExchange::GET_DATA_FUNC_I | ( | GAS_NAME_TRACKERPORT | , | |
| TrackerPort | ||||
| ) |
| GAS_NetFieldBorderExchange::GET_DATA_FUNC_S | ( | GAS_NAME_JOBNAME | , | |
| JobName | ||||
| ) |
| GAS_NetFieldBorderExchange::GET_DATA_FUNC_S | ( | GAS_NAME_TRACKERADDR | , | |
| TrackerAddress | ||||
| ) |
| GAS_NetFieldBorderExchange::GET_DATA_FUNC_S | ( | GAS_NAME_FIELD | , | |
| FieldName | ||||
| ) |
| virtual bool GAS_NetFieldBorderExchange::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Moves the fields given by FieldName by the given velocity field. Moves the points given by GeometryName likewise.
Implements GAS_SubSolver.
1.5.9