Domain.dim
From Nemesis
(Difference between revisions)
| Line 5: | Line 5: | ||
domain.dim(n) | domain.dim(n) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Revision as of 22:10, 24 January 2007
The following article describes the use of the node.dim command. This command is used to set the domain's dimensions.
Contents |
Syntax
domain.dim(n)
where
| Parameter | description | type | default |
|---|---|---|---|
| n | The domain's dimensions | integer | - |
Examples
Create a three-dimensional domain.
domain.dim( 3)
Comments
The only valid values are 1, 2 and 3.
See also
- domain module.
- User guide.