We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ce74f commit 0da1650Copy full SHA for 0da1650
1 file changed
src/CMakeLists.txt
@@ -16,12 +16,15 @@ list(APPEND MFrontGenericInterface_SOURCES
16
BehaviourDescription.cxx
17
Behaviour.cxx
18
State.cxx
19
+ StateView.cxx
20
BehaviourData.cxx
21
+ BehaviourDataView.cxx
22
MaterialStateManager.cxx
23
MaterialDataManager.cxx
24
Integrate.cxx
25
FiniteStrainSupport.cxx
- Model.cxx)
26
+ Model.cxx
27
+ BehaviourIntegrationFailureAnalyser.cxx)
28
29
if(enable-mgis-function)
30
list(APPEND MFrontGenericInterface_SOURCES
0 commit comments