HyperHDG
Functions | Variables
slab_02.cc File Reference
#include <algorithm>
#include <array>
#include <iomanip>
#include <iostream>
#include <tpcc/slab.h>
Include dependency graph for slab_02.cc:

Functions

template<int n, int k, typename B , typename S , typename T >
void test (const TPCC::Slab< n, k, B, S, T > &slab)
 
template<int k, class A >
constexpr void test (const A &arr)
 
int main (int, char *[])
 

Variables

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

Function Documentation

◆ main()

int main ( int  ,
char *  [] 
)

◆ test() [1/2]

template<int k, class A >
constexpr void test ( const A &  arr)
constexpr
Here is the call graph for this function:

◆ test() [2/2]

template<int n, int k, typename B , typename S , typename T >
void test ( const TPCC::Slab< n, k, B, S, T > &  slab)
Here is the call graph for this function:

Variable Documentation

◆ dim1

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

◆ dim2

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

◆ dim3

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