#include "base/cs_defs.h"
#include <assert.h>
#include "bft/bft_mem.h"
#include "alge/cs_param_sles.h"
#include "base/cs_fp_exception.h"
#include "cdo/cs_equation_param.h"
#include "cdo/cs_equation_system_sles.h"
Macros | |
#define | CS_EQUATION_SYSTEM_SLES_DBG 0 |
Functions | |
void | cs_equation_system_sles_init (int n_eqs, cs_equation_system_param_t *sysp, cs_equation_core_t **blocks) |
Set the SLES associated to a system of equation. |
#define CS_EQUATION_SYSTEM_SLES_DBG 0 |
void cs_equation_system_sles_init | ( | int | n_eqs, |
cs_equation_system_param_t * | sysp, | ||
cs_equation_core_t ** | blocks ) |
Set the SLES associated to a system of equation.
[in] | n_eqs | number of equations in the system to solve |
[in] | sysp | set of paremeters for the system of equations |
[in] | blocks | array of the core members for an equation |