Main data structure of hybridized pressure solvers based on Schur complement reductions. More...
#include <fsh.h>
Public Attributes | |
int | max_ngconn |
Maximum number of connections in any grid cell,
in which | |
size_t | sum_ngconn2 |
Sum of squared number of connections in all grid cells,
. | |
struct CSRMatrix * | A |
Coefficient matrix. | |
double * | b |
System RHS. | |
double * | x |
Solution. | |
struct fsh_impl * | pimpl |
Private implementational details. More... | |
Main data structure of hybridized pressure solvers based on Schur complement reductions.
Mainly intended to present a common view of a Schur complement system of simultaneous linear equations and to hold the solution of said system.
struct fsh_impl* fsh_data::pimpl |
Private implementational details.