Skip to content

Repository files navigation

Description

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.

Linking to FEBio

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>

Linking to FEBio Studio

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.

Developer notes

This repository uses Git subtree to include the iFSI code. See SUBTREE.md for the developer workflow.

About

Repository for the FEBio-MFEM coupled immersed FSI solver

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages