Skip to content

Refactored heat transfer example. A config file is now command line a…

Podhorszki, Norbert requested to merge github/fork/pnorbert/heat into master

Created by: pnorbert

…rgument. Reader's decomposition is also command line argument.

This example works with BPFileWriter/BPFileReader except for no end-of-stream error is occuring. Reader only deals with array T, gndx and gndy values are not read in. Reader can be run with arbitrary decomposition (DataMan requires to run it with the same decomp as the writer). Config file is also given in command line, not baked in, so we can have a separate config prepared for each engine.

Merge request reports