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:
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