Adds a DGTD solver region to the simulation environment.
Syntax |
Description |
---|---|
adddgtdsolver; |
Adds a DGTD solver region to the simulation environment. This function does not return any data. |
Example 1
The following script commands will add a DGTD solver to the objects tree and print the name of all of its properties.
adddgtdsolver; ?set;
Example 2
The following script command will add a DGTD solver region, assign it to a simulation region, and set the simulation time.
adddgtdsolver; set("solver geometry","simulation region 1"); set("simulation time",100e-15); # 100 fs
See Also