next up previous
Next: MD-passivity Up: Coordinate Changes in Higher Previous: Coordinate Changes in Higher


Embeddings

In order to obtain a standard rectilinear grid in higher dimensions, it is possible to proceed in the same fashion, but it is in fact more convenient to extend the class of coordinate transformations so as to embed the problem domain in a higher dimensional space. In [62], the following generalization of (3.15) has been put forth:
$\displaystyle \begin{eqnarray}{\bf u} &=& {\bf V}^{-1}{\bf Ht}\\ \mathbf{t}&=&\mathbf{H}^{-R}{\bf Vu} \end{eqnarray}$ (3.20a)

Here, $ {\bf u}$ is still the $ n+1$-dimensional vector $ [x_{1},\hdots, x_{n},t]^{T}$, but $ {\bf t}$ is $ k$-dimensional, with $ k\geq n+1$. $ {\bf H}$ must be chosen such that the elements in its bottom row are positive. $ \mathbf{H}^{-R}$ is a $ k\times (n+1)$ right pseudo-inverse [92] of $ \mathbf{H}$--in order to satisfy a generalization of the first of conditions (3.14), it must be chosen so that the elements in its rightmost column are all positive. For example, for a (2+1)D problem with $ \mathbf{u}=[x,y,t]^{T}$, in order to generate a rectilinear grid, the following choice is usually made:

$\displaystyle \mathbf{H} = \begin{bmatrix}1&0&\!\!-1&0&0\\ 0&1&0&\!\!-1&0\\ 1&1&1&1&1 \end{bmatrix}$ (3.21)

$ {\bf H}$ projects five-dimensional coordinates $ \mathbf{t} = [t_{1},t_{2},t_{3},t_{4},t_{5}]^{T}$ back to the three-dimensional space of $ {\bf u}$. One choice [62] for this right pseudo-inverse is

$\displaystyle \mathbf{H}^{-R}=\frac{1}{2}\mathbf{H}^{T}$   $\displaystyle \mbox{{\rm diag(1,1,$\frac{2}{5}$)}}$ (3.22)

Uniform sampling in the $ {\bf t}$ coordinates, with step sizes of $ T_{j} = \Delta$, $ j=1,\hdots,5$ yields the standard rectangular grid shown in Figure 3.2(b), which is a pattern equivalent to what one would get by sampling uniformly (see comment below) in the $ (x,y,v_{0}t)$ coordinates, with a spacing of $ \Delta$ in all three untransformed variables. It should be clear that to every grid point in the $ {\bf u}$ coordinates corresponds a two-parameter family of points in the $ {\bf t}$ coordinates; this fact will not influence the resulting difference schemes. This embedding of the problem domain in a higher dimensional space is simply a means to an end; in particular, we will not be solving a system numerically over a higher-dimensional grid (which would be computationally infeasible). The new coordinate directions are chosen so that they define a grid, and they will also serve as directions of energy flow for the MD circuit elements which we will define presently. In effect, the total energy flow in a physical system is broken up among these new coordinate directions; it will sometimes be true (as in the case of a rectilinear grid in (2+1)D) that energy can approach a particular grid location from a number of neighbors which is greater than the dimensionality of the problem (for the (2+1)D parallel-plate problem on a rectilinear grid, at least four: north, south, east and west). We will take a closer a look at this particular transformation, its suitability for calculation on a rectilinear grid in §3.8.

In (3+1)D, in order to obtain a standard rectilinear sampling pattern, Nitsche has proposed seven-dimensional coordinates [62] defined by

$\displaystyle \mathbf{H} = \begin{bmatrix}1&0&0&\!\!-1&0&0&0\\ 0&1&0&0&\!\!-1&0&0\\ 0&0&1&0&0&\!\!-1&0\\ 1&1&1&1&1&1&1\\ \end{bmatrix}$ (3.23)

It is easy to verify that shifts of distance $ \Delta$ along the coordinates $ t_{j}$, $ j=1,\hdots,6$ correspond to shifts of $ \Delta$ along the positive and negative $ x$, $ y$, $ z$, $ -x$, $ -y$ and $ -z$ directions accompanied by a shift of $ T = \Delta/v_{0}$ in the time direction. We will make of this coordinate transformation when developing scattering methods for Maxwell's Equations (see §4.10.6) and for the system describing elastic solid dynamics (see §5.6).

The embedding technique has some tricky aspects. We will make some comments here, in order to complement the information provided in [62]. The two relationships given in (3.21) are not equivalent for general rectangular matrices $ {\bf H}$. (3.21a) serves to define t, but the definition of directional derivatives in the $ {\bf t}$ coordinates will be given by

$\displaystyle {\bf\nabla_{t}} = {\bf H}^{T}{\bf V}^{-1}{\bf\nabla_{u}}$ (3.24)

and depends only on $ {\bf H}$. The question of how sampling in the new coordinates is to be carried out is not well-addressed in the literature. Suppose, for example, that we wish to use embedding (3.22). Grid definition proceeds by letting $ {\bf t} = \Delta [n_{1}, n_{2}, n_{3}, n_{4}, n_{5}]^{T}$, where $ n_{j}$, $ j=1,\hdots,5$ are integers. Clearly, then, using (3.21a), grid points in the original coordinates are given by $ {\bf u} = [\Delta(n_{1}-n_{3}), \Delta (n_{2}-n_{4}), \frac{\Delta}{v_{0}}(n_{1}+n_{2}+n_{3}+n_{4}+n_{5})]^{T}$, and thus any point of the form $ {\bf u} = [\Delta m_{1}, \Delta m_{2}, \frac{\Delta}{v_{0}}m_{3}]^{T}$, for integer $ m_{1}$, $ m_{2}$ and $ m_{3}$ is in the range of $ {\bf V}^{-1}{\bf H}$ for some choice of the $ n_{j}$. This defines the rectilinear grid in the untransformed coordinates. Note, however, that not all of these points can be mapped back to some $ {\bf t}$ with $ {\bf t} = \Delta [n_{1}, n_{2}, n_{3}, n_{4}, n_{5}]^{T}$ under (3.21b). This is worthy of note, but will not influence the numerical methods which will depend on discretizing directional derivatives in the $ {\bf t}$ coordinates, which, as mentioned above, are defined in terms of $ {\bf H}$ and not $ {\bf H}^{-R}$. We remark that the inverse relationship for (3.25) will be given by

$\displaystyle {\bf\nabla_{u}} = {\bf V}{\bf H}^{-RT}{\bf\nabla_{t}}$ (3.25)

where $ {\bf H}^{-RT}$ is the transpose of $ {\bf H}^{-R}$.

We don't wish to go too much into the formalism of these coordinate transformations here; it seems excessive since the associated circuit manipulations which we will review are quite straightforward. As mentioned earlier, the coordinate changes in this section are introduced in order to aid in understanding the method and MD-passivity, and are not necessary for deriving WDF-based algorithms for numerical integration, though it would appear that some types of reference circuits can only be derived via the transformation approach [130].


next up previous
Next: MD-passivity Up: Coordinate Changes in Higher Previous: Coordinate Changes in Higher
Stefan Bilbao 2002-01-22