Skip to content

Commit

Permalink
version bumps and changes to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chmerdon committed Aug 29, 2024
1 parent 7a1d980 commit 6d85c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExtendableFEM"
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed"
authors = ["Christian Merdon <[email protected]>"]
version = "0.5.0"
version = "0.6.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down
7 changes: 3 additions & 4 deletions docs/src/pdesolvers_dt.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Several time-dependent examples are available where both options are implemented
and Example205 (Heat equation).


## Extension ExtendableFEMDiffEQExt.jl
## Using SciMLBase.ODEProblem and DifferentialEquations.jl

This extension is automatically loaded when also DifferentialEquations.jl is used. It allows to easily reframe
the ProblemDescription for the spacial differential operator of the PDE
as the right-hand side of an ODE. Here, the ProblemDescription contains
It is possible to reframe the ProblemDescription for the spacial differential operator of the PDE
as the right-hand side of an ODEProblem. Here, the ProblemDescription contains
the right-hand side description of the ODE
```math
\begin{aligned}
Expand Down

0 comments on commit 6d85c39

Please sign in to comment.