Next: Test Problem Results
Up: 1998_09_29
Previous: Diffusion (P1 ) Equation
- Main Matrix System (Asymmetric Method):
- Asymmetric - must use an asymmetric solver like GMRES, BCGS or TFQMR
- Size is
3nc + nb/2
squared
- Maximum of 7 non-zero elements per row
- Main Matrix System (Support Operator Method):
- Symmetric - can use CG to solve
- Size is
3nc + nb/2
squared
- Maximum of 9 non-zero elements per row
- Preconditioner for Krylov Space methods is a
Low-Order Matrix System:
- Assume orthogonal: drop out minor directions in flux terms
- Symmetric - can use standard CG solver
- Size is nc
squared
- Maximum of 5 non-zero elements per row
Michael L. Hall