****************************** * * Carl W. Gable * gable@lanl.gov * LaGriT Control File * http://lagrit.lanl.gov * http://meshing.lanl.gov * ****************************** * Define variables that will be used in point distribution. * These define the min/max extents of the box. * define / XMIN / 0.0 define / XMAX / 24000. define / YMIN / 0.0 define / YMAX / 24000. define / ZMIN / -24000. define / ZMAX / 0.0 * define / CMO_NAME / cmo1_tet * * Build mesh with 1000m point spacing * define / NX / 25 define / NY / 25 define / NZ / 25 cmo / create / CMO_NAME / / / hex createpts / brick / xyz / NX NY NZ / XMIN YMIN ZMIN / XMAX YMAX ZMAX / 1 1 1 cmo / setatt / CMO_NAME / imt / 1 0 0 / 1 cmo / setatt / CMO_NAME / itp / 1 0 0 / 0 cmo / setatt / CMO_NAME / itetclr / 1 0 0 / 1 cmo / status resetpts / itp finish