Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Sep 19, 2024
1 parent 11e7dd1 commit 1b005c0
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions include/mm_names.h
Original file line number Diff line number Diff line change
@@ -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,
2 changes: 1 addition & 1 deletion src/mm_fill_stress.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 1b005c0

Please sign in to comment.