Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::Triangle Class Reference

#include <Triangle.h>

Inheritance diagram for dolfin::Triangle:

Inheritance graph
[legend]
Collaboration diagram for dolfin::Triangle:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Triangle (Node &n0, Node &n1, Node &n2)
int noNodes () const
int noEdges () const
int noFaces () const
int noBoundaries () const
Cell::Type type () const
real volume () const
real diameter () const

Constructor & Destructor Documentation

Triangle::Triangle Node n0,
Node n1,
Node n2
 


Member Function Documentation

real Triangle::diameter  )  const [virtual]
 

Implements dolfin::GenericCell.

int Triangle::noBoundaries  )  const [virtual]
 

Implements dolfin::GenericCell.

int Triangle::noEdges  )  const [virtual]
 

Implements dolfin::GenericCell.

int Triangle::noFaces  )  const [virtual]
 

Implements dolfin::GenericCell.

int Triangle::noNodes  )  const [virtual]
 

Implements dolfin::GenericCell.

Cell::Type Triangle::type  )  const [virtual]
 

Implements dolfin::GenericCell.

real Triangle::volume  )  const [virtual]
 

Implements dolfin::GenericCell.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.