preCICE v3.1.1
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
precice::utils::IndexMaps< 3 > Struct Reference

#include <Dimensions.hpp>

Static Public Attributes

static const int CUBOID_FACE_VERTICES [6][4]
 
static const int CUBOID_FACE_EDGES [6][4]
 
static const int CUBOID_EDGE_VERTICES [12][2]
 

Detailed Description

Definition at line 36 of file Dimensions.hpp.

Member Data Documentation

◆ CUBOID_EDGE_VERTICES

const int precice::utils::IndexMaps< 3 >::CUBOID_EDGE_VERTICES
static
Initial value:
=
{
{0, 1},
{2, 3},
{4, 5},
{6, 7},
{0, 2},
{1, 3},
{4, 6},
{5, 7},
{0, 4},
{1, 5},
{2, 6},
{3, 7}}

Definition at line 39 of file Dimensions.hpp.

◆ CUBOID_FACE_EDGES

const int precice::utils::IndexMaps< 3 >::CUBOID_FACE_EDGES
static
Initial value:
=
{
{4, 6, 8, 10},
{5, 7, 9, 11},
{0, 2, 8, 9},
{1, 3, 10, 11},
{0, 1, 4, 5},
{2, 3, 6, 7}}

Definition at line 38 of file Dimensions.hpp.

◆ CUBOID_FACE_VERTICES

const int precice::utils::IndexMaps< 3 >::CUBOID_FACE_VERTICES
static
Initial value:
=
{
{0, 2, 4, 6},
{1, 3, 5, 7},
{0, 1, 4, 5},
{2, 3, 6, 7},
{0, 1, 2, 3},
{4, 5, 6, 7}}

Definition at line 37 of file Dimensions.hpp.


The documentation for this struct was generated from the following files: