fault_mesh.utilities.cubit ========================== .. py:module:: fault_mesh.utilities.cubit .. autoapi-nested-parse:: Functions to make journal files for remeshing using cubit. A lot of these could be replaced using Functions --------- .. autoapisummary:: fault_mesh.utilities.cubit.make_journal_file_commands fault_mesh.utilities.cubit.make_journal_file_polygon Module Contents --------------- .. py:function:: make_journal_file_commands(line, outfile, outmesh, top_z=0.0, depth=20000.0) Make a journal file for cubit to create a mesh from a line. :param line: The line to mesh :param outfile: The name of the journal file to create :param outmesh: The name of the mesh file to create :param top_z: The z coordinate of the top of the mesh :param depth: The depth of the mesh :return: None .. py:function:: make_journal_file_polygon(polygon, outjou, outmesh, top_z=0.0, depth=20000.0) Make a journal file for cubit to create a mesh from a polygon. :param polygon: The polygon to mesh :param outjou: The name of the journal file to create :param outmesh: The name of the mesh file to create :param top_z: The z coordinate of the top of the mesh :param depth: The depth of the mesh :return: None