This project is an FEBio plugin that aims to couple FEBio with an MFEM-based FSI solver iFSI.
See INSTALL.md for instructions on building the plugin.
To load the plugin into the FEBio solver, please update your febio.xml file to import the plugin library. For example,
<?xml version="1.0" encoding="ISO-8859-1"?>
<febio_config version="3.0">
<default_linear_solver type="pardiso"></default_linear_solver>
<import>/path/to/plugin/library/libFEBioMFEMiFSI."extension"</import>
</febio_config>The plugin can be linked to FEBio Studio via the plugin repository. Click the Plugin Repository button in FEBio Studio, then Load Local Plugin and navigate to your plugin library file.
This repository uses Git subtree to include the iFSI code. See SUBTREE.md for the developer workflow.