20 #ifndef OPM_FSH_COMMON_IMPL_HEADER_INCLUDED
21 #define OPM_FSH_COMMON_IMPL_HEADER_INCLUDED
56 fsh_impl_allocate_basic(
size_t idata_sz,
size_t ddata_sz);
59 fsh_count_grid_dof(
struct UnstructuredGrid *G,
int *max_ngdof,
size_t *sum_ngdof2);
66 fsh_impose_bc(
int ndof,
72 fsh_define_impl_arrays(
size_t nc,
81 fsh_define_cell_wells(
size_t nc,
well_t *W,
struct fsh_impl *pimpl);
84 fsh_define_linsys_arrays(
struct fsh_data *h);
87 fsh_compute_table_sz(
struct UnstructuredGrid *G,
well_t *W,
int max_ngconn,
88 size_t *nnu,
size_t *idata_sz,
size_t *ddata_sz);
Definition: fsh_common_impl.h:25
Main data structure of hybridized pressure solvers based on Schur complement reductions.
Definition: fsh.h:72
Elemental contributions (from wells) to block system of simultaneous linear equations.
Definition: hybsys.h:129
Basic representation of well topology.
Definition: legacy_well.h:52
Elemental contributions (from cells) to block system of simultaneous linear equations.
Definition: hybsys.h:112