Hi Amit, XDMF data format is a little better than BOV in ParaView for rectilinear data. VisIt will also read XDMF.
An example code can be found here: https://raw.github.com/openmichigan/PSNM/master/KleinGordon/Programs/KleinGordon3dMpiFFT/xdmfcreate.f90 The corresponding example program to create BOV header files is here: https://raw.github.com/openmichigan/PSNM/master/KleinGordon/Programs/KleinGordon3dMpiFFT/bovcreate.f90 These programs take as input the number of grid points in each dimension Regards, Benson On 06/12/2013 17:34, [email protected] wrote: > Send ParaView mailing list submissions to > > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 6 Dec 2013 02:22:55 +0000 > From: "Chourasia, Amit" <[email protected]> > Subject: [Paraview] Unable to do Volume rendering on BOV file > To: "[email protected]" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > Hello, > > I am loading a BOV file into Paraview, however I do not get an option for > volume representation. > Do I need to add something else to the bov header file other than standard > BOV specifications? > > Alternatively is there a better way to load a rectilinear uniform grid data > into paraview other than using BOV header files. > > Help appreciated. > > Cheers > --Amit > > > > > > > > ------------------------------ > > Message: 2 > Date: Thu, 5 Dec 2013 19:47:29 -0700 > From: Utkarsh Ayachit <[email protected]> > Subject: Re: [Paraview] Unable to do Volume rendering on BOV file > To: "Chourasia, Amit" <[email protected]> > Cc: "[email protected]" <[email protected]> > Message-ID: > <cadhsjjdfw48kssxox+_fpjrgnwwqjeg4pizsg0qwc41pg3z...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Amit, > > Do you have sample dataset to share? Feel free to share it of the list if > needed. > > Utkarsh > > > On Thu, Dec 5, 2013 at 7:22 PM, Chourasia, Amit <[email protected]> wrote: > >> Hello, >> >> I am loading a BOV file into Paraview, however I do not get an option for >> volume representation. >> Do I need to add something else to the bov header file other than standard >> BOV specifications? >> >> Alternatively is there a better way to load a rectilinear uniform grid >> data into paraview other than using BOV header files. >> >> Help appreciated. >> >> Cheers >> --Amit >> >> >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
