On Thu, Nov 20, 2008 at 11:08 AM, John Peterson <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 20, 2008 at 8:18 AM, jurak <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> ther is a small bug in function
>>
>> VTKIO::solution_to_vtk(const EquationSystems& es, vtkUnstructuredGrid*&
>> grid)
>>
>> in vtk_io.C. On
On Thu, Nov 20, 2008 at 8:18 AM, jurak <[EMAIL PROTECTED]> wrote:
> Hi,
>
> ther is a small bug in function
>
> VTKIO::solution_to_vtk(const EquationSystems& es, vtkUnstructuredGrid*&
> grid)
>
> in vtk_io.C. On line 320
>
> data->SetNumberOfValues(sys.solution->size());
>
> sets the number o
Hi,
ther is a small bug in function
VTKIO::solution_to_vtk(const EquationSystems& es, vtkUnstructuredGrid*&
grid)
in vtk_io.C. On line 320
data->SetNumberOfValues(sys.solution->size());
sets the number of values too high when there is more than one variable
in sys.
(Corresponding vtu