Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::BareEdge Class Reference

#include <bareitems.hpp>

Detailed Description

The Edge basis class It contains the attributes common to all Edges In particular, it contains the two size_type's (first and second) of the points at the two ends of the edge.

Invariant
first < second

Public Member Functions

 BareEdge ()
 
 BareEdge (size_type i, size_type j)
 

Public Attributes

size_type first
 
size_type second
 

Constructor & Destructor Documentation

Feel::BareEdge::BareEdge ( )
inline

Standard Constructor

Feel::BareEdge::BareEdge ( size_type  i,
size_type  j 
)
inline

constructor taking the size_type's

Member Data Documentation

size_type Feel::BareEdge::first

First size_type which defines the Edge

size_type Feel::BareEdge::second

Second size_type which defines the Edge


The documentation for this class was generated from the following file:

Generated on Sun Oct 20 2013 08:25:07 for Feel++ by doxygen 1.8.4