Go to the source code of this file.
◆ cs_user_navsto_sles_solve()
User-defined algorithm to solve a saddle point problem (the system is stored in a hybrid way). Please refer to cs_saddle_system_t structure and cs_saddle_block_precond_t structure definitions.
- Parameters
-
[in] | nslesp | pointer to a cs_navsto_param_sles_t structure |
[in] | ssys | pointer to a cs_saddle_system_t structure |
[in,out] | sbp | Block-preconditioner for the Saddle-point problem |
[in,out] | x1 | array for the first part |
[in,out] | x2 | array for the second part |
[in,out] | ia | pointer to a cs_iter_algo_t structure |
[in] | nslesp | pointer to a cs_navsto_param_sles_t structure |
[in] | ssys | pointer to a cs_saddle_system_t structure |
[in,out] | sbp | Block-preconditioner for the Saddle-point problem |
[in,out] | x1 | array for the first part |
[in,out] | x2 | array for the second part |
[in,out] | algo | pointer to a cs_iter_algo_t structure |