UltraScan III
List of all members | Public Attributes
work_packet_2d_s Struct Reference

Worker thread task packet. More...

#include "us_worker_2d.h"

Collaboration diagram for work_packet_2d_s:
Collaboration graph
[legend]

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_Soluteisolutes
 input solutes More...
 
QVector< US_Solutecsolutes
 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...
 

Detailed Description

Worker thread task packet.

Definition at line 20 of file us_worker_2d.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: