일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 학습용
- 알고리즘연습
- stretch force
- rendering pipeline
- C
- ue5
- 2020.03.16
- 참조자
- graphics
- 백준
- ComputeShader
- TIP
- ppt
- sparse matrix
- listenserver
- dedicatedserver
- game jam
- 2020.02.23
- 알고리즘
- 프로그래머스
- 논문
- 독서
- UNORDERED_MAP
- Til
- class
- Algorithm
- Overloading
- Conjugate Gradient
- C++
- Implicit method
Archives
- Today
- Total
목록Implicit method (3)
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
2018.11.12(월)
implicit 부분 구현에 어려움을 겪고 있다.sparse matrix에 대한 정확한 이해가 필요할 거같다. 어차피 Conjugate Gradient부분 자체도 구현해야하기 때문에 일단 뒤로 미루고 stretch force부분부터 구현해야겠다.
Today I Learn_TIL
2018. 11. 14. 02:00