hp2D::InfiniteQuadFunctions Class Reference

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. More...
 
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. More...
 
static void vertexIndex (const uint i, uint ll[2])
 Computes the tensor product index ll for a vertex with index i. More...
 

Detailed Description

Auxiliary functions for infinite quadrilaterals.

Author
Kersten Schmidt, 2009

Definition at line 62 of file quadFunctions.hh.

Member Function Documentation

◆ edgeIndex()

static void hp2D::InfiniteQuadFunctions::edgeIndex ( const uint  i,
uint  ll[2] 
)
static

Computes the tensor product index ll for an edge with index i.

Returns
ll

◆ index()

static uint hp2D::InfiniteQuadFunctions::index ( const uint  ll[2],
const ushort  p[2] 
)
inlinestatic

Computes the linear index from the tensor product index ll using the polynomial degrees p.

Returns
Linear index

Definition at line 79 of file quadFunctions.hh.

◆ vertexIndex()

static void hp2D::InfiniteQuadFunctions::vertexIndex ( const uint  i,
uint  ll[2] 
)
static

Computes the tensor product index ll for a vertex with index i.

Returns
ll

The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich