Hi,
I asked this a week ago, but did not get any feedback. Let me try to clarify my question. I build CatalystExamples. Running “CxxNonOverlappingAMRExample feslicescript.py” works as expected, I get slice_#.vtm files.
But how to write the grid? Using SampleScripts/gridwriter.py fails with “AttributeError: ‘PVModule’ object has no attribute’‘XMLHierarchicalBoxDataWriter’”. I have the same issue with CxxOverlappingAMRExample, slice works, grid does not.
I work with Catalyst-v5.6.0-Base-Enable-Python-Essentials-Extras-Rendering-Base on Linux x86_64.
Any help is highly appreciated.
Thanks,
Ted
./CxxNonOverlappingAMRExample gridwriter.py
Traceback (most recent call last):
File “”, line 2, in
File “gridwriter.py”, line 99, in DoCoProcessing
File “/ascldap/users/tesari/local/catalyst/lib/python2.7/site-packages/paraview/coprocessing.py”, line 212, in UpdateProducers
self.CreatePipeline(datadescription)
File “gridwriter.py”, line 55, in CreatePipeline
File “gridwriter.py”, line 17, in CreatePipeline
adaptorinput = coprocessor.CreateProducer( datadescription, “input” )
File “gridwriter.py”, line 37, in Pipeline
filename = 'input%t.vthb’
AttributeError: ‘PVModule’ object has no attribute ‘XMLHierarchicalBoxDataWriter’
…