Searched refs:expect_final_strain (Results 1 – 3 of 3) sorted by relevance
119 app_ctx->expect_final_strain = -1.; in ProcessCommandLineOptions()120 …ain_energy", "Expect final strain energy close to this value.", NULL, app_ctx->expect_final_strain, in ProcessCommandLineOptions()121 &app_ctx->expect_final_strain, NULL)); in ProcessCommandLineOptions()
240 if (app_ctx->expect_final_strain >= 0.) { in RegressionTests_solids()241 PetscReal energy_ref = app_ctx->expect_final_strain; in RegressionTests_solids()
70 PetscReal expect_final_strain; member