8.3
general documentation
cs_saddle_solver_t Struct Reference

#include <cs_saddle_solver.h>

+ Collaboration diagram for cs_saddle_solver_t:

Data Fields

const cs_param_saddle_tparam
 
cs_iter_algo_talgo
 
cs_cdo_system_helper_tsystem_helper
 
bool do_setup
 
cs_sles_tmain_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
 

Field Documentation

◆ algo

◆ context

void* context

◆ do_setup

bool do_setup

◆ main_sles

cs_sles_t* main_sles

◆ n1_dofs_by_elt

int n1_dofs_by_elt

◆ n1_elts

cs_lnum_t n1_elts

◆ n1_scatter_dofs

cs_lnum_t n1_scatter_dofs

◆ n2_dofs_by_elt

int n2_dofs_by_elt

◆ n2_elts

cs_lnum_t n2_elts

◆ n2_scatter_dofs

cs_lnum_t n2_scatter_dofs

◆ n_calls

unsigned n_calls

◆ n_iter_max

unsigned n_iter_max

◆ n_iter_min

unsigned n_iter_min

◆ n_iter_tot

unsigned n_iter_tot

◆ param

const cs_param_saddle_t* param

◆ system_helper

cs_cdo_system_helper_t* system_helper

The documentation for this struct was generated from the following file: