/FluidMechanics/Burgers/StaticBurgers/static_notes.txt

http://github.com/xyan075/examples · Plain Text · 16 lines · 10 code · 6 blank · 0 comment · 0 complexity · 2a32f1923e2a2cf8e4e01ff4b3a1e101 MD5 · raw file

  1. For the static nonlinear newton iteration problem, with 4 elements on x(0-->1) with
  2. u(x): u(0)=1, u(1)=0
  3. expected values:
  4. Iteration u2 u3 u4
  5. 0 0 0 0
  6. 1 0.80645 0.53763 0.26882
  7. 2 0.80496 0.56709 0.29368
  8. 3 0.80492 0.56704 0.29369
  9. Exact 0.80531 0.56763 0.29412
  10. *pg. 216, Intermediate Finite Element Method: Fluid Flow and Heat Transfer Applications, Heinrich and Pepper, 1999