Go to the source code of this file.
|
struct fsh_impl * | fsh_impl_allocate_basic (size_t idata_sz, size_t ddata_sz) |
|
void | fsh_count_grid_dof (struct UnstructuredGrid *G, int *max_ngdof, size_t *sum_ngdof2) |
|
void | fsh_map_bdry_condition (struct FlowBoundaryConditions *fbc, struct fsh_impl *pimpl) |
|
int | fsh_impose_bc (int ndof, int *dof, struct FlowBoundaryConditions *bc, struct fsh_impl *pimpl) |
|
void | fsh_define_impl_arrays (size_t nc, size_t nf, size_t nnu, size_t nhf, size_t max_ncf, well_t *W, struct fsh_impl *pimpl) |
|
void | fsh_define_cell_wells (size_t nc, well_t *W, struct fsh_impl *pimpl) |
|
void | fsh_define_linsys_arrays (struct fsh_data *h) |
|
void | fsh_compute_table_sz (struct UnstructuredGrid *G, well_t *W, int max_ngconn, size_t *nnu, size_t *idata_sz, size_t *ddata_sz) |
|
void fsh_compute_table_sz |
( |
struct UnstructuredGrid * |
G, |
|
|
well_t * |
W, |
|
|
int |
max_ngconn, |
|
|
size_t * |
nnu, |
|
|
size_t * |
idata_sz, |
|
|
size_t * |
ddata_sz |
|
) |
| |
void fsh_count_grid_dof |
( |
struct UnstructuredGrid * |
G, |
|
|
int * |
max_ngdof, |
|
|
size_t * |
sum_ngdof2 |
|
) |
| |
void fsh_define_cell_wells |
( |
size_t |
nc, |
|
|
well_t * |
W, |
|
|
struct fsh_impl * |
pimpl |
|
) |
| |
void fsh_define_impl_arrays |
( |
size_t |
nc, |
|
|
size_t |
nf, |
|
|
size_t |
nnu, |
|
|
size_t |
nhf, |
|
|
size_t |
max_ncf, |
|
|
well_t * |
W, |
|
|
struct fsh_impl * |
pimpl |
|
) |
| |
void fsh_define_linsys_arrays |
( |
struct fsh_data * |
h | ) |
|
struct fsh_impl* fsh_impl_allocate_basic |
( |
size_t |
idata_sz, |
|
|
size_t |
ddata_sz |
|
) |
| |
|