View source: R/flownet_rectangular.R
findiff_sparse_entries_bc_rectangular | R Documentation |
function to get sparse matrix element positions for flow net finite difference boundary conditions (known head, known flow or connected to another domain)
findiff_sparse_entries_bc_rectangular(df)
df |
tibble describing flow problem. Generated by function 'generate_flownet_properties()' |
a list with two fields: 'mat' containing a tibble with sparse row ('row'), column ('col') and values ('val') of finite difference matrix elements related to boundary conditions; and 'lhs' which is a vector with all left-hand side of equation values
df <- flownet_geometry_rectangular() ds <- findiff_sparse_entries_bc_rectangular(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.