예제 #1
0
def main():
    # mesh_file = "earth.mesh"
    # t = ParseMESHFormat(mesh_file, projection = lambert_azimuthal_projection,
    #                     special_borders = {'open' : (306, 374)})
    # t.save_QGE_outfiles()

    mesh_file = "unitsquare.mesh"
    s = ParseMESHFormat(mesh_file, special_borders = {'ocean' : (1,2,3,4)})
    s.save_argyris_outfiles()
예제 #2
0
def main():
    s = ParseMESHFormat(mesh_file, special_borders={"ocean": (1, 2, 3, 4)})
    s.save_argyris_outfiles()
예제 #3
0
def main():
    s = ParseMESHFormat(mesh_file, special_borders={'ocean': (1, 2, 3, 4)})
    s.save_argyris_outfiles()