BG_Flood
0.1
Documentation (Work-in-progress)
|
Functions | |
def | CreateCoProcessor () |
def | RequestDataDescription (datadescription) |
def | DoCoProcessing (datadescription) |
Variables | |
bool | writeVtkOutput = False |
int | outputFrequency = 0 |
float | outputTimeInterval = 1.0 |
string | fieldName = "hh" |
float | lastOutputTime = 0.0 |
def | coprocessor = CreateCoProcessor() |
Pipeline | |
def coproc.CreateCoProcessor | ( | ) |
def coproc.DoCoProcessing | ( | datadescription | ) |
def coproc.RequestDataDescription | ( | datadescription | ) |
def coproc.coprocessor = CreateCoProcessor() |
string coproc.fieldName = "hh" |
float coproc.lastOutputTime = 0.0 |
int coproc.outputFrequency = 0 |
float coproc.outputTimeInterval = 1.0 |
coproc.Pipeline |
bool coproc.writeVtkOutput = False |