J2A2B2
自 2017 起处于活动状态
Followers: 0 Following: 0
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...
7 years 前 | 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...
7 years 前 | 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...
7 years 前 | 2 个回答 | 0