Worker thread task packet. More...
#include "us_worker_2d.h"
Public Attributes | |
int | thrn |
thread number (1,...) More... | |
int | taskx |
task index (0,...) More... | |
int | depth |
depth index (0,...) More... | |
int | iter |
iteration index (0,...) More... | |
int | menmcx |
meniscus/monte-carlo index (0,...) More... | |
int | typeref |
refinement-type flag (0,... for UGRID,...) More... | |
int | state |
state flag (0-3 for READY,RUNNING,COMPLETE,ABORTED) More... | |
int | noisf |
noise flag (0-3 for NONE,TI,RI,BOTH) More... | |
double | ll_s |
subgrid lower-limit s More... | |
double | ll_k |
subgrid lower-limit k More... | |
QVector< US_Solute > | isolutes |
input solutes More... | |
QVector< US_Solute > | csolutes |
computed solutes More... | |
QVector< double > | ti_noise |
computed ti noise More... | |
QVector< double > | ri_noise |
computed ri noise More... | |
QList< US_SolveSim::DataSet * > | dsets |
list of data set object pointers More... | |
US_SolveSim::Simulation | sim_vals |
simulation values More... | |
Worker thread task packet.
Definition at line 20 of file us_worker_2d.h.
QVector< US_Solute > work_packet_2d_s::csolutes |
computed solutes
Definition at line 35 of file us_worker_2d.h.
int work_packet_2d_s::depth |
depth index (0,...)
Definition at line 24 of file us_worker_2d.h.
QList< US_SolveSim::DataSet* > work_packet_2d_s::dsets |
list of data set object pointers
Definition at line 39 of file us_worker_2d.h.
QVector< US_Solute > work_packet_2d_s::isolutes |
input solutes
Definition at line 34 of file us_worker_2d.h.
int work_packet_2d_s::iter |
iteration index (0,...)
Definition at line 25 of file us_worker_2d.h.
double work_packet_2d_s::ll_k |
subgrid lower-limit k
Definition at line 32 of file us_worker_2d.h.
double work_packet_2d_s::ll_s |
subgrid lower-limit s
Definition at line 31 of file us_worker_2d.h.
int work_packet_2d_s::menmcx |
meniscus/monte-carlo index (0,...)
Definition at line 26 of file us_worker_2d.h.
int work_packet_2d_s::noisf |
noise flag (0-3 for NONE,TI,RI,BOTH)
Definition at line 29 of file us_worker_2d.h.
QVector< double > work_packet_2d_s::ri_noise |
computed ri noise
Definition at line 37 of file us_worker_2d.h.
US_SolveSim::Simulation work_packet_2d_s::sim_vals |
simulation values
Definition at line 40 of file us_worker_2d.h.
int work_packet_2d_s::state |
state flag (0-3 for READY,RUNNING,COMPLETE,ABORTED)
Definition at line 28 of file us_worker_2d.h.
int work_packet_2d_s::taskx |
task index (0,...)
Definition at line 23 of file us_worker_2d.h.
int work_packet_2d_s::thrn |
thread number (1,...)
Definition at line 22 of file us_worker_2d.h.
QVector< double > work_packet_2d_s::ti_noise |
computed ti noise
Definition at line 36 of file us_worker_2d.h.
int work_packet_2d_s::typeref |
refinement-type flag (0,... for UGRID,...)
Definition at line 27 of file us_worker_2d.h.