Re: [Paraview] AMR with raw files

2015-04-05 Thread Хачкова Татьяна
Hey, Aashish, 

Yes - I need some help on how to create AMR with some our raw files?

For example, 
first raw file: 256*256*256, unsigned 16-bit, little Endian, x - fastest, mesh 
0:50:12750
second raw: 256*256*256, unsigned 16-bit, little Endian, x - fastest, mesh 
0:5:1275

Thank you in advance. 
Tatyana.


03.04.2015, 19:44, Aashish Chaudhary aashish.chaudh...@kitware.com:
 Hey Tatyana,

 So you are asking for some help on how to create AMR? Is that right.

 - Aashish

 On Fri, Apr 3, 2015 at 3:53 AM, Хачкова Татьяна hachta...@yandex.ru wrote:
 Hello!
 I try to use Paraview for visualization of a geophysical data. I need to 
 create AMR file with some levels (some meshes), where we want to place raw 
 files.

 Can you help me? Can you send me a simple example of such structure for 
 Paraview?

 Thank you in advance.
 Tatyana.
 ___
 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

 Search the list archives at: http://markmail.org/search/?q=ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview

 --
 | Aashish Chaudhary
 | Technical Leader
 | Kitware Inc.
 | http://www.kitware.com/company/team/chaudhary.html
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] [PARAVIEW INSTALLATION]_undefined reference to 'gzopen' 'gzclose' 'gzread' 'gzwrite'

2015-04-05 Thread Ofosu Ampadu Joseph

Hello,

I am new to Paraview and I am now making a fresh installation on a 
ubuntu 14.04 LTS platform. However after about 50% building with the 
command make I get the following error:


Linking CXX shared library ../../../../../lib/libvtkxdmf2-pv4.3.so 
http://libvtkxdmf2-pv4.3.so
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::open(char const*, int)':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:63: 
undefined reference to `gzopen'

CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function `gzstreambuf::close()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:75: 
undefined reference to `gzclose'
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::underflow()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:94: 
undefined reference to `gzread'
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::flush_buffer()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:112: 
undefined reference to `gzwrite'

collect2: error: ld returned 1 exit status
make[2]: *** [lib/libvtkxdmf2-pv4.3.so.1] Error 1
make[1]: *** 
[VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/CMakeFiles/vtkxdmf2.dir/all] Error 2

make: *** [all] Error 2

Meanwhile, I have both gzstream.h and zlib.h header files in my include 
directory and I still encounter this problem.


I would be very grateful if someone could advice me on how to proceed. 
Thanks




--
Ofosu Joseph Ampadu
The University of Tokyo
Graduate School of Frontier Sciences
Advanced Energy Department
Komurasaki Laboratory
jos...@al.t.u-tokyo.ac.jp
[+818044652407 tel:%5B%2B818044652407]
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] [PARAVIEW INSTALLATION]_undefined reference to 'gzopen' 'gzclose' 'gzread' 'gzwrite'

2015-04-05 Thread Ofosu Ampadu Joseph

Hello,

I am new to Paraview and I am now making a fresh installation on a 
ubuntu 14.04 LTS platform. However after about 50% building with the 
command make I get the following error:


Linking CXX shared library ../../../../../lib/libvtkxdmf2-pv4.3.so 
http://libvtkxdmf2-pv4.3.so
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::open(char const*, int)':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:63: 
undefined reference to `gzopen'

CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function `gzstreambuf::close()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:75: 
undefined reference to `gzclose'
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::underflow()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:94: 
undefined reference to `gzread'
CMakeFiles/vtkxdmf2.dir/gzstream.cxx.o: In function 
`gzstreambuf::flush_buffer()':
/home/ofosu/ParaView-v4.3.1-source/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx:112: 
undefined reference to `gzwrite'

collect2: error: ld returned 1 exit status
make[2]: *** [lib/libvtkxdmf2-pv4.3.so.1] Error 1
make[1]: *** 
[VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/CMakeFiles/vtkxdmf2.dir/all] Error 2

make: *** [all] Error 2

Meanwhile, I have both gzstream.h and zlib.h header files in my include 
directory and I still encounter this problem.


I would be very grateful if someone could advice me on how to proceed. 
Thanks


--
Ofosu Joseph Ampadu
The University of Tokyo
Graduate School of Frontier Sciences
Advanced Energy Department
Komurasaki Laboratory
jos...@al.t.u-tokyo.ac.jp
[+818044652407 tel:%5B%2B818044652407]
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview