v0.14.0
MoFEM Modules Manager module

This user module provides a generic interface for combining multiple modules from MoFEM.

gif

Install MoFEM Modules Manager

In order to use MoFEM Modules Manager in MoFEM, first the mgis library needs to be installed on the system. The most straightforward method is to use MoFEM's fork of the Spack package manager.

spack install mofem-modules-manager

To install the Manager with additional modules try:

spack install mofem-modules-manager +mofem-mortar-contact +mofem-multifield-plasticity +mofem-mfront-interface

For the full list of currently supported modules try:

spack info mofem-modules-manager

For a more detailed instructions on installing MoFEM follow this link.

Upon successfull installation one can trigger ctests by executing the following command in the build directory:

ctest -VV

Example dynamic analysis:

gif