PyNite icon indicating copy to clipboard operation
PyNite copied to clipboard

A 3D structural engineering finite element library for Python.

Results 20 PyNite issues
Sort by recently updated
recently updated
newest added

Hi again, I've been running a very large number of load combos in a distributed system, with an early stopping on failure routine. I am having trouble predicting the size...

enhancement

As I understand it, at the moment you can only extract results from quads (and presumably plates) in the quad's local coordinate system. I assume it's a trivial process to...

Currently, I am working with standards that have predefined coordinate systems with the Y-axis pointing upwards. This specific orientation is critical for our analyses and understanding of structural behavior according...

enhancement

During analysis, if the sparse option is on, PyNite performs partitioning of the stiffness matrix on scipy's **lil_matrix()**. This tends to be slow for large models. Noticeable improvement can be...

enhancement

I'm aware that the VTK rendering in the Visualization module is being deprecated, but I've made some changes for my own project that I think dramatically improve the look of...

## Enhancements to Tension/Compression Convergence Checks ### Overview This pull request introduces several key improvements to the structural analysis logic focusing on the tension/compression convergence checks. These changes aim to...

Quad results for skewed plates might be off. I've had trouble transforming local forces to global forces for these elements, and have come to the conclusion the issue might be...

bug
in progress
quads

**Is your feature request related to a problem? Please describe.** PyNiteFEA continues to develop as a great project and I love using it (and teaching others to use it!) I...

**Is your feature request related to a problem? Please describe.** I would like to create a feedstock so that PyNite can be included in the conda-forge repository. I have recently...

**Is your feature request related to a problem? Please describe.** I think type hints are extremely valuable. I've noticed that there could be better type hints in your code. Would...