Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 2, 2024
1 parent 7c09293 commit 7909558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Misc/DKTS3/DKTS3.supan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ displacement 1 0 -5 3 2 3 6 175 176 177 178 179 180 181 182 183 682 683 684 685
# hdf5recorder 1 Visualisation U1 width 2

step static 1
set ini_step_size 1E0
set ini_step_size 1E-1
set fixed_step_size 1
set symm_mat 1
set sparse_mat 0
Expand Down
2 changes: 1 addition & 1 deletion Material/Material3D/Concrete/NonlinearCDP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int NonlinearCDP::update_trial_status(const vec& t_strain) {
t_para = compute_tension_backbone(kappa_t);
c_para = compute_compression_backbone(kappa_c);

const auto tension_flag = max_stress > datum::eps;
const auto tension_flag = max_stress > 0.;

beta = -one_minus_alpha * c_para(2) / t_para(2) - alpha - 1.;

Expand Down

0 comments on commit 7909558

Please sign in to comment.