#include "simplex.hh"
#include <iostream>
#include <armadillo>
#include "system/system.hh"
#include "mesh/ref_element.hh"
Go to the source code of this file.
template<unsigned int N>
ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Simplex< N > & |
s |
|
) |
| |
Operator for printing Simplex<N>.
Friend output operator.
Definition at line 69 of file simplex.cc.
template<>
ostream& operator<< < 0 > |
( |
ostream & |
os, |
|
|
const Simplex< 0 > & |
s |
|
) |
| |
template ostream& operator<< < 1 > |
( |
ostream & |
os, |
|
|
const Simplex< 1 > & |
s |
|
) |
| |
template ostream& operator<< < 2 > |
( |
ostream & |
os, |
|
|
const Simplex< 2 > & |
s |
|
) |
| |
template ostream& operator<< < 3 > |
( |
ostream & |
os, |
|
|
const Simplex< 3 > & |
s |
|
) |
| |
const std::vector<unsigned int> face_edge = {0,0,1,2,1,2} |
|
static |