<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>- I create a dmplex with DMPlexCreateHexBoxMesh<div>- Distribute it with DMPlexDistribute</div><div>- Create a Vec based on the distributed dmplex with DMCreateGlobalVector</div><div>- But when I check the size of this Vec with VecGetOwnershipRange or VecGetSize, it is empty.</div><div><br></div><div>What am I missing? </div><div><br></div><div>I know this is possible, because in SNES ex12.c a vector is created using this sequence of commands. Unfortunately, it some other commands are also used, but they are not all documented.</div><div><br></div><div>Thanks.</div>                                    </div></body>
</html>