|
|
1. Define mesh
objects
Define all Mesh Objects to be used
in this problem using the cmo/create command.
The cmo/create command establishes
an empty Mesh Object data structure (see
Mesh Object Section a for a description). For this example we will need only
a single 3D Mesh Object:
* create a 3D tetrahedral mesh object
and name it 3dmesh
cmo/create/3dmesh/
|