Skip to content

Commit d6c843c

Browse files
committed
From IGNORE_UNDRAINED to GEO_DRAINAGE_TYPE in benchmark.
1 parent c2c37d1 commit d6c843c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/GeoMechanicsApplication/benchmarks/upw_diff_order_element_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ std::shared_ptr<Properties> CreatePropertiesForUPwDiffOrderElementBenchmark()
4242
p_properties->SetValue(BIOT_COEFFICIENT, 1.000000e+00);
4343
p_properties->SetValue(RETENTION_LAW, "SaturatedLaw");
4444
p_properties->SetValue(SATURATED_SATURATION, 1.000000e+00);
45-
p_properties->SetValue(IGNORE_UNDRAINED, false);
45+
p_properties->SetValue(GEO_DRAINAGE_TYPE, "FULLY_COUPLED");
4646

4747
return p_properties;
4848
}

0 commit comments

Comments
 (0)