<div dir="ltr">I have a heavy residual evaluation function which I cannot seem to vectorize at all, so then I tried changing the global data layout putting each variable in a contiguous chunk and it finally does vectorize. It's probably a silly reason to use DMComposite. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 4:14 PM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Mani Chandra <<a href="mailto:mc0710@gmail.com">mc0710@gmail.com</a>> writes:<br>
<br>
> Yeah, I have one DMDA for each variable in my system. I then put all these<br>
> in a DM. Do you think there's any other format I could use? Just need to<br>
> get the output to play nice with VisIt.<br>
<br>
</div>Are the variables on different meshes?  (I.e., why are you using DMComposite?)<br>
<br>
For now, I suggest registering your own TS monitor and taking the<br>
composite Vec apart, then calling VecView to a VTK viewer on each part.<br>
</blockquote></div><br></div>