Skip to content

Change how cell ghost levels are set

Kenneth Moreland requested to merge kmorel/vtk-m:ghost-cell-api into master

The name of the methods were changed from AddGhostCellField to SetGhostCellField since only one field can be marked as the cell ghost. Also automatically select a field that matches GetGlobalCellFieldName if nothing else is set.

Merge request reports