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::BareFace Class Reference

#include <bareitems.hpp>

Detailed Description

The base Face class.

Contains the common parameters of all Edges A Face contains three size_type's (first, second and third) of points at face vertex, chosen so to uniquely identify the face.

Invariant
first<second<third.

Public Member Functions

 BareFace ()
 
 BareFace (size_type i, size_type j, size_type k)
 
 BareFace (size_type i, const BareEdge &e)
 

Public Attributes

size_type first
 
size_type second
 
size_type third
 

Constructor & Destructor Documentation

Feel::BareFace::BareFace ( )
inline

Default constructor

Feel::BareFace::BareFace ( size_type  i,
size_type  j,
size_type  k 
)
inline

Constructor that takes the size_type's as parameter

Feel::BareFace::BareFace ( size_type  i,
const BareEdge e 
)
inline

Constructor that takes a BareEdge Object and an size_type. The face is then identified by the size_type of the Points on the BareEdge + i

Member Data Documentation

size_type Feel::BareFace::first

First size_type which defines the BareFace

size_type Feel::BareFace::second

Second size_type which defines the BareFace

size_type Feel::BareFace::third

Third size_type which defines the BareFace


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

Generated on Sun Dec 22 2013 13:11:17 for Feel++ by doxygen 1.8.5