<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Matt,<div><br></div><div>Are they device pointers? Do I need to use host pointers? I'd like to write a vector in Silo file format. Thanks.</div><div><br></div><div>With best regards,</div><div>Pilhwa</div><div><br></div><div><div><div>On Feb 12, 2013, at 6:54 PM, Matthew Knepley wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">On Tue, Feb 12, 2013 at 7:31 PM, Pilhwa Lee <span dir="ltr"><<a href="mailto:leep@cims.nyu.edu" target="_blank">leep@cims.nyu.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">Dear folks,<br>
<br>
I try to get PetscScalar array from CUSPARRAY as follows:<br>
<br>
CUSPARRAY *cusparray;<br>
PetscScalar *abc;<br>
<br>
abc = VecCUSPCastToRawPtr(*cusparray);<br>
<br>
std::cout << abc[0];<br>
<br>
However, there comes a segmentation violation error. Any opinions are welcome. Thanks.<br></blockquote><div><br></div><div style="">Aren't these device pointers?</div><div style=""><br></div><div style="">  Matt</div><div> </div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
With best regards,<br>
Pilhwa<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>
</blockquote></div><br></div></body></html>