#include "cs_defs.h"
#include <assert.h>
#include <float.h>
#include <math.h>
#include <bft_error.h>
#include <bft_mem.h>
#include "cs_base.h"
#include "cs_log.h"
#include "cs_param_mumps.h"
Functions | |
cs_param_mumps_t * | cs_param_mumps_create (void) |
Create and initialize with the default settings a new structure storing a set of parameters used when calling MUMPS. More... | |
cs_param_mumps_t * | cs_param_mumps_copy (const cs_param_mumps_t *mumpsp) |
Copy into a new structure the given set of parameters used when calling MUMPS. More... | |
void | cs_param_mumps_log (const char *name, const cs_param_mumps_t *mumpsp) |
Log the structure storing the set of parameters used with MUMPS. More... | |
cs_param_mumps_t* cs_param_mumps_copy | ( | const cs_param_mumps_t * | mumpsp | ) |
Copy into a new structure the given set of parameters used when calling MUMPS.
[in] | mumpsp | set of mumps parameters |
cs_param_mumps_t* cs_param_mumps_create | ( | void | ) |
Create and initialize with the default settings a new structure storing a set of parameters used when calling MUMPS.
void cs_param_mumps_log | ( | const char * | name, |
const cs_param_mumps_t * | mumpsp | ||
) |
Log the structure storing the set of parameters used with MUMPS.
[in] | name | name related to the current SLES |
[in] | mumpsp | set of mumps parameters |