Ignore:
Timestamp:
10/15/18 01:04:44 (6 years ago)
Author:
dubos
Message:

devel/Python : block-wise partitioning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/py/DCMIP2008c5_MPI.py

    r701 r760  
    5858#    mesh = meshes.Unstructured_Mesh(meshfile, llm, nqdyn, radius, f) 
    5959    pmesh = meshes.Unstructured_PMesh(comm,meshfile) 
     60    pmesh.partition_metis() 
    6061    mesh = meshes.Local_Mesh(pmesh, llm, nqdyn, radius, f) 
    6162    mesh.pmesh=pmesh 
Note: See TracChangeset for help on using the changeset viewer.