Last updated:
0 purchases
hypersolver 0.0.8
hyper(bolic partial differential equations)solver
help(hypersolver) for use info, etc.
—
hypersolver revolves around solving hyperbolic
partial differential equations (PDEs) of the form
∂n/∂t + ∂(fn)/∂x = ∂n/∂t + f ∂n/∂x + n ∂f/∂x = g
where
n is a property of interest,
x is an independent variable of interest,
f is speed n moves along x, and
g lumps sources and sinks
functionally, n(x; t), f(x), and g(n; x)
note, fn is the flux across x
—
contributions to expand functionality are welcome!
e.g. allowing f(x) to be f(n; x) is ~easy
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.