Partial Differential Equations Toolbox | ![]() ![]() |
Write geometry specification function.
fid=wgeom(dl,mn)
Description
fid=wgeom(dl,mn)
writes a Geometry M-file with the name [mn,'.m']
. The Geometry M-file is equivalent to the Decomposed Geometry matrix dl. fid
returns -1 if the file couldn't be written.
dl
is a Decomposed Geometry matrix. The format of the Decomposed Geometry matrix is described in the entry on decsg
.
The output file [mn,'.m']
is the name of a Geometry M-file. The Geometry M-file format is described in the entry on pdegeom
.
See Also
decsg
, pdegeom
, wbound
![]() | wbound | Index | ![]() |