jlperla / continuous_time_methods

MIT License
23 stars 15 forks source link

Simple example of the DiffEqOperators with a univariate diffusion with reflecting boundaries #41

Closed jlperla closed 6 years ago

jlperla commented 6 years ago

Relies on #40 for the basic package.

You will need to get your basic julia workflow working with Juno/etc. Take a look at https://github.com/econtoolkit/julia

From the univariate diffusion, get the discretized operator with the reflecting boundaries, and compare to the matlab versions. We will add automatic tests later.

jlperla commented 6 years ago

If we are working out of the DiffEqOperators repository, we should add the issues there. See https://github.com/JuliaDiffEq/DiffEqOperators.jl/issues/44