Go to the source code of this file.
|
struct ifsh_ms_data * | ifsh_ms_construct (struct UnstructuredGrid *G, const int *p, const double *perm, const double *src, const double *totmob, LocalSolver linsolve) |
|
void | ifsh_ms_destroy (struct ifsh_ms_data *h) |
|
void | ifsh_ms_assemble (const double *src, const double *totmob, struct ifsh_ms_data *h) |
|
void | ifsh_ms_press_flux (struct UnstructuredGrid *G, struct ifsh_ms_data *h, double *cpress, double *fflux) |
|
void ifsh_ms_assemble |
( |
const double * |
src, |
|
|
const double * |
totmob, |
|
|
struct ifsh_ms_data * |
h |
|
) |
| |