From 8f26da1c2a2c26cffb7dc2b87d6af51816ec7ba2 Mon Sep 17 00:00:00 2001 From: dcodoni Date: Wed, 22 May 2024 15:43:46 -0700 Subject: [PATCH] Added few lines that were lost during merging. --- Code/Source/svFSI/consts.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 //-------------------