[petsc-users] DMPlexDistribute question
Yaakoub El Khamra
yaakoub at tacc.utexas.edu
Mon Dec 30 19:34:35 CST 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20131230/6b38d5c7/attachment.html>
More information about the petsc-users
mailing list