Tkinter application for solving differential equations.
Project description
diff-eq-solver
An application that uses the finite difference method to solve various types of differential equations, such as the heat equation and wave equation. The solution is written to a table in an Excel file, and the solution is visually displayed on a plot. For time dependent PDEs, the plot is animated.
Installation
pip3 install diffeq-solver-tk
Usage
The GUI can be started with detk. Once you open the solver, choose a differential equation type through the
navigation bar above and enter the parameters for your equation. Clicking "Solve" will run the solving algorithm
for your equation and generate a static plot in the right window. After a solution is prepared, you can export the
solution as an xlsx file by clicking "Export". For partial differential equation types, you can play an animation
in the right window by clicking "Play" and switch back to the static plot by clicking "Show Plot".
diffeq-solver-tk can also be used in the command-line by running detk-cli <diff-eq-type> <infile> <outfile>.
Examples of valid <infile> files are provided in tests/queries. Run detk-cli -h for more info.
Dev Wiki
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file diffeq_solver_tk-0.0.9.tar.gz.
File metadata
- Download URL: diffeq_solver_tk-0.0.9.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0702334e80d9c5bb63b93644f0f371fee0013b774bfac6eaee65dcb7aaa1182b
|
|
| MD5 |
1a09646f445648e4bd085814599042b5
|
|
| BLAKE2b-256 |
743e46a3524638e40ea45ecd0a7dd3e89924385f9b84ad9341d3502b3c806c7e
|
File details
Details for the file diffeq_solver_tk-0.0.9-py3-none-any.whl.
File metadata
- Download URL: diffeq_solver_tk-0.0.9-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7d5f401a8c08334b30ff5cf5f8435e32a70c62da4ce8811883a509192eac33
|
|
| MD5 |
0e2f542d15c02e6a792bc332e751e1b2
|
|
| BLAKE2b-256 |
acdbc9161cdf2100261682876fc719a08e1334764d8c54a3ef1de02fd81eb730
|