We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c26f8a commit f15839fCopy full SHA for f15839f
test/CMakeLists.txt
@@ -13,10 +13,10 @@ endif()
13
message(STATUS "Will use ${FANS_N_MPI_PROCESSES} processes for MPI test cases.")
14
15
set(FANS_TEST_CASES
16
- LinearThermalIsotropic
17
- LinearElasticIsotropic
18
- PseudoPlasticLinearHardening
19
- VonMisesPlasticLinearIsotropicHardening
+ J2PLasticity
+ LinearElastic
+ LinearThermal
+ PseudoPlastic
20
)
21
22
list(LENGTH FANS_TEST_CASES N_TESTS)
0 commit comments