rschiemann1

Results 3 issues of rschiemann1

As a newcomer to Julia and MTK, I struggled to find tutorials and resources about modelling of large DAEs stemming from semi-discretization PDE systems, where generally PDEs can have a...

I am constructing an ODEProblem with u0 defined as dictionary, see function `build_problem` in below code. When doing so, solving the constructed problem errors with `no method matching oneunit(::Type{Any})`. If...

arrays

The following code (hopes to) implement a discretization of the Laplace equation with Dirichlet BCs on the left and right end of the Interval into 5 grid points, but `discretize`...