This is a package for solving equations of the form
using the finite volume method over intervals
-
Neumann
:$\dfrac{\partial u(a, t)}{\partial x} = a_0\left(u(a, t), t\right)$ . -
Dirichlet
:$u(a, t) = a_0\left(u(a, t), t\right)$ (this is not an implicit equation for$u(a, t)$ , rather$u(a, t)$ is mapped from$a_0\left(u(a, t), a, t\right)$ .
For examples on how to use it, please see the docs. If you want a more complete two-dimensional version, please see my other package FiniteVolumeMethod.jl.