Skip to content
Commit 77c8e58d authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Merge remote-tracking branch 'origin/mesh' into develop

* origin/mesh: (251 commits)
  Updated CMakeLists.txt files for meshes
  Added missing __cuda_callable__ flag to MeshEntity
  Fixed comparison between signed and unsigned
  Optimizing mesh initializer, replaced EntitySeedKey with EntitySeedHash
  Added timer to MeshReaderTest
  Fixed SubentityAccessLayer
  Fixed typo in mesh StorageLayer
  Removed checkCells method from the mesh initializer
  Switched static functions to inline
  Fixed comparison between signed and unsigned
  Fixed constness of reader in MeshTypeResolver
  Renamed VTKEntityType to EntityShape
  Renamed MeshConfigBase to DefaultConfig
  Removed static asserts from MeshConfigBase
  Fixed internal linkage of functions in VTKEntityType.h
  Added specialization of getEntityMeasure for quadrilaterals
  Simplified and generalized the getEntityCenter function
  Added getEntityCenter and getEntityMeasure functions
  Removed unused methods
  Removed GlobalIndexType and LocalIndexType from the public interface of MeshEntityTraits
  ...
parents d125767d adabe7bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment