x | 変換したい座標。
\(x\), \(y\), \(z\)座標の3要素から成る配列で与える。 The coordinate to convert, given as an array of 3 components that represent the \(x\)-, \(y\)-, and \(z\)-components. |
parameters | waterPMLコマンドで使用するパラメータ一式を格納した構造体。 A structure composed of the parameters used by waterPML command. |
place | 座標の近似方法。
格子セルの中心点で近似する場合は「c」、
2つの格子セルが接する境界で近似する場合は「b」とし、
これを\(x\), \(y\), \(z\)方向について並べた
3文字から成る文字列として与える。 An approximation method for the coordinate. Use “c” to approximate the coordinate by the center of a grid cell; “b” to approximate it by the boundary between two grid cells. Deploy these characters for \(x\)-, \(y\)-, and \(z\)-directions to make a string composed of three characters. |