#include "cs_defs.h"#include <assert.h>#include <bft_mem.h>#include "cs_equation_param.h"#include "cs_fp_exception.h"#include "cs_param_sles.h"#include "cs_equation_system_sles.h" Include dependency graph for cs_equation_system_sles.c:
 Include dependency graph for cs_equation_system_sles.c:| 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.  More... | |
| #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 |