diff --git a/docs/formulation/timoshenko-beam-3d.md b/docs/formulation/timoshenko-beam-3d.md index 0710bfc..540f20b 100644 --- a/docs/formulation/timoshenko-beam-3d.md +++ b/docs/formulation/timoshenko-beam-3d.md @@ -182,8 +182,8 @@ Constitutive matrix를 축·비틀림·굽힘 부분과 전단 부분으로 나 굽힘 mode의 불필요한 전단에너지를 제거한다. `Matrix12`는 `matrix[row][column]`의 12행 12열 고정 크기 저장을 사용한다. 적분은 -각 Gauss point에서 \(\mathbf B^T\mathbf D\mathbf B\)를 대칭 양쪽 entry에 같은 -부동소수점 연산 순서로 누적한다. +각 Gauss point에서 \(\mathbf B^T\mathbf D\mathbf B\)의 상삼각 entry를 고정된 +부동소수점 연산 순서로 누적한 뒤 하삼각에 복사한다. ## 7. 전역 변환