-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
cc @jipolanco @fredrikekre @fverdugo
Some context on this issue:
- Related to PR Adding a new function
pvtk_gridto generate parallel file formats (e.g. .pvtu) files. #90 - See https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf, from page 16 till the end for details on VTK parallel file formats.
Let me register here the tasks which are pending from PR #90 so that we do not lose track of them:
- Extend current
pvtk_gridAPI such that it is ALSO able to handlePImageData,PRectilinearGrid, andPStructuredGridparallel formats as well. These formats have extra global and piece-wise attributes whose values have to be provided (topvtk_gridI would say) apart from the attributes of the local portions. For example,WholeExtent(global) andExtent(piece-wise), respectively. - Develop the remaining code to support parallel file formats different from
PUnstructuredGrid. This is a minor dev. E.g., the fact thatPRectilinearGriduses the<PCoordinates>XML element, instead of the<PPoints>one. - Test all parallel file formats different from
PUnstructuredGrid.
jipolanco, henry2004y and corentin-dev
Metadata
Metadata
Assignees
Labels
No labels