Skip to content

[docs][benchmarks] Fixed broken jupyter notebook in "Consolidation around a point heat source" benchmark

Feliks Kiszkurno requested to merge (removed):master into master

While running Jupyter notbook for a benchmark "Consolidation around a point heat source", there were two problems encountered.

  1. Names of the files did not match the names of output files generated from the project files in this benchmark.
  2. There was a change in how to interact with GetArray() method in Python package for VTK.

This MR fixes both of those problems.

Merge request reports