/FluidMechanics/Burgers/StaticBurgers/static_notes.txt
Plain Text | 16 lines | 10 code | 6 blank | 0 comment | 0 complexity | 2a32f1923e2a2cf8e4e01ff4b3a1e101 MD5 | raw file
1For the static nonlinear newton iteration problem, with 4 elements on x(0-->1) with 2 3u(x): u(0)=1, u(1)=0 4 5expected values: 6 7Iteration u2 u3 u4 80 0 0 0 91 0.80645 0.53763 0.26882 102 0.80496 0.56709 0.29368 113 0.80492 0.56704 0.29369 12 13Exact 0.80531 0.56763 0.29412 14 15*pg. 216, Intermediate Finite Element Method: Fluid Flow and Heat Transfer Applications, Heinrich and Pepper, 1999 16