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