#include "base/cs_defs.h"#include <assert.h>#include <float.h>#include <math.h>#include "bft/bft_error.h"#include "base/cs_base.h"#include "base/cs_log.h"#include "base/cs_math.h"#include "base/cs_mem.h"#include "alge/cs_param_hpddm.h"
Include dependency graph for cs_param_hpddm.cpp:Functions | |
| cs_param_hpddm_t * | cs_param_hpddm_create (void) |
| Create and initialize with the default settings a new structure storing a set of parameters used when calling HPDDM. More... | |
| cs_param_hpddm_t * | cs_param_hpddm_copy (const cs_param_hpddm_t *hpddmp) |
| Copy into a new structure the given set of parameters used when calling HPDDM. More... | |
| void | cs_param_hpddm_log (const char *name, const cs_param_hpddm_t *hpddmp) |
| Log the structure storing the set of parameters used with HPDDM. More... | |
| cs_param_hpddm_t * cs_param_hpddm_copy | ( | const cs_param_hpddm_t * | hpddmp | ) |
Copy into a new structure the given set of parameters used when calling HPDDM.
| [in] | hpddmp | set of hpddm parameters |
| cs_param_hpddm_t * cs_param_hpddm_create | ( | void | ) |
Create and initialize with the default settings a new structure storing a set of parameters used when calling HPDDM.
| void cs_param_hpddm_log | ( | const char * | name, |
| const cs_param_hpddm_t * | hpddmp | ||
| ) |
Log the structure storing the set of parameters used with HPDDM.
| [in] | name | name related to the current SLES |
| [in] | hpddmp | set of hpddm parameters |