Skip to content

buzztone/fea_structural_analysis

Repository files navigation

FEA Structural Analysis

A Python application for finite element analysis in structural engineering.

Installation

# Install from PyPI
pip install fea-structural-analysis

# Install for development
git clone https://github.com/yourusername/fea-structural-analysis.git
cd fea-structural-analysis
pip install -e ".[dev]"

Usage

GUI Mode

fea-analysis --gui

Command Line Mode

fea-analysis --input input_file.json --output results/

Development

Setup Development Environment

make dev-install
make pre-commit-install

Run Tests

make test

Code Quality

make lint
make format

Build Package

make build

License

See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published