Skip to content

Commit

Permalink
Merge branch 'main' into ls_quad_tet
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz authored Sep 10, 2024
2 parents edd27bc + 5d9d589 commit 7751d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mm_fill_solid.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int belly_flop(dbl mu) /* elastic modulus (plane stress case) */
dbl grad_d_dot[DIM][DIM];
dbl d_grad_d_dot[DIM][DIM][DIM][MDE]; /* displacement gradient*/
dbl det2d; /* determinant of 2D deformation gradient tensor */
dbl det2d_old, det2d_dot;
dbl det2d_old, det2d_dot = 0.;
dbl ddet2d_dx[DIM][MDE]; /* sensitivity */
dbl ddet2d_dot_dx[DIM][MDE]; /* sensitivity */
dbl cauchy_green[DIM][DIM]; /* strain tensor without division by determinant, etc. */
Expand Down
1 change: 1 addition & 0 deletions src/util/aprepro_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ extern "C" goma_error aprepro_parse_goma_augc(struct AC_Information *ac, double
SEAMS::Aprepro aprepro;
std::string var = ac->AP_param;
aprepro.add_variable(var, val, true);
aprepro.add_variable("AC_VALUE", ac->CONSTV, true);
std::string filedata = ac->Aprepro_lib_string;
auto result = aprepro.parse_string(filedata);

Expand Down

0 comments on commit 7751d96

Please sign in to comment.