Skip to content
Snippets Groups Projects
Commit 1575f02f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Big mesh refactoring

Main changes:

- mesh pointer added to MeshEntity, all topology accessors redirected
  through it to the mesh
- storage of points and subentity orientations moved from MeshEntity to
  Mesh
- removed MeshEntityIndex - MeshEntity always stores its index as the
  GlobalIndexType
- removed entity storage from Mesh - mesh entities can be generated on
  the fly

Plus some minor related simplifications, mainly in the mesh initializer.
parent 5ba08aff
No related branches found
No related tags found
1 merge request!65VTK formats, distributed mesh and synchronizer
Showing
with 560 additions and 1265 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment