Skip to content

Commit

Permalink
Added few lines that were lost during merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodoni committed May 22, 2024
1 parent 1b9e4c9 commit 8f26da1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Code/Source/svFSI/consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@ std::ostream& operator<<(typename std::enable_if<std::is_enum<T>::value, std::os
return stream << static_cast<typename std::underlying_type<T>::type>(e);
}

//// Mechanical configurations
enum class MechanicalConfigurationType
{
reference, // reference configuration
old_timestep, // old timestep (n) configuration
new_timestep // new timestep (n+1) configuration
};

//-------------------
// LinearAlgebraType
//-------------------
Expand Down

0 comments on commit 8f26da1

Please sign in to comment.