Structure storing additional elements associated with the usage of the Augmented Lagrangian Uzawa (ALU) algorithm. More...
#include <cs_param_saddle.h>
Collaboration diagram for cs_param_saddle_context_alu_t:Public Attributes | |
| double | augmentation_scaling |
| bool | dedicated_init_sles |
| cs_param_sles_t * | init_sles_param |
Structure storing additional elements associated with the usage of the Augmented Lagrangian Uzawa (ALU) algorithm.
| augmentation_scaling |
Value of the scaling coefficient in front of the augmented system. This is only useful when a ALU algorithm is used.
| bool dedicated_init_sles |
| init_sles_param |
The initial transformation of the linear system requires a more accurate resolution. Thus, one adds a dedicated cs_param_sles_t structure for this purpose)