[prev in list] [next in list] [prev in thread] [next in thread] 

List:       paraview
Subject:    Re: [Paraview] Problem using reader directly in vtk
From:       "Berk Geveci" <berk.geveci () kitware ! com>
Date:       2008-09-23 14:10:15
Message-ID: 45d654b0809230710h593828c8yac45ae00c1610864 () mail ! gmail ! com
[Download RAW message or body]

That looks like a bug. Can you set a breakpoint on where the error is
occurring (vtkExecutive.cxx:403) and follow the stack trace? Somehow,
something is trying to get something from output port 11133 instead of
0.

-berk

On Tue, Sep 23, 2008 at 6:17 AM, Nathanael Inkson
<Nathanael.Inkson@digitalflowsolutions.com> wrote:
> Dear People,
>
>   I am trying to open a file directly from vtk using the vtkFLUENTReader
> class.
>
> However I get a runtime error. Can anyone advise me what the problem is?
>
> The code and error is below:
>
>
>
>   vtkFLUENTReader* reader = vtkFLUENTReader::New();
>
>   vtkMultiBlockDataSet* mb = vtkMultiBlockDataSet::New();
>
>   char* cfname = "/fatty/Nat/testmeshes/nats-cube-all.cas";
>
>   reader->SetFileName(cfname);
>
>   reader->Update();
>
>   mb->DeepCopy(reader->GetOutput());
>
>
>
>
>
> ERROR: In /couchlocal/inkson/code/nvtk/VTK/Filtering/vtkExecutive.cxx, line
> 403
>
> vtkCompositeDataPipeline (0x1200020): Attempt to get data for output port
> index 11133 for algorithm vtkFLUENTReader(0x11feb10), which has 1 output
> ports.
>
>
>
>
>
> Best Regards
>
>
>
> Dr. Nathanael Inkson,
>
>
>
> Computational Fluid Dynamics Developer,
>
> Digital Flow Solutions,
>
>
>
> mob:  +  44 7872010167
>
> web:   wirthresearch.com
>
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView@paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
_______________________________________________
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic