iMSTK
Interactive Medical Simulation Toolkit
imstkInternalForceModelTypes.h
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #pragma once
8 
9 namespace imstk
10 {
16 enum class FeMethodType
17 {
18  StVK,
19  Corotational,
20  Linear,
21  Invertible
22 };
23 
26 {
27  StVK,
28  NeoHookean,
29  MooneyRivlin,
30  none
31 };
32 } // namespace imstk
Compound Geometry.