Partial Differential Equation Toolbox | ![]() |
Write geometry specification function
Syntax
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 could not be written.
dl
is a Decomposed Geometry matrix. For a description of the format of the Decomposed Geometry matrix, see decsg
.
The output file [mn,'.m']
is the name of a Geometry M-file. For a description of the Geometry M-file format, see pdegeom
.
See Also
![]() | wbound |