9.0
general documentation
Loading...
Searching...
No Matches
cs_param_mumps.cpp File Reference
#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_mem.h"
#include "alge/cs_param_mumps.h"
Include dependency graph for cs_param_mumps.cpp:

Functions

cs_param_mumps_tcs_param_mumps_create (void)
 Create and initialize with the default settings a new structure storing a set of parameters used when calling MUMPS.
cs_param_mumps_tcs_param_mumps_copy (const cs_param_mumps_t *mumpsp)
 Copy into a new structure the given 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.

Function Documentation

◆ cs_param_mumps_copy()

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.

Parameters
[in]mumpspset of mumps parameters
Returns
a pointer to a new allocated structure

◆ cs_param_mumps_create()

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.

Returns
a pointer to a new allocated structure

◆ cs_param_mumps_log()

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.

Parameters
[in]namename related to the current SLES
[in]mumpspset of mumps parameters