FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

edge.H File Reference


Detailed Description

Definition in file edge.H.

#include "src/OpenFOAM/containers/Lists/FixedList/FixedList.H"
#include "src/OpenFOAM/meshes/primitiveShapes/point/pointField.H"
#include "src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H"
#include "src/OpenFOAM/meshes/meshShapes/edge/edgeI.H"
Include dependency graph for edge.H:

Go to the source code of this file.

Classes

class  edge
 An edge is a list of two point labels. The functionality it provides supports the discretisation on a 2-D flat mesh. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

bool  operator== (const edge &a, const edge &b)
bool  operator!= (const edge &a, const edge &b)
template<>
bool  contiguous< edge > ()