Skip to content

Commit

Permalink
femR package depends on Matrix package.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoclemente committed Nov 5, 2023
1 parent 242a128 commit 3205a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Authors@R: c( person("Eleonora", "Arnone", role = "aut",
Maintainer: Aldo Clemente <[email protected]>
Depends:
R (>= 3.5.0),
plotly, methods
plotly, Matrix, methods
Description: Solving partial differential equations relying on the Finite Element Method.
License: GPL (>= 2)
URL: https://github.com/fdaPDE/femR, https://fdapde.github.io/femR/
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data("unit_square", package="femR")
mesh <- Mesh(unit_square)
## 2. Defining the solution of the PDE
Vh <- FunctionSpace(mesh, fe_order=2)
f <- f <- Function(Vh)
f <- Function(Vh)
## 3. Defining the differential operator
L <- -laplace(f)
## 4. Defining the forcing term and the Dirichlet boundary conditions as standard R functions
Expand Down

0 comments on commit 3205a15

Please sign in to comment.