#include <cs_saddle_solver.h>
Data Fields | |
const cs_param_saddle_t * | param |
cs_iter_algo_t * | algo |
cs_cdo_system_helper_t * | system_helper |
bool | do_setup |
cs_sles_t * | main_sles |
cs_lnum_t | n1_elts |
int | n1_dofs_by_elt |
cs_lnum_t | n2_elts |
int | n2_dofs_by_elt |
cs_lnum_t | n1_scatter_dofs |
cs_lnum_t | n2_scatter_dofs |
void * | context |
unsigned | n_calls |
unsigned | n_iter_min |
unsigned | n_iter_max |
unsigned | n_iter_tot |
cs_iter_algo_t* algo |
void* context |
bool do_setup |
cs_sles_t* main_sles |
int n1_dofs_by_elt |
cs_lnum_t n1_elts |
cs_lnum_t n1_scatter_dofs |
int n2_dofs_by_elt |
cs_lnum_t n2_elts |
cs_lnum_t n2_scatter_dofs |
unsigned n_calls |
unsigned n_iter_max |
unsigned n_iter_min |
unsigned n_iter_tot |
const cs_param_saddle_t* param |
cs_cdo_system_helper_t* system_helper |