Skip to content
Snippets Groups Projects
Commit 857b9cbe authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Merge pull request #1670 from grubbymoon/HM_axsymmetric

fix the error in HM unconfined test
parents f6f5295e 26a09dcb
No related branches found
No related tags found
No related merge requests found
...@@ -144,8 +144,9 @@ public: ...@@ -144,8 +144,9 @@ public:
// displacement (subscript u) // displacement (subscript u)
_ip_data.emplace_back(*_process_data.material); _ip_data.emplace_back(*_process_data.material);
auto& ip_data = _ip_data[ip]; auto& ip_data = _ip_data[ip];
auto const& sm = shape_matrices_u[ip];
_ip_data[ip].integration_weight = _ip_data[ip].integration_weight =
_integration_method.getWeightedPoint(ip).getWeight() * _integration_method.getWeightedPoint(ip).getWeight() * sm.integralMeasure *
shape_matrices_u[ip].detJ; shape_matrices_u[ip].detJ;
ip_data.b_matrices.resize( ip_data.b_matrices.resize(
kelvin_vector_size, kelvin_vector_size,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment