Solution of PDE-system on one grid is done with the Method of Lines
principle
- Space discretization on a 9-point stencil (because of cross-derivatives).
Second-order finite differences.
- Resulting system of DAEs is solved with an implicit time-integrator (BDF2)
with variable stepsizes.
References:
Algorithm 758: VLUGR2: A Vectorizable Adaptive Grid Solver for PDEs in 2D,
J.G. Blom, R.A. Trompert and J.G. Verwer
ACM Trans. Math. Softw., Vol. 22, No. 3, pp. 302-328 (1996).
Download software from ACM TOMS mirrorsites in:
Tennessee,
New Jersey,
Norway,
England,
Australia,
CWI Report
NM-R9403.
VLUGR3: A Vectorizable Adaptive Grid Solver for PDEs in 3D.
I. Algorithmic Aspects and Applications,
J.G. Blom and J.G. Verwer
Appl. Numer. Math., Vol. 16, pp. 129-156 (1994).
CWI Report
NM-R9404.
Back to my home page.