next up previous
Next: Boundary Conditions Up: The (2+1)D Parallel-plate System Previous: Type III: Mixed Mesh


Reduced Computational Complexity and Memory Requirements in the Standard Form of the Waveguide Mesh

The standard form of the waveguide mesh [198] was proposed as a means of solving the (2+1)D wave equation (4.50). We would like to note that it is possible, in this special case, to reduce both computational complexity and memory requirements by taking advantage of the fact that the mesh calculation can be subdivided into two mutually exclusive schemes. We represent this subdivision graphically in Figure 4.22 by coloring the two subgrids white and grey.

Figure 4.22: Grid decomposition for the standard waveguide mesh.
\begin{figure}\begin{center}
\begin{picture}(337.5,337.5)
% graphpaper(0,0)(33...
...}{\footnotesize {$T$}}}}
\end{picture} \vspace{0.2in}
\end{center} \end{figure}

Voltages are calculated at all the junctions, at every time step. However, it should be clear from the figure that the calculation of $ U_{J}$ at a grey-colored junction will only depend on wave variables scattered from the white junctions at the previous time step. We then only need calculate half the junction voltages at any given time step: at the grey junctions at even multiples (say) of the time step, and at white junctions for odd multiples.

We can go further as well--if we have dropped half the junction calculations at any given time step, then we are in fact only using one of the two delay registers in any bidirectional delay line (grey or white in Figure 4.22). Thus only one delay register will be required for any waveguide. In addition, because in calculating the junction voltage at a grey junction (say), we make use only of incoming wave variables, and not the junction voltages at the white junctions, calculated one time step previously, one set of registers may be used at alternating time steps to store both the grey and white voltages.

This amounts to a factor-of-two savings in terms of both memory requirements and the operation count. We are, of course, approximating the solution at only half the mesh points at any time step, but there is no reduction in accuracy, because the separate sub-calculation which has been removed operated completely independently. (It is true, however, that we have sacrificed the higher end of the range of spatial frequencies which can be approximated without aliasing.) One additional advantage is that under this simplification, there will be no need for temporary registers (normally necessary during the scattering operation); at a given time step there is no danger of overwriting an incoming wave variable at a particular junction, because if we have just scattered there, we will not scatter there again for two time steps. The savings in terms of memory is of a factor of $ 14/5$ over the standard mesh implementation, though the reduction in the spatial frequency range should be taken into account. We note that in this implementation, each pass through the main loop in the computer program will contain two time steps worth of scattering operations. Once one has programmed a mesh a few times, the possibility of performing such a computational trick becomes obvious, and for this reason it is rather surprising that it has apparently not been explicitly mentioned in the TLM literature, even in papers specific to parallel computation [170]. We will look at grid decomposition issues in much more detail in Appendix A.

Such memory-sharing ideas also appeared early on in wave digital filters which use unit elements [41] and in WDF-based numerical integration schemes [131]. We note that this idea can be applied here only for the wave equation at CFL; otherwise, if we are using, for example, a type II mesh, we necessarily have unit-delay self-loops at the junctions, so that the mesh calculation can not be similarly decomposed.


next up previous
Next: Boundary Conditions Up: The (2+1)D Parallel-plate System Previous: Type III: Mixed Mesh
Stefan Bilbao 2002-01-22