fsh.h
Go to the documentation of this file.
Definition: sparse_sys.h:38 Definition: grid.h:98 Definition: flow_bc.h:39 void ifsh_assemble(struct FlowBoundaryConditions *bc, const double *src, const double *Binv, const double *gpress, well_control_t *wctrl, const double *WI, const double *wdp, struct fsh_data *h) void fsh_destroy(struct fsh_data *h) Definition: fsh_common_impl.h:25 void cfsh_assemble(struct FlowBoundaryConditions *bc, const double *src, const double *Binv, const double *Biv, const double *P, const double *gpress, well_control_t *wctrl, const double *WI, const double *BivW, const double *wdp, struct fsh_data *h) Definition: legacy_well.h:61 Definition: fsh.h:72 struct fsh_data * ifsh_construct(struct UnstructuredGrid *G, well_t *W) void fsh_press_flux(struct UnstructuredGrid *G, const double *Binv, const double *gpress, struct fsh_data *h, double *cpress, double *fflux, double *wpress, double *wflux) Definition: legacy_well.h:52 struct fsh_data * cfsh_construct(struct UnstructuredGrid *G, well_t *W) |