photo

J2A2B2


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I implement the midpoint method when solving a pde?
I have one function that uses a for loop to iterate through every timestep to solve my pde and within that for loop I call three...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


What is the most efficient way to find the position in the column of a matrix where the value drops below a given threshold (values are constantly decreasing down the columns)?
I have a large (up to 1000x1000) matrix which is the solution to a pde - the columns are the increments in time and the rows are...

6년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How do I only save my solution every x iterations in a for loop?
I'm solving a PDE and iterating in time in a for loop. However, I don't want to store the solution at every single time step. In...

6년 초과 전 | 답변 수: 2 | 0

2

답변