<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p>Hello</p>
<p><br>
</p>
<p>I have a binary file in which a mix of different objects is stored (Vecs, Mats, PetscInts). I can read each element just fine using VecLoad, MatLoad, and PetscIntView, provided they're read in the order in which they were put in the binary. What I would
 like to do is to skip the reading of any unneeded element, instead proceeding directly to the next one. I tried using PetscBinarySeek() for this, as shown in the attached code. This produces segmentation faults, suggesting that the file pointer isn't going
 where I want it to. <br>
</p>
<p><br>
</p>
<p>Any suggestions as to what I'm doing wrong here?</p>
<p><br>
</p>
<p>Best regards,</p>
<p>Peder</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p><br>
</p>
<p></p>
<table style="font-family:"Times New Roman"; padding:0px; width:400px" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="width:400px">
<table style="width:400px; font-family:Arial; font-size:11.5px; border-collapse:collapse" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="width:50px; vertical-align:top" valign="top">
<table style="width:50px; padding-top:4px" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:50px; vertical-align:top" align="left"><img style="" width="36" height="53" src="http://www.dtu.dk/-/media/DTU_Generelt/Andet/mail-signature-logo.png"></td>
</tr>
</tbody>
</table>
</td>
<td style="width:350px; vertical-align:top" valign="top">
<table style="width:350px; border-collapse:collapse" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="width:350px; font-size:16px; margin:0px; font-weight:bold; line-height:19.2px">
Peder Jørgensgaard Olesen</td>
</tr>
<tr>
<td style="width:350px; margin:0px; line-height:17px">PhD student<br>
Department of Mechanical Engineering</td>
</tr>
<tr>
<td style="width:350px; margin:0px; line-height:17px"> </td>
</tr>
<tr>
<td style="width:350px; line-height:17px"><a href="mailto:pjool@mek.dtu.dk" id="LPNoLP" style="margin:0px; line-height:17px; color:black">pjool@mek.dtu.dk</a></td>
</tr>
<tr>
<td style="width:350px; margin:0px; line-height:17px">Koppels Allé</td>
</tr>
<tr>
<td style="width:350px; margin:0px; line-height:17px">Building 403, room 105</td>
</tr>
<tr>
<td style="width:350px; margin:0px; line-height:17px">2800 Kgs. Lyngby</td>
</tr>
<tr>
<td style="width:350px; line-height:17px"><a href="https://www.dtu.dk/english" id="LPNoLP" style="margin:0px; line-height:17px; color:black">www.dtu.dk/english</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><span style="font-size:10pt; color:rgb(117,123,128)"></span></p>
</div>
</div>
</div>
</body>
</html>