Scientific computing utilities combining FEM, ANN and tooling
Project description
Davout
Repository to store my workhorses and research-themed park. Github link to the repository and source files: https://github.com/Matheus-Janczkowski/Davout
-
Link to the booklet on installation of a miscelaneous of software: https://www.overleaf.com/read/wbxhncmtnmkm#0eb73b
-
Link to the booklet on python programming: https://www.overleaf.com/read/hcmfzzsrhndj#00fdb1
-
Link to the booklet on writing using LaTeX: https://www.overleaf.com/read/sdrvfrpdjhft#66d6f9
-
Link for the presentation template: https://www.overleaf.com/read/sbgxdphxswmm#6d7d64
Citation
https://doi.org/10.5281/zenodo.18806245
All versions: DOI 10.5281/zenodo.18806244
What does Davout do?
Workhorse for a research project that encompasses finite element analysis, machine learning, and multiscale analysis. Additionally, a set of tools is provided.
This package contains extensive implementation of hyperelastic problems in finite strains using FEniCS and GMSH for mesh generation. A consistent and general purpose implementation of ANN models using tensorflow is also available.
This suite performs and the corresponding module:
- Geometry and mesh generation ---------------------------------------------------------> CuboidGmsh
- Finite element analysis ----------------------------------------------------------------------> MultiMech
- ANN models definition and training ----------------------------------------------------> DeepMech
- Post-processing automation using ParaView ---------------------------------------> GraphUtilities
- Generation of figures, collages, and slides using own graphical tools ----> GraphUtilities
- LaTeX writing and formating using an ensemble of commands -------------> LaTeXUtilities
Philosophy and aims
Davout aims to be a unified software to accompany researchers in computational mechanics. Davout is inspired by a profound love for python and open software.
Davout stands on the shoulders of other massively mighty python packages, such as FEniCS, TensorFlow, GMSH, ParaView, and matplotlib.
Installation using pip
pip install Davout
Installation using installer file
Download the zip file, unzip it and move it to a suitable directory. Open the Davout folder, where setup.py is located. Open this path in terminal (using a virtual environment) and run the following command
python davout_installer.py
Installation using command
Download the repository, unzip the file, put it in a suitable place for you. Activate a python virtual environment (follow instruction in the booklet 1. to create a virtual environment if you don't have one), go into the directory where the files are located through the virtual environment terminal. Then, type in terminal (instead of python you might need to explicitely type in the version, like python3):
python setup.py bdist_wheel sdist
pip install .
To test the installation:
python
import Davout
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 davout-0.1.1.dev115.tar.gz.
File metadata
- Download URL: davout-0.1.1.dev115.tar.gz
- Upload date:
- Size: 782.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f9cdd3d431010a727c51b061a9429f62dd695e45df17b8266627001436752b1
|
|
| MD5 |
2ab8974865be46368850dc2fcc0cadf5
|
|
| BLAKE2b-256 |
557e5cfbd93b26e65425176e0ce90e1d5c3561c86775bda22775693190512cea
|
File details
Details for the file davout-0.1.1.dev115-py3-none-any.whl.
File metadata
- Download URL: davout-0.1.1.dev115-py3-none-any.whl
- Upload date:
- Size: 922.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cc6dd70c1cc27ce77b55f186c9da256feb1c05c094a69ba59884e95204d3a97
|
|
| MD5 |
2d69c16cb862864c46146ee630a08fc1
|
|
| BLAKE2b-256 |
1a69daf2b9feef8a8be8bc54870d55ec95d11dd5ea56f29cdf91ed996a3923df
|