HyperHDG
Functions | Variables
lexicographic_03.cc File Reference
#include <iomanip>
#include <iostream>
#include <tpcc/lexicographic.h>
Include dependency graph for lexicographic_03.cc:

Functions

template<class MESH >
void print_mesh (const MESH &mesh)
 
template<unsigned int k>
void test_1 ()
 
template<unsigned int k>
void test_2 ()
 
template<unsigned int k>
void test_3 ()
 
template<unsigned int k>
void test_4 ()
 
int main ()
 

Variables

constexpr std::array< unsigned short, 1 > dim1 { { 5 } }
 
constexpr std::array< unsigned short, 2 > dim2 { { 2, 3 } }
 
constexpr std::array< unsigned short, 3 > dim3 { { 2, 3, 4 } }
 
constexpr std::array< unsigned short, 4 > dim4 { { 1, 2, 3, 4 } }
 

Function Documentation

◆ main()

int main ( )

◆ print_mesh()

template<class MESH >
void print_mesh ( const MESH &  mesh)

◆ test_1()

template<unsigned int k>
void test_1 ( )
Here is the call graph for this function:

◆ test_2()

template<unsigned int k>
void test_2 ( )
Here is the call graph for this function:

◆ test_3()

template<unsigned int k>
void test_3 ( )
Here is the call graph for this function:

◆ test_4()

template<unsigned int k>
void test_4 ( )
Here is the call graph for this function:

Variable Documentation

◆ dim1

constexpr std::array<unsigned short, 1> dim1 { { 5 } }
constexpr

◆ dim2

constexpr std::array<unsigned short, 2> dim2 { { 2, 3 } }
constexpr

◆ dim3

constexpr std::array<unsigned short, 3> dim3 { { 2, 3, 4 } }
constexpr

◆ dim4

constexpr std::array<unsigned short, 4> dim4 { { 1, 2, 3, 4 } }
constexpr