From 1b005c0c28a8eade0cae8d9a6ef057948ff8ac6a Mon Sep 17 00:00:00 2001 From: Weston Ortiz Date: Thu, 19 Sep 2024 15:00:57 -0600 Subject: [PATCH] fixup --- include/mm_names.h | 10 ---------- src/mm_fill_stress.c | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/include/mm_names.h b/include/mm_names.h index 9591c28f..ee2a3776 100644 --- a/include/mm_names.h +++ b/include/mm_names.h @@ -4396,16 +4396,6 @@ struct BC_descriptions BC_Desc[] = { {1, 1, 1, 0, 0, 1, 1, 1, 0, 0}, SINGLE_PHASE, DVI_SINGLE_PHASE_DB}, - // {"SHEAR_STRESS_APPLIED", - // "SHEAR_STRESS_APPLIED_BC", - // STRONG_INT_SURF, - // SHEAR_STRESS_APPLIED_BC, - // R_MOMENTUM1, - // SCALAR, - // R_MOM_TANG1, - // {1, 1, 1, 0, 0, 1, 1, 1, 0, 0}, - // SINGLE_PHASE, - // DVI_SINGLE_PHASE_DB}, {"SHEAR_STRESS_APPLIED", "SHEAR_STRESS_APPLIED_BC", WEAK_INT_SURF, diff --git a/src/mm_fill_stress.c b/src/mm_fill_stress.c index d581b7c0..9cb1de71 100644 --- a/src/mm_fill_stress.c +++ b/src/mm_fill_stress.c @@ -7618,7 +7618,7 @@ int assemble_stress_sqrt_conf(dbl tt, /* parameter to vary time integration from SUPG_terms supg_terms; if (supg != 0.) { - supg_tau(&supg_terms, dim, 1e-8, pg_data, dt, TRUE, eqn); + supg_tau(&supg_terms, dim, 1e-14, pg_data, dt, TRUE, eqn); } /* end Petrov-Galerkin addition */ dbl yzbeta_factor = 0.0;