-
We need a way to handle part of the operators implicitly. To reduce the scope of this problem, initially we will only consider:
- linear operators
- on a single field (or where the same stencil is…
-
Hello and thanks for the library!
I am working on an integration of TFF into one of my option trading strategies and trying to figure out several practical aspects, such as IV determination and fin…
-
I was wondering if there's an example implementation of BS implied vol estimation for American options and greeks. This tends to be the more commonly needed example than pricing, since the immediat…
-
Respected sir
i am installing cogenda-Genius-TCAD-Open-4b00ade on my ubuntu 12.04 system
i have gcc 4:4.7.2 installed.
Petsc version 3.3.0 installed.
cgns 3.1.3.4-1
flex 2.5.35-10
bison 2.5
I did th…
-
We, [Melissa](https://melissa.gitlabpages.inria.fr/melissa/#summary), are currently trying to shift from zeromq implementation to Adios2 for leveraging RDMA support. After several issues we faced whe…
-
I am currently implementing a physically constrained neural ordinary differential equation. The application is reaction kinetics so you already know it's going to be a very stiff system. The governing…
-
Hi @fverdugo
I have been taking a look at `DifferentialEquations.jl`, in order to create `ODESolver`s as wrappers of this library solvers.
In our current version of the `GridapTimeStepper` pack…
-
MWE:
````julia
using DifferentialEquations, ModelingToolkit, MethodOfLines, DomainSets
using Zygote
import AbstractDifferentiation as AD
# Method of Manufactured Solutions: exact solution
u_ex…
-
is jitcdde compatible with jax?
-
Hi!
I'm the lead developer over at [MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl), and it's come time for me to implement flux limiters for use when solving Hyperbolic PDEs. In try…