Skip to content

Grid Types

Sam Reeve edited this page Sep 12, 2024 · 2 revisions

Overview

Cabana::Grid holds types for the various features of rectilinear meshes.

Geometric entity types are shown in the figure below: Entity types

Implementation

Header File: Cabana_Grid_Types.hpp

Types

  • Spatial dimension index: Dim
  • Geometric entity types: Cell, Node, Face, Edge
  • Decomposition type: Own or Ghost
  • Index type: Local or Global
  • Mesh type: UniformMesh, NonUniformMesh, SparseMesh

Examples

This is part of the Programming Guide series

Clone this wiki locally