iMSTK
Interactive Medical Simulation Toolkit
Source
DynamicalModels
InternalForceModel
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
25
enum class
HyperElasticMaterialType
26
{
27
StVK,
28
NeoHookean,
29
MooneyRivlin,
30
none
31
};
32
}
// namespace imstk
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
imstk::HyperElasticMaterialType
HyperElasticMaterialType
Definition:
imstkInternalForceModelTypes.h:25
Generated by
1.8.13