From 6d85c3917a3ae3622c13d871eeb0d8ade5132a1c Mon Sep 17 00:00:00 2001 From: Christian Merdon Date: Thu, 29 Aug 2024 13:03:05 +0200 Subject: [PATCH] version bumps and changes to doc --- Project.toml | 2 +- docs/src/pdesolvers_dt.md | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 8e7632e8..a7568c07 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExtendableFEM" uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed" authors = ["Christian Merdon "] -version = "0.5.0" +version = "0.6.0" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" diff --git a/docs/src/pdesolvers_dt.md b/docs/src/pdesolvers_dt.md index 6f866e6f..b96879c5 100644 --- a/docs/src/pdesolvers_dt.md +++ b/docs/src/pdesolvers_dt.md @@ -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}