PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ incident_nodes

const unsigned int pism::fem::q13d::incident_nodes[n_faces][4]
Initial value:
=
{{3, 0, 4, 7},
{1, 2, 6, 5},
{0, 1, 5, 4},
{2, 3, 7, 6},
{0, 1, 2, 3},
{4, 5, 6, 7}
}

Nodes incident to a side. Used to extract nodal values and add contributions.

The order of faces is used in Q1Element3Face::reset()

Definition at line 223 of file FEM.hh.

Referenced by pism::stressbalance::Blatter::marine_boundary(), pism::stressbalance::BlatterTestvanderVeen::marine_boundary(), and pism::stressbalance::Blatter::partially_submerged_face().