Flow123d  release_2.2.0-914-gf1a3a4f
Functions | Variables
simplex.cc File Reference
#include "simplex.hh"
#include <iostream>
#include <armadillo>
#include "system/system.hh"
#include "mesh/ref_element.hh"

Go to the source code of this file.

Functions

template<>
ostream & operator<< < 0 > (ostream &os, const Simplex< 0 > &s)
 
template<unsigned int N>
ostream & operator<< (ostream &os, const Simplex< N > &s)
 Operator for printing Simplex<N>. More...
 
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)
 

Variables

static const std::vector< unsigned int > face_edge = {0,0,1,2,1,2}
 

Function Documentation

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 
)

Definition at line 62 of file simplex.cc.

template ostream& operator<< < 1 > ( ostream &  os,
const Simplex< 1 > &  s 
)

Here is the caller graph for this function:

template ostream& operator<< < 2 > ( ostream &  os,
const Simplex< 2 > &  s 
)

Here is the caller graph for this function:

template ostream& operator<< < 3 > ( ostream &  os,
const Simplex< 3 > &  s 
)

Here is the caller graph for this function:

Variable Documentation

const std::vector<unsigned int> face_edge = {0,0,1,2,1,2}
static

Definition at line 27 of file simplex.cc.