diff --git a/Code/Source/svFSI/consts.h b/Code/Source/svFSI/consts.h index 61204539..8d7e9720 100644 --- a/Code/Source/svFSI/consts.h +++ b/Code/Source/svFSI/consts.h @@ -467,6 +467,14 @@ std::ostream& operator<<(typename std::enable_if::value, std::os return stream << static_cast::type>(e); } +//// Mechanical configurations +enum class MechanicalConfigurationType +{ + reference, // reference configuration + old_timestep, // old timestep (n) configuration + new_timestep // new timestep (n+1) configuration +}; + //------------------- // LinearAlgebraType //-------------------