Flow123d  master-f44eb46
Static Public Attributes | List of all members
_AuxInteract Class Reference

#include <ref_element.hh>

Static Public Attributes

static constexpr IdxVector< 3 > S3_node_sides [2][4]
 
static constexpr IdxVector< 2 > S3_line_sides [2][6]
 
static constexpr IdxVector< 3 > S3_node_lines [2][4]
 

Detailed Description

Definition at line 293 of file ref_element.hh.

Member Data Documentation

◆ S3_line_sides

constexpr IdxVector< 2 > _AuxInteract::S3_line_sides
staticconstexpr
Initial value:
= { { {0,1},
{2,0},
{1,2},
{0,3},
{3,1},
{2,3}},
{ {1,0},
{0,2},
{2,1},
{3,0},
{1,3},
{3,2}}}

Definition at line 309 of file ref_element.hh.

◆ S3_node_lines

constexpr IdxVector< 3 > _AuxInteract::S3_node_lines
staticconstexpr
Initial value:
= { { {0,1,2},
{0,4,3},
{1,3,5},
{2,5,4}},
{ {0,2,1},
{0,3,4},
{1,5,3},
{2,4,5}}}

Definition at line 325 of file ref_element.hh.

◆ S3_node_sides

constexpr IdxVector< 3 > _AuxInteract::S3_node_sides
staticconstexpr
Initial value:
= { { { 2, 1, 0 },
{ 3, 0, 1 },
{ 3, 2, 0 },
{ 3, 1, 2 }},
{ { 2, 0, 1 },
{ 3, 1, 0 },
{ 3, 0, 2 },
{ 3, 2, 1 }}}

Definition at line 297 of file ref_element.hh.


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