Skip to content

Commit 36bdb82

Browse files
committed
Removes unnecessary import
Removes direct import of `jacobian` and `solve!` from `HyperFEM` namespace. These functions are no longer directly needed in the example code.
1 parent 37a6b19 commit 36bdb82

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Example of a Monolithic implementation for the simulation of Nonlinear ElectroMe
3939

4040
```julia
4141
using HyperFEM
42-
using HyperFEM: jacobian, solve!
4342
using Gridap, GridapGmsh, GridapSolvers, DrWatson
4443
using GridapSolvers.NonlinearSolvers
4544
using Gridap.FESpaces

0 commit comments

Comments
 (0)