|
ergo
|
Public Member Functions | |
| K_joblist_thread_struct (int nBasisFuncsIn, const JK::ExchWeights &CAM_paramsIn) | |
Public Attributes | |
| pthread_t | thread |
| int | nBasisFuncs |
| const IntegralInfo * | integralInfo |
| const JK::ExchWeights & | CAM_params |
| csr_matrix_struct * | K_CSR_shared |
| const csr_matrix_struct * | densCSR |
| int | maxNoOfMonomials |
| int | basisFuncListCount_max |
| ergo_real | threshold |
| const box_struct * | boxList |
| const job_list_entry_K_struct * | jobList_K |
| int | noOfJobs_K_total |
| int | thread_ID |
| int | noOfThreads |
| int | resultCode |
| int | symmetryFlag |
|
inline |
References CAM_params, and nBasisFuncs.
| int K_joblist_thread_struct::basisFuncListCount_max |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| const box_struct* K_joblist_thread_struct::boxList |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| const JK::ExchWeights& K_joblist_thread_struct::CAM_params |
Referenced by execute_joblist_K_thread_func(), and K_joblist_thread_struct().
| const csr_matrix_struct* K_joblist_thread_struct::densCSR |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| const IntegralInfo* K_joblist_thread_struct::integralInfo |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| const job_list_entry_K_struct* K_joblist_thread_struct::jobList_K |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| csr_matrix_struct* K_joblist_thread_struct::K_CSR_shared |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| int K_joblist_thread_struct::maxNoOfMonomials |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| int K_joblist_thread_struct::nBasisFuncs |
Referenced by K_joblist_thread_struct().
| int K_joblist_thread_struct::noOfJobs_K_total |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| int K_joblist_thread_struct::noOfThreads |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| int K_joblist_thread_struct::resultCode |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| int K_joblist_thread_struct::symmetryFlag |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().
| pthread_t K_joblist_thread_struct::thread |
| int K_joblist_thread_struct::thread_ID |
Referenced by execute_joblist_K_thread_func().
| ergo_real K_joblist_thread_struct::threshold |
Referenced by execute_joblist_K_thread_func(), and execute_joblist_K_threaded().