section-properties icon indicating copy to clipboard operation
section-properties copied to clipboard

Analysis of an arbitrary cross-section in python using the finite element method.

Results 24 section-properties issues
Sort by recently updated
recently updated
newest added

As promised in the feature list...

enhancement

We are constantly recalculating shape functions and associated values throughout a geometric & warping analysis. Would it be faster just to pre-calculate these on initialisation of the finite element and...

enhancement

Hi Robbie. Have you ever tried to use Numba instead of Numpy? It seens it can speed up everything :) Is it worth it to have a look at?

enhancement
help wanted
good first issue

**Describe the bug** When importing shapes from a clean/well-formed DXF file, only one shape is ever found. **To Reproduce** Steps to reproduce the behaviour: 1. Import shapes with Geometry.from_dxf() 2....

enhancement
help wanted
good first issue

Hello, was wondering if you have any plans on adding export options for mesh files such as .obj, .ply, and .stl formats (used by other libraries like trimesh and pymesh)....

- General clean up of code to maintain style - Major revamp of docs (clarity, pydata theme, RTD -> GH pages)

Support Python 3.12! Currently awaiting `rhino3dm` for full integration.

build

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.12 💅 Cosmetic Output Improvements @​woodruffw💰 replaced the notice annotations with simplified debug messages related to authentication methanism...

dependencies
github_actions

Bumps [poetry](https://github.com/python-poetry/poetry) from 1.7.1 to 1.8.1. Release notes Sourced from poetry's releases. 1.8.1 Fixed Update the minimum required version of packaging (#9031). Handle unexpected responses from servers that do not...

dependencies
python

Bumps [pip](https://github.com/pypa/pip) from 23.3.2 to 24.0. Changelog Sourced from pip's changelog. 24.0 (2024-02-03) Features Retry on HTTP status code 502 ([#11843](https://github.com/pypa/pip/issues/11843) <https://github.com/pypa/pip/issues/11843>_) Automatically use the setuptools PEP 517 build backend...

dependencies
python