Installation

Installation using conda with recommanded dependencies:

$ conda install -c conda-forge -c set3mah fedoo

Minimal installation with pip:

$ pip install fedoo

Full installation with pip with all dependencies:

$ pip install fedoo[all]

The required dependencies that are automatically installed with fedoo are:

In addition, the conda package also includes some recommanded dependencies:

  • Simcoon brings a lot of features (finite strain, non-linear constitutive laws, …). Simcoon can be installed using conda or pip.

  • PyVista for results visulisation and mesh utils.

  • An efficient sparse matrix solver (pypardiso or petsc4py) depending on the processor as described below.

It is highly recommanded to also install a fast direct sparse matrix solver to improve performances:

To be able to launch the fedoo viewer, the module pyvistaqt is also required.

As mentioned earlier, a lot of features (finite strain, non-linear constitutive laws, …) requires the installation of simcoon. Simcoon can be installed from pip or conda. To install simcoon using conda:

$ conda install -c conda-forge -c set3mah simcoon