If I create a dm with DMPlexCreateBoxMesh and immediately attempt to distribute it with DMPlexDistribute, the call to DMPlexDistribute never returns. I am working with a development checkout and the code looks as follows:
call DMPlexCreateBoxMesh(PETSC_COMM_WORLD, 2, PETSC_TRUE, dm,
$ ierr)
CHKERRQ(ierr)
call DMPlexDistribute(dm, "chaco", 0,
$ PETSC_NULL_OBJECT, distributedMesh, ierr)
CHKERRQ(ierr)
Any thoughts?
Regards
Yaakoub El Khamra
