Skip to content

Commit

Permalink
slvr_sgs comment abut total deformation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Jan 17, 2024
1 parent 20d5b3b commit d53ff5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmpdata++/formulae/stress_formulae.hpp
Expand Up @@ -138,7 +138,7 @@ namespace libmpdataxx
rhs[2](ijk) += coeff * (drv[2](ijk) + drv[5](ijk) + drv[8](ijk));
}

// Total deformation
// Total deformation (divided by 2?)
// 2D version
template <int nd, class arrvec_t, class ijk_t>
inline auto calc_tdef_sq(
Expand Down Expand Up @@ -362,7 +362,7 @@ namespace libmpdataxx
);
}

// Total deformation
// Total deformation (divided by 2?)
// 2D version
template <int nd, class arrvec_t, class ijk_t>
inline auto calc_tdef_sq_cmpct(
Expand Down

0 comments on commit d53ff5e

Please sign in to comment.