일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 참조자
- 알고리즘연습
- Conjugate Gradient
- algorithm #알고리즘 #백준
- TIP
- 프로그래머스
- ppt
- C
- class
- numerical method
- 알고리즘
- 2020.03.16
- rendering pipeline
- 논문
- 백준
- Algorithm
- 독서
- sparse matrix
- Til
- 학습용
- 2020.02.23
- ComputeShader
- graphics
- UNORDERED_MAP
- oprerator
- C++
- game jam
- Overloading
- Implicit method
- stretch force
Archives
- Today
- Total
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.17(토) (0) | 2018.11.18 |
---|---|
2018.11.16(금) (0) | 2018.11.17 |
2018.11.14(수) (0) | 2018.11.15 |
2018.11.13(화) (0) | 2018.11.14 |
2018.11.12(월) (0) | 2018.11.14 |
Comments