pymech
pymech copied to clipboard
A Python software suite for Nek5000 and SIMSON
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.2.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.282...v0.4.3)
Hey guys, (probably this is not the best to post this) I have a 3d field and I need to plot the evolution of the boundary layer thickness along x....
The "PSTAT" module of the KTH framework requires some specialized output, specifically positionsof the interpolated mesh. These are now some scripts adapted from pymech functions. Those can be generalized and...
This is a working draft following guidelines: https://joss.readthedocs.io/en/latest/submitting.html ## Internal review prior to submission ### General checks - [x] **Repository:** Is the source code for this software available at the...
- [ ] clever enough ``` docs/simsonsuite.rst 19:readdns() is clever enough to figure out the rest. 32:readplane() is clever enough to figure out the rest. docs/neksuite.rst 19:readnek() is clever enough...
- Investigate upstream use of `FrozenDict` and `__slots__` in store class. - Main bottleneck: Improve / find alternative to `combine_by_coords` function to combine elements
Hello, I have experienced an error when loading a Nek5000 output file with a mesh created from GMSH. A similar case with a mesh from genbox works flowlessly. when running...