Visualize PeleC Simulation Result

Hi,

I am learning how to use PeleC and I have a very simple 2D simulation. The file contains 34 snapshots and I want to add all folders to the ‘builtin’. However, when I do it, paraview crashes. Could you please tell me how to do it? I am using ParaView 6.0.1

sod-1_cuda.zip (492.4 KB)

Hi @Boyuan_Yu

I reproduce the crash:

(1217.591s) [paraview        ]vtkAMReXGridReaderInter:293   WARN| dim must be 1, 2, or 3.
/usr/include/c++/16.1.1/bits/stl_vector.h:1253: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; reference = std::__cxx11::basic_string<char>&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.

Thread 1 "paraview" received signal SIGABRT, Aborted.
0x00007fffe389a09c in ?? () from /usr/lib/libc.so.6
(gdb) bt
#0  0x00007fffe389a09c in ?? () from /usr/lib/libc.so.6
#1  0x00007fffe383e5d0 in raise () from /usr/lib/libc.so.6
#2  0x00007fffe3825685 in abort () from /usr/lib/libc.so.6
#3  0x00007fffe3c9d5bd in std::__glibcxx_assert_fail(char const*, int, char const*, char const*) () from /usr/lib/libstdc++.so.6
#4  0x00007fffcd1e2342 in std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator[] (this=0x55555f5fb120, __n=0)
    at /usr/include/c++/16.1.1/bits/stl_vector.h:1253
#5  0x00007fffcd2228c5 in vtkAMReXGridReaderInternal::ReadLevelHeader (this=0x55555f4d7e70) at /home/glow/dev/paraview/pv1/src/VTK/IO/AMR/vtkAMReXGridReaderInternal.cxx:815
#6  0x00007fffcd22265d in vtkAMReXGridReaderInternal::ReadMetaData (this=0x55555f4d7e70) at /home/glow/dev/paraview/pv1/src/VTK/IO/AMR/vtkAMReXGridReaderInternal.cxx:772
#7  0x00007fffcd1f9aaf in vtkAMReXGridReader::ReadMetaData (this=0x7fffc00089f0) at /home/glow/dev/paraview/pv1/src/VTK/IO/AMR/vtkAMReXGridReader.cxx:108
#8  0x00007fffcd1f9b03 in vtkAMReXGridReader::FillMetaData (this=0x7fffc00089f0) at /home/glow/dev/paraview/pv1/src/VTK/IO/AMR/vtkAMReXGridReader.cxx:114
#9  0x00007fffcd1d70e7 in vtkAMRBaseReader::RequestInformation (this=0x7fffc00089f0, rqst=0x55555f611250, inputVector=0x0, outputVector=0x55555f5c3ea0) at /home/glow/dev/paraview/pv1/src/VTK/IO/AMR/vtkAMRBaseReader.cxx:242
#10 0x00007fffee186730 in vtkUniformGridAMRAlgorithm::ProcessRequest (this=0x7fffc00089f0, request=0x55555f611250, inputVector=0x0, outputVector=0x55555f5c3ea0) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.cxx:78
#11 0x00007fffe3f78952 in vtkFileSeriesReader::RequestInformationForInput (this=0x55555f468310, index=0, request=0x55555f611250, outputVector=0x55555f5c3ea0) at /home/glow/dev/paraview/pv1/src/VTKExtensions/IOCore/vtkFileSeriesReader.cxx:783
#12 0x00007fffe3f77e32 in vtkFileSeriesReader::RequestInformation (this=0x55555f468310, request=0x55555f611250, outputVector=0x55555f5c3ea0) at /home/glow/dev/paraview/pv1/src/VTKExtensions/IOCore/vtkFileSeriesReader.cxx:614

Please open an issue on https://gitlab.kitware.com/paraview/paraview/-/work_items

Hi @mwestphal

Thank you! Work item creating.