ODE system solver using dG(q) (time-discontinuous Galerkin w/ Lobatto basis)
Project description
Integrate first-order ODE systems u’(t) = f(u, t).
The main feature of this library is dG(q), i.e. the time-discontinuous Galerkin method using a Lobatto basis (a.k.a. hierarchical polynomial basis).
dG(q) is a very accurate implicit method that often allows using a rather large timestep. Due to its Galerkin nature, it also allows inspecting the behavior of the solution inside the timestep.
Arbitrary q is supported, but often best results are obtained for q=1 or q=2.
Some classical integrators (RK2, RK3, RK4, IMR, BE) are also provided for convenience.
The focus is on arbitrary nonlinear problems; all implicit methods are implemented using fixed-point (Banach/Picard) iteration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pydgq-0.1.1.tar.gz
.
File metadata
- Download URL: pydgq-0.1.1.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362 |
|
MD5 | d5329d629a7d4372166be5db9b515909 |
|
BLAKE2b-256 | 40ab67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882 |