-
I wonder if it would be useful to add a solver that wraps [Richardson Extrapolation](https://github.com/JuliaMath/Richardson.jl) around another solver. You already have a limited form of this (Rombe…
-
Dear DL4TO team,
This is Terry again, I have 2 more questions regarding the use of DL4TO:
1. I set up the problem class, and then I assign the FDM() as the pde_solver to this problem. After that,…
-
Forward sensitivity speeds are currently held back by the parameter jacobian evaluations, which can be enormously expensive to compute for our problems (lots of parameters) without sparse differentiat…
-
Is there currently a way to extract a boundary mesh from a given Mesh object (similar to the `BoundaryMesh` functionality in FEniCS)? In the best case this would also be possible for the boundary of a…
-
#1723 proposes a new type called `HydrostaticBoussinesqSuperModel` that's intended to be more general than `HydrostaticBoussinesqModel`, because it encapsulates information about the continuous underl…
-
Hi, I just came across this package and it looks pretty neat for the sort of work I'm doing. I see that @luraess is adding some parameters and laws related to ice flow modelling, which I'd be interest…
-
#### __TODO__
- [ ] investigate how other solvers are implemented +++
- [ ] implement a new solver type +
- [ ] add a solver selection to the solver (category ?) ++
- [ ] write interface to existi…
-
My goal is to compute american option prices with discrete dividends on a specific date. The example provided for American options does not indicate how could this be done.
```
# Define the coordi…
-
Hello,
I am attempting to solve a time-dependent packed bed reactor model with MethodOfLines. This model will have a length and time dependence (z, t domains). I am running into trouble during the …
-
First of all, thank you for developing this package, it's a very instructive way to learn about function decomposition methods!
And I do like the way time dependent PDEs can be solved by extending …