Auxiliary functions for infinite quadrilaterals. More...
#include <quadFunctions.hh>
Static Public Member Functions | |
| static void | edgeIndex (const uint i, uint ll[2]) |
Computes the tensor product index ll for an edge with index i. | |
| static uint | index (const uint ll[2], const ushort p[2]) |
Computes the linear index from the tensor product index ll using the polynomial degrees p. | |
| static void | vertexIndex (const uint i, uint ll[2]) |
Computes the tensor product index ll for a vertex with index i. | |
Auxiliary functions for infinite quadrilaterals.
Definition at line 59 of file quadFunctions.hh.
| static void hp2D::InfiniteQuadFunctions::edgeIndex | ( | const uint | i, |
| uint | ll[2] | ||
| ) | [static] |
Computes the tensor product index ll for an edge with index i.
| static uint hp2D::InfiniteQuadFunctions::index | ( | const uint | ll[2], |
| const ushort | p[2] | ||
| ) | [inline, static] |
Computes the linear index from the tensor product index ll using the polynomial degrees p.
Definition at line 76 of file quadFunctions.hh.
| static void hp2D::InfiniteQuadFunctions::vertexIndex | ( | const uint | i, |
| uint | ll[2] | ||
| ) | [static] |
Computes the tensor product index ll for a vertex with index i.