View source: R/flownet_quadrilateral_old.R View source: R/flownet_quadrilateral.R
matrix_sparse_head_quadrilateral | R Documentation |
Take the geometry and boundary conditions of a flownet problem consisting of connected quadrilateral domains, and returns the matrix and vector of the linear finite difference problem
Take the geometry and boundary conditions of a flownet problem consisting of connected quadrilateral domains, and returns the matrix and vector of the linear finite difference problem
matrix_sparse_head_quadrilateral(df) matrix_sparse_head_quadrilateral(df)
df |
list with tibbles describing the problem, see function 'flownet_geometry_quadrilateral()' for more information |
list with two elements. 'mat' contains a tibble with all sparse matrix elements ('row', 'col', 'val'), and 'lhs' contains a vector with all left-hand side of equation values
list with two elements. 'mat' contains a tibble with all sparse matrix elements ('row', 'col', 'val'), and 'lhs' contains a vector with all left-hand side of equation values
df <- flownet_geometry_quadrilateral() matrix_sparse_head_quadrilateral(df) df <- flownet_geometry_quadrilateral() matrix_sparse_head_quadrilateral(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.