Packages | |
| package | test_MEDSPLITTER |
Variables | |
| tuple | test_MEDSPLITTER.data_dir = os.getenv("MED_ROOT_DIR") |
| tuple | test_MEDSPLITTER.filename_rd = os.path.join( data_dir, "share/salome/resources/med/pointe.med") |
| string | test_MEDSPLITTER.meshname = "maa1" |
| tuple | test_MEDSPLITTER.collection = MESHCollection(filename_rd,meshname) |
| tuple | test_MEDSPLITTER.new_topo = collection.createPartition(4,METIS) |
| tuple | test_MEDSPLITTER.new_collection = MESHCollection(collection, new_topo, 1, 1) |