****************************** * * Carl W. Gable * gable@lanl.gov * LaGriT Control File * http://lagrit.lanl.gov * http://meshing.lanl.gov * ****************************** * * Create a mesh data structure. * cmo / create / CMO_NAME / / / tet * * Create a rectalinear point distribution. * createpts / xyz / NX NY NZ / XMIN YMIN ZMIN / XMAX YMAX ZMAX / 1 1 1 * * Set node material type, imt=1, node type, itp=0 * cmo / setatt / CMO_NAME / imt / 1 0 0 / 1 cmo / setatt / CMO_NAME / itp / 1 0 0 / 0 * * Delaunay connect nodes * connect / noadd cmo / setatt / CMO_NAME / itetclr / 1 0 0 / 1 * * Set itp values itp=0=interior itp=10=exterior * resetpts / itp * infile / identify_fault_nodes.mlgi * infile / output_files.mlgi * cmo / delete / CMO_NAME finish