8.0
general documentation
cs_equation_system_param_t Struct Reference

Main structure storing the parameter settings. More...

#include <cs_equation_system_param.h>

+ Collaboration diagram for cs_equation_system_param_t:

Data Fields

Generic metadata
char *restrict name
 
int verbosity
 
cs_param_space_scheme_t space_scheme
 
int block_var_dim
 
Linear algebra (SLES)
bool sles_setup_done
 
cs_equation_system_sles_strategy_t sles_strategy
 
cs_param_sles_cvg_t linear_solver_cvg
 

Detailed Description

Main structure storing the parameter settings.

Field Documentation

◆ block_var_dim

block_var_dim

Dimension of the variable in each block

◆ linear_solver_cvg

cs_param_sles_cvg_t linear_solver_cvg

◆ name

name

Name of the system of equations

◆ sles_setup_done

sles_setup_done

Indicator to know if the setup stage has be done

◆ sles_strategy

sles_strategy

Type of strategy used to solve the resulting system

◆ space_scheme

space_scheme

Associated space discretization. One assumes that all blocks share the same space discretization.

◆ verbosity

verbosity

Level of verbosity (quantity of output information)


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