Flow123d  master-f44eb46
Functions
intersection_point_aux.cc File Reference
#include "mesh/mesh.h"
#include "intersection_point_aux.hh"
#include "mesh/ref_element.hh"
#include "mesh/accessors.hh"
#include "system/system.hh"

Go to the source code of this file.

Functions

template<unsigned int N, unsigned int M>
ostream & operator<< (ostream &os, const IntersectionPointAux< N, M > &s)
 
template ostream & operator<<< 1, 2 > (ostream &os, const IntersectionPointAux< 1, 2 > &s)
 
template ostream & operator<<< 2, 1 > (ostream &os, const IntersectionPointAux< 2, 1 > &s)
 
template ostream & operator<<< 2, 2 > (ostream &os, const IntersectionPointAux< 2, 2 > &s)
 
template ostream & operator<<< 1, 3 > (ostream &os, const IntersectionPointAux< 1, 3 > &s)
 
template ostream & operator<<< 3, 1 > (ostream &os, const IntersectionPointAux< 3, 1 > &s)
 
template ostream & operator<<< 2, 3 > (ostream &os, const IntersectionPointAux< 2, 3 > &s)
 
template ostream & operator<<< 3, 2 > (ostream &os, const IntersectionPointAux< 3, 2 > &s)
 

Function Documentation

◆ operator<<()

template<unsigned int N, unsigned int M>
ostream& operator<< ( std::ostream &  os,
const IntersectionPointAux< N, M > &  IP 
)

Friend output operator.

Definition at line 144 of file intersection_point_aux.cc.

◆ operator<<< 1, 2 >()

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

◆ operator<<< 1, 3 >()

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

◆ operator<<< 2, 1 >()

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

◆ operator<<< 2, 2 >()

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

◆ operator<<< 2, 3 >()

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

◆ operator<<< 3, 1 >()

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

◆ operator<<< 3, 2 >()

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