일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 참조자
- 논문
- rendering pipeline
- ue5
- Algorithm
- Overloading
- C
- dedicatedserver
- listenserver
- 백준
- ComputeShader
- class
- ppt
- 독서
- UNORDERED_MAP
- graphics
- Implicit method
- 알고리즘연습
- TIP
- Til
- sparse matrix
- 2020.02.23
- C++
- 2020.03.16
- 학습용
- 알고리즘
- 프로그래머스
- stretch force
- Conjugate Gradient
- game jam
Archives
- Today
- Total
목록explicit method (1)
OSgood의 개발일기
2018.11.15(목)
Stretch force부분을 완성했다. explicit method로만 돌렸을 때 천의 stiffness상수를 너무 크게하면 mesh가 터진다거나 time step을 크게하면 mesh가 터지는 현상이 발생했다. 당연한 결과이기 때문에 당황하지는 않았고 이제 implicit method를 구현하면 될 것 같다. explicit method는 time step을 크게 하면 발산해버리기 때문에 mesh가 터지는 현상이 발생한다. 따라서 implicit method를 주로 이용하게 되는데 이부분의 자세한 내용은 다른 포스팅을 통해 올리도록 하겠다.
Today I Learn_TIL
2018. 11. 15. 23:36