Worker thread to do Lamm equation calculations for us_fematch. More...
#include "us_thread_worker.h"
Public Slots | |
void | calc_simulation () |
void | forward_progress (int) |
Signals | |
void | work_progress (int, int) |
void | work_complete (int) |
Public Member Functions | |
ThreadWorker (US_Model &, US_SimulationParameters &, US_DataIO::RawData &, US_Buffer &, int) | |
Private Attributes | |
US_Model & | model |
US_SimulationParameters & | simparams |
US_DataIO::RawData & | simdat |
US_Buffer & | buffer |
int | thrn |
int | dbg_level |
Worker thread to do Lamm equation calculations for us_fematch.
This class is for each of the individual worker threads that do the actual work of FeMatch analysis using a partitioned model.
Definition at line 24 of file us_thread_worker.h.
ThreadWorker::ThreadWorker | ( | US_Model & | a_model, |
US_SimulationParameters & | params, | ||
US_DataIO::RawData & | simda, | ||
US_Buffer & | a_buff, | ||
int | thr | ||
) |
Definition at line 16 of file us_thread_worker.cpp.
|
slot |
Definition at line 28 of file us_thread_worker.cpp.
|
slot |
Definition at line 73 of file us_thread_worker.cpp.
|
signal |
|
signal |
|
private |
Definition at line 44 of file us_thread_worker.h.
|
private |
Definition at line 47 of file us_thread_worker.h.
|
private |
Definition at line 41 of file us_thread_worker.h.
|
private |
Definition at line 43 of file us_thread_worker.h.
|
private |
Definition at line 42 of file us_thread_worker.h.
|
private |
Definition at line 45 of file us_thread_worker.h.