Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@DeVasconcelos
Copy link
Contributor

Previously, the information that a cell is a ghost cell was stored directly in the type (as 8th bit). This is different to vtk-m where ghost bit information of a grid is stored in a data field. To make sure we can create an array handle of the type list of a cell without having to copy it, while still storing the correct cell type, cell::GHOST_BIT, cell::CONVEX_BIT and cell::TYPE_MASK have been removed from celltypes.h and any other files containing it. Instead an array "ghost" has been added to the Indexed class. From now on, we also have to assume that the given data is convex, as convexity information has previously also been stored in the type (as 7th bit).

@DeVasconcelos DeVasconcelos merged commit 637cf7d into vistle:master Jan 16, 2024
@DeVasconcelos DeVasconcelos deleted the ghost branch March 26, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant