In this section we perform two sets of calculations. The first set demonstrates that our support-operators method converges with second-order accuracy for a problem with a material discontinuity and a non-smooth mesh. The second set demonstrates the effectiveness of our preconditioner as a function of mesh skewness. There are three types of meshes used in all of the calculations: orthogonal, random, and Kershaw-squared. Every mesh geometrically models a unit cube, and the outer surface of each mesh conforms exactly to the outer surface of that cube. Each orthogonal mesh is composed of uniform cubic cells having a characteristic length, lc . The random meshes represent randomly distorted orthogonal grids. In particular, each vertex on the mesh interior is randomly relocated within a sphere of radius r0 , where r0 = 0.25lc . These random meshes are both non-smooth and skewed, but these properties are approximately constant independent of the mesh size. The Kershaw-squared meshes are a 3-D variation on the 2-D Kershaw meshes that first appeared in [13]. An example of a 20 x 20 x 20 Kershaw-squared mesh is shown in Fig. 7.
This mesh becomes increasingly non-smooth and skewed as the mesh size is increased.The problem associated with the first set of calculations can be described as follows:
for z [0, 1] , where with a reflective boundary condition at z = 0 , a Marshak vacuum boundary condition at z = 1 , and where D1 = , D2 = , and Q = 1 . We refer to this problem as the two-material problem. The exact solution to the two-material problem is: where This problem is solved in 3-D on a unit cube having the vacuum boundary condition on one side of the cube together with reflecting conditions on the remaining five sides. We have performed several calculations for the two-material problem with meshes of various sizes. Each calculation uses a mesh with an average cell width that is half that of the preceding calculation. The relative L2 intensity error was computed for each calculation. This error is defined as the L2 norm of the difference between the vector of exact cell-center intensities and the vector of computed cell-center intensities divided by the L2 norm of the vector of exact cell-center intensities, i.e., | - |2||2 . The errors are plotted as a function of average cell length in Fig. 8 together with a linear fit to the logarithm of the error as a function of the logarithm of the average cell length. The slope of this linear function is 1.98. Perfect second-order convergence corresponds to a slope of 2.0. Thus our support operators diffusion scheme converges with second-order accuracy for the two-material problem on random meshes.The problem associated with the second set of calculations can be described as follows:
for z [0, 1] , with Marshak vacuum boundary conditions at z = 0 and z = 1 , and where D = , and Q = 1 . We refer to this problem as the homogeneous problem. The homogeneous problem is solved in 3-D on a unit cube by having the vacuum boundary conditions on two opposing sides of the cube with reflecting conditions on the remaining four sides. We have performed calculations for this problem using both random and Kershaw-squared meshes in conjunction with two different solution techniques. The first is to apply row and column scaling to the coefficient matrix and then solve the resulting system using the conjugate-gradient method in conjunction with symmetric successive over-relaxation (SSOR) for preconditioning. We refer to this as the one-level solution technique. The second is to apply row and column scaling to the coefficient matrix and then solve the resulting system using the conjugate-gradient method in conjunction with the low-order 7-point cell-center diffusion scheme for preconditioning. We refer to this as the two-level solution technique. The low-order equations are solved by first applying row and column scaling to the low-order coefficient matrix and then using the conjugate-gradient method in conjunction with SSOR preconditioning. Note that the low-order system is solved once per full-system conjugate gradient iteration. The total conjugate-gradient iterations required for the full system, the maximum iterations required for the low-order system, and the total CPU time is given for each calculation in Table I.Technique | Mesh Type | FS | Max LO | CPU Time |
Iterations | Iterations | (Sec) | ||
One-Level | Random | 97 | - | 143.24 |
Two-Level | Random | 7 | 32 | 61.53 |
One-Level | Kershaw2 | 175 | - | 247.17 |
Two Level | Kershaw2 | 46 | 42 | 352.91 |