Public Member Functions | |
compute_grid_thread_func_struct (const BasisInfoStruct &bis_) | |
Public Attributes | |
const BasisInfoStruct & | bis |
DensitySpecStruct * | density |
rhoTreeNode * | rhoTreeRootNode |
rhoTreeNode * | rhoTreeRootNodeShells |
GridGenerationParamsStruct | gridGenerationParams |
FILE * | gridFile |
BoxStruct * | startBox |
int | Nx |
int | Ny |
int | Nz |
int | maxNoOfRelevantDistrsPerBox |
pthread_mutex_t * | fileMutex |
pthread_mutex_t * | jobMutex |
pthread_t | thread |
int * | currJobNumber |
int | noOfPoints |
int | noOfWrittenBatches |
ComputeGridResultValuesStruct | resultValues |
int | threadNo |
int | resultCode |
bool | generateSparsePatternOnly |
Dft::SparsePattern * | sparsePattern |
tripleVectorOfInt * | counterArrForPlot |
compute_grid_thread_func_struct::compute_grid_thread_func_struct | ( | const BasisInfoStruct & | bis_ | ) | [inline, explicit] |
pthread_mutex_t* compute_grid_thread_func_struct::fileMutex |
pthread_mutex_t* compute_grid_thread_func_struct::jobMutex |
Dft::SparsePattern* compute_grid_thread_func_struct::sparsePattern |
pthread_t compute_grid_thread_func_struct::thread |