galerkin_db: Create FEM matrices
Description
Create FEM matrices
Usage
galerkin_db(FV, P, surface = FALSE)
Value
A list of matrices C and G appearing in sparse SPDE precision
Arguments
- FV
Matrix of faces in triangularization
- P
Matrix of vertex locations in triangularization
- surface
(logical) Will this create the SPDE matrices for a surface
or not?