8#ifndef GRIDFORMAT_VTK_PVTU_READER_HPP_
9#define GRIDFORMAT_VTK_PVTU_READER_HPP_
35 template<Concepts::Communicator C>
36 explicit PVTUReader(
const C& comm, std::optional<bool> merge_exceeding_pieces = {})
37 :
ParentType(
"PUnstructuredGrid", comm, merge_exceeding_pieces)
41 std::string _name()
const override {