From kmur at kft.umcs.lublin.pl Mon Dec 4 08:47:14 2006 From: kmur at kft.umcs.lublin.pl (K. Murawski) Date: Mon, 4 Dec 2006 15:47:14 +0100 Subject: [FLASH-USERS] unsplit FLASH Message-ID: <1968419220.20061204154714@kft.umcs.lublin.pl> Hi All, would someone tell me whether the FLASH code, version 3.0 will have implemented an unsplit pure mhd module built in it? If no, is there anything scheduled to develop a dimensionally unsplit version of the code? Thanks a lot for your reply. Best flashing, Kris From dongwook at flash.uchicago.edu Mon Dec 4 09:52:21 2006 From: dongwook at flash.uchicago.edu (Dongwook Lee) Date: Mon, 4 Dec 2006 09:52:21 -0600 (CST) Subject: [FLASH-USERS] unsplit FLASH In-Reply-To: <1968419220.20061204154714@kft.umcs.lublin.pl> References: <1968419220.20061204154714@kft.umcs.lublin.pl> Message-ID: Hi Kris, Yes, there will be a new unsplit mhd implementation for FLASH3 soon. The method will use the staggered mesh algorithm (Balsara & Spicer) to control DivB property and will be on 1D & 2D for the next release on Jan, 2007. The previous 8Wave solver will also be released along with the new unsplit solver. Best, Dongwook ---------------------------------------------------- Dongwook Lee, Ph.D., Research Associate ASC Center for Astrophysical Thermonuclear Flashes University of Chicago 5640 S. Ellis, RI 484 (773) 834-6830 On Mon, 4 Dec 2006, K. Murawski wrote: > Hi All, > > would someone tell me whether the FLASH code, version 3.0 will have > implemented an unsplit pure mhd module built in it? If no, is there > anything scheduled to develop a dimensionally unsplit version of the > code? > > Thanks a lot for your reply. > > Best flashing, > > Kris > From guptasanjib at lanl.gov Mon Dec 11 21:59:24 2006 From: guptasanjib at lanl.gov (sanjib gupta) Date: Mon, 11 Dec 2006 20:59:24 -0700 Subject: [FLASH-USERS] FlashView header problem Message-ID: <457E291C.9060003@lanl.gov> Hello, I have installed FLTK/HDF/MPICH/VTk and updated all the variables in the CMAKE setup window for headers/libraries Then, when I go to make flashView, I get the error message below. It can't find the "InteractorStyle.h" file, but CmakeCache.txt clearly shows that the VTK_HEADERS is correctly set to the right directory and the VTK_RENDERING_LIBRARY points directly at libvtkRendering.a Any suggestions? Thanks, Sanjib COMPILER MESSG BELOW: Building CXX object CMakeFiles/flashview.dir/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.o In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/backward/strstream:51, from /u/gupta/local/include/vtk-5.1/vtkIOStream.h:36, from /u/gupta/local/include/vtk-5.1/vtkSystemIncludes.h:40, from /u/gupta/local/include/vtk-5.1/vtkIndent.h:24, from /u/gupta/local/include/vtk-5.1/vtkObjectBase.h:43, from /u/gupta/local/include/vtk-5.1/vtkObject.h:41, from /u/gupta/local/include/vtk-5.1/vtkRenderWindowInteractor.h:44, from /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.h:33, from /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:32: /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx: In member function ?: /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:206: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx: In member function ?: /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:285: error: no matching function for call to ? /u/gupta/local/include/vtk-5.1/vtkInteractorObserver.h:136: note: candidates are: virtual void vtkInteractorObserver::OnChar() /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:304: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:313: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:322: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:338: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:350: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:359: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:368: error: ? has no member named ? make[2]: *** [CMakeFiles/flashview.dir/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.o] Error 1 make[1]: *** [CMakeFiles/flashview.dir/all] Error 2 make: *** [all] Error 2 From kmur at kft.umcs.lublin.pl Mon Dec 4 08:47:14 2006 From: kmur at kft.umcs.lublin.pl (K. Murawski) Date: Mon, 4 Dec 2006 15:47:14 +0100 Subject: [FLASH-USERS] unsplit FLASH Message-ID: <1968419220.20061204154714@kft.umcs.lublin.pl> Hi All, would someone tell me whether the FLASH code, version 3.0 will have implemented an unsplit pure mhd module built in it? If no, is there anything scheduled to develop a dimensionally unsplit version of the code? Thanks a lot for your reply. Best flashing, Kris From dongwook at flash.uchicago.edu Mon Dec 4 09:52:21 2006 From: dongwook at flash.uchicago.edu (Dongwook Lee) Date: Mon, 4 Dec 2006 09:52:21 -0600 (CST) Subject: [FLASH-USERS] unsplit FLASH In-Reply-To: <1968419220.20061204154714@kft.umcs.lublin.pl> References: <1968419220.20061204154714@kft.umcs.lublin.pl> Message-ID: Hi Kris, Yes, there will be a new unsplit mhd implementation for FLASH3 soon. The method will use the staggered mesh algorithm (Balsara & Spicer) to control DivB property and will be on 1D & 2D for the next release on Jan, 2007. The previous 8Wave solver will also be released along with the new unsplit solver. Best, Dongwook ---------------------------------------------------- Dongwook Lee, Ph.D., Research Associate ASC Center for Astrophysical Thermonuclear Flashes University of Chicago 5640 S. Ellis, RI 484 (773) 834-6830 On Mon, 4 Dec 2006, K. Murawski wrote: > Hi All, > > would someone tell me whether the FLASH code, version 3.0 will have > implemented an unsplit pure mhd module built in it? If no, is there > anything scheduled to develop a dimensionally unsplit version of the > code? > > Thanks a lot for your reply. > > Best flashing, > > Kris > From guptasanjib at lanl.gov Mon Dec 11 21:59:24 2006 From: guptasanjib at lanl.gov (sanjib gupta) Date: Mon, 11 Dec 2006 20:59:24 -0700 Subject: [FLASH-USERS] FlashView header problem Message-ID: <457E291C.9060003@lanl.gov> Hello, I have installed FLTK/HDF/MPICH/VTk and updated all the variables in the CMAKE setup window for headers/libraries Then, when I go to make flashView, I get the error message below. It can't find the "InteractorStyle.h" file, but CmakeCache.txt clearly shows that the VTK_HEADERS is correctly set to the right directory and the VTK_RENDERING_LIBRARY points directly at libvtkRendering.a Any suggestions? Thanks, Sanjib COMPILER MESSG BELOW: Building CXX object CMakeFiles/flashview.dir/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.o In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/backward/strstream:51, from /u/gupta/local/include/vtk-5.1/vtkIOStream.h:36, from /u/gupta/local/include/vtk-5.1/vtkSystemIncludes.h:40, from /u/gupta/local/include/vtk-5.1/vtkIndent.h:24, from /u/gupta/local/include/vtk-5.1/vtkObjectBase.h:43, from /u/gupta/local/include/vtk-5.1/vtkObject.h:41, from /u/gupta/local/include/vtk-5.1/vtkRenderWindowInteractor.h:44, from /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.h:33, from /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:32: /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx: In member function ?: /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:206: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx: In member function ?: /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:285: error: no matching function for call to ? /u/gupta/local/include/vtk-5.1/vtkInteractorObserver.h:136: note: candidates are: virtual void vtkInteractorObserver::OnChar() /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:304: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:313: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:322: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:338: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:350: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:359: error: ? has no member named ? /u/gupta/FlashView_cmake/FlashView/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.cxx:368: error: ? has no member named ? make[2]: *** [CMakeFiles/flashview.dir/vtkFlRenderWindowInteractor/vtkFlRenderWindowInteractor.o] Error 1 make[1]: *** [CMakeFiles/flashview.dir/all] Error 2 make: *** [all] Error 2