Feeds
提问
Multi-grid interpolation to increase convergence speed of partial derivatives
This is my code for modelling the temperature on a plate. I have used an iterative formula to plot the temperature variations ac...
5 years 前 | 0 个回答 | 0
0
个回答提问
How do I vectorize a nested for loop with different sized steps?
Down below is an iterative formula. I have previously defined dx and dy as the resolution. for iy=2:ny-1 for ix=2:nx-1 ...
5 years 前 | 2 个回答 | 0
