Simulador 2D del campo electrostático por método de diferencias finitas (Jacobi / Gauss-Seidel).
Project description
campo-estatico-mdf
Solver 2D de Laplace por diferencias finitas (Jacobi/Gauss-Seidel) y cálculo del campo eléctrico. Incluye GUI en Streamlit (multipágina) y, en Fase 4, documentación Sphinx.
Ejecutar GUI (Streamlit)
# activar entorno
source .venv/Scripts/activate # Windows (Git Bash)
# pip install dependencias
pip install -r requirements.txt
# instalar paquete backend en editable
pip install -e .
# correr la app
streamlit run app_streamlit/streamlit_app.py
Páginas
- Simulación: define N, ε, max_iter, método, y contornos. Muestra
V,Ey métricas. - Documentación: enlaza/embebe Sphinx (se publicará en Fase 4). Puedes exportar
DOCS_URLpara mostrarla en la app.
Si ves problemas con el render de quiver en mallas muy grandes, reduce N o sube el
stepde submuestreo.
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 campo_estatico_mdf-1.0.0.tar.gz.
File metadata
- Download URL: campo_estatico_mdf-1.0.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1caf517b2041b97dd64b4cc63208816637e96b7cdc84d603606a375bdc7e6b3
|
|
| MD5 |
00a267ab010a845c9f03989395e19465
|
|
| BLAKE2b-256 |
fdf3ec6a78610d3f77bed15752f870afd3136dca6de57d7f2f92b2220d392f00
|
File details
Details for the file campo_estatico_mdf-1.0.0-py3-none-any.whl.
File metadata
- Download URL: campo_estatico_mdf-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e4b70cd7e52221cce25d106641e33e25ecdda30e071ea6b3788b67d43829093
|
|
| MD5 |
19f54eab99ea16d0bb6724b2722d2879
|
|
| BLAKE2b-256 |
fba22a0f83d6d778a9cf2afd2a06e3731991cf8cb6086cfc043d231efa1e95fd
|