Routines and structure to handle the HPDDM setup. The structure is used as a context structure of a cs_param_sles_t structure.
More...
Go to the source code of this file.
|
| struct | cs_param_hpddm_t |
| | Set of parameters to specify additional options to HPDDM For more advanced settings, one has to use the cs_user_sles_hpddm_hook function. Please also refer to the HPDDM user guide for more details. More...
|
| |
Routines and structure to handle the HPDDM setup. The structure is used as a context structure of a cs_param_sles_t structure.
◆ cs_param_hpddm_copy()
Copy into a new structure the given set of parameters used when calling HPDDM.
- Parameters
-
| [in] | hpddmp | set of hpddm parameters |
- Returns
- a pointer to a new allocated structure
◆ cs_param_hpddm_create()
Create and initialize with the default settings a new structure storing a set of parameters used when calling HPDDM.
- Returns
- a pointer to a new allocated structure
◆ cs_param_hpddm_log()
Log the structure storing the set of parameters used with HPDDM.
- Parameters
-
| [in] | name | name related to the current SLES |
| [in] | hpddmp | set of hpddm parameters |