ergo
|
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 |
|
inlineexplicit |
const BasisInfoStruct& compute_grid_thread_func_struct::bis |
Referenced by compute_grid_thread_func().
tripleVectorOfInt* compute_grid_thread_func_struct::counterArrForPlot |
Referenced by compute_grid_thread_func().
int* compute_grid_thread_func_struct::currJobNumber |
Referenced by compute_grid_thread_func().
DensitySpecStruct* compute_grid_thread_func_struct::density |
Referenced by compute_grid(), and compute_grid_thread_func().
pthread_mutex_t* compute_grid_thread_func_struct::fileMutex |
Referenced by compute_grid_thread_func().
bool compute_grid_thread_func_struct::generateSparsePatternOnly |
Referenced by compute_grid_thread_func().
FILE* compute_grid_thread_func_struct::gridFile |
Referenced by compute_grid_thread_func().
GridGenerationParamsStruct compute_grid_thread_func_struct::gridGenerationParams |
Referenced by compute_grid_thread_func().
pthread_mutex_t* compute_grid_thread_func_struct::jobMutex |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::maxNoOfRelevantDistrsPerBox |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::noOfPoints |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::noOfWrittenBatches |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::Nx |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::Ny |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::Nz |
Referenced by compute_grid_thread_func().
int compute_grid_thread_func_struct::resultCode |
Referenced by compute_grid_thread_func().
ComputeGridResultValuesStruct compute_grid_thread_func_struct::resultValues |
Referenced by compute_grid_thread_func().
rhoTreeNode* compute_grid_thread_func_struct::rhoTreeRootNode |
Referenced by compute_grid_thread_func().
rhoTreeNode* compute_grid_thread_func_struct::rhoTreeRootNodeShells |
Referenced by compute_grid_thread_func().
Dft::SparsePattern* compute_grid_thread_func_struct::sparsePattern |
Referenced by compute_grid_thread_func().
BoxStruct* compute_grid_thread_func_struct::startBox |
Referenced by compute_grid_thread_func().
pthread_t compute_grid_thread_func_struct::thread |
int compute_grid_thread_func_struct::threadNo |
Referenced by compute_grid_thread_func().