Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

fedoo

Finite element library FEDOO Logo

About

Fedoo is a free open source Finite Element library developed in Python. It is mainly dedicated for mechanical problems but is easily developpable for other kind of problems (thermal laws already included). One of the main application of fedoo is to simulate the mechanical response of heterogeneous materials. For that purpose, fedoo is part of the 3mah set that also include microgen for the CAD and meshing of heterogeneous materials and simcoon for the non linear material constitutive models in finite strain.

Here are the main features:

  • New A full interactive viewer is now included to improve the results visualization.
  • Entirely written in Python 3
  • Implicit finite element Solver for Static and Dynamics poblems
  • Finite strain constitutive laws based on the simcoon library (simcoon is developped in C++ allowing a fast execution)
  • Geometrical non linearities based on the simcoon library
  • Wide constitutive equation library including composites law, elasto-plastic law, ...
  • Include many types of elements like 2D, 3D, beam, plate, cohesive elements, ...
  • Homogeneisation: Easy application of periodic boundary conditions and fast automatic extraction of mean tangent matrices
  • Embedded results visualization using the powerfull pyvista library
  • Multi-point constraints
  • Easy scripting
  • Good compromise between a reasonable execution time and an open and lisible code. fedoo is not the fastest finite element software and doesn't intend to be, but a particular attention is paid to the computational cost.
  • Contact in 2D and 3D, Self contact
  • And many other....
PyPI package PyPI version
Conda package Conda
Documentation Documentation
License License
Website Website

Documentation

Installation

Installation with conda with recommanded dependencices:

conda install -c conda-forge -c set3mah fedoo

Minimal installation with pip:

pip install fedoo

Installation with pip including recommanded dependencies:

pip install fedoo[all]

In mac OS make sure to use petsc4py (included in the conda package) or scikit-umfpack. To install scikit-umfpack, it is recommanded to use pip (the conda package is outdated):

pip install scikit-umpack>=0.41 

For performance considerations, it is in general strongly recommended to make sure that numpy is correctly installed using a fast implementation of BLAS (MKL for windows or linux or Accelerate for mac OS).

In mac OS, the best way to take the most of MacOs accelerate framework is to install numpy from sources first:

pip install cython pybind11
pip install --no-binary :all: numpy

Also, make sure that the default number of threads is not leading to performance degradations: using explicit number of threads might help, see below for extensive control of threads number.

#Set the number of threads
import os

n_threads = 4
os.environ["OMP_NUM_THREADS"] = f"{n_threads}"
os.environ["OPENBLAS_NUM_THREADS"] = f"{n_threads}"
os.environ["MKL_NUM_THREADS"] = f"{n_threads}"
os.environ["VECLIB_MAXIMUM_THREADS"] = f"{n_threads}"
os.environ["NUMEXPR_NUM_THREADS"] = f"{n_threads}"

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fedoo-1.0.0b2.tar.gz (15.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fedoo-1.0.0b2-py3-none-any.whl (501.2 kB view details)

Uploaded Python 3

File details

Details for the file fedoo-1.0.0b2.tar.gz.

File metadata

  • Download URL: fedoo-1.0.0b2.tar.gz
  • Upload date:
  • Size: 15.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fedoo-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 43b2d35373a7f62d82fa0a3f675cf11cf774546b0402c4e8f66fda6546492bbc
MD5 1ccc65e802bab30c555118546e8f04c0
BLAKE2b-256 7dae3f58a06daf1aef8d6ccdf484edb207ff50de0d344c6f82ce4270d61e09a5

See more details on using hashes here.

File details

Details for the file fedoo-1.0.0b2-py3-none-any.whl.

File metadata

  • Download URL: fedoo-1.0.0b2-py3-none-any.whl
  • Upload date:
  • Size: 501.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fedoo-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 2d8a3355ef1a6df16817623bcbb4634cda93f49e8af12bddfd70287cfbe504ca
MD5 24c0674210243a469055c3b237cec018
BLAKE2b-256 7172c43bf0e5a2a01c48e2418870d3a49d754128f2f32639147e953f2f6f0b6c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0b2 This release

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.4.1

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page