The explicit heat scheme forces tiny time steps because stability needs r below or at 1 over 2.
Circle one: True False
The scheme using a forward time difference and a centred space difference has what order of accuracy?
A student says the explicit heat scheme forces tiny time steps because stability needs r <= 1/2. Is that right?
Circle one: True False
An explicit heat scheme uses time step 0.01 and space step 0.1 with diffusivity 1. What is the mesh ratio r?
Answer: ______________
A student says the backward Euler (implicit) scheme for the heat equation is stable for any step sizes. Is that right?
Circle one: True False
With space step 0.1 and diffusivity 1, what is the largest stable time step for the explicit heat scheme?
One explicit step with r = 0.5 updates the value 4 from neighbours 1 and 2. What is the new value?
Answer: ______________
The scheme uses a forward time difference and a centred space difference. What is its order?
Lee halves dx, keeps dt, and trusts the old stability check. What is wrong?
A student doubles the space step and quarters the time step, claiming r stays fixed. Is that right?
Circle one: True False