-
Notifications
You must be signed in to change notification settings - Fork 50
Grid Types
Sam Reeve edited this page Sep 12, 2024
·
2 revisions
Cabana::Grid holds types for the various features of rectilinear meshes.
Geometric entity types are shown in the figure below:
Header File: Cabana_Grid_Types.hpp
- Spatial dimension index:
Dim
- Geometric entity types:
Cell
,Node
,Face
,Edge
- Decomposition type:
Own
orGhost
- Index type:
Local
orGlobal
- Mesh type:
UniformMesh
,NonUniformMesh
,SparseMesh
This is part of the Programming Guide series
Cabana - A Co-Designed Library for Exascale Particle Simulations