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...
거의 8년 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 2 | 0

