Sundance::Rivara::Face Class Reference

List of all members.

Public Member Functions

 Face (const RCP< Node > &a, const RCP< Node > &b, const RCP< Node > &c)
const FaceNodesnodes () const
int ownerProc () const
int globalIndex () const
void setGlobalIndex (int globalIndex)
void setLabel (int label)
int label () const

Private Attributes

int label_
int globalIndex_
FaceNodes nodes_
int ownerProc_


Detailed Description

class Face is a two-dimensional face in a simplicial mesh.

Definition at line 54 of file SundanceRivaraFace.hpp.


Constructor & Destructor Documentation

Sundance::Rivara::Face::Face ( const RCP< Node > &  a,
const RCP< Node > &  b,
const RCP< Node > &  c 
) [inline]

Construct with three nodes

Definition at line 60 of file SundanceRivaraFace.hpp.


Member Function Documentation

int Sundance::Rivara::Face::globalIndex (  )  const [inline]

Return the global index of this edge

Definition at line 80 of file SundanceRivaraFace.hpp.

References globalIndex_.

int Sundance::Rivara::Face::label (  )  const [inline]

Get the label

Definition at line 95 of file SundanceRivaraFace.hpp.

References label_.

const FaceNodes& Sundance::Rivara::Face::nodes (  )  const [inline]

Definition at line 72 of file SundanceRivaraFace.hpp.

References nodes_.

int Sundance::Rivara::Face::ownerProc (  )  const [inline]

Definition at line 75 of file SundanceRivaraFace.hpp.

References ownerProc_.

void Sundance::Rivara::Face::setGlobalIndex ( int  globalIndex  )  [inline]

Set the global index of this edge

Definition at line 85 of file SundanceRivaraFace.hpp.

References globalIndex_.

void Sundance::Rivara::Face::setLabel ( int  label  )  [inline]

Set the label of this edge

Definition at line 90 of file SundanceRivaraFace.hpp.

References label_.


Member Data Documentation

Definition at line 99 of file SundanceRivaraFace.hpp.

Referenced by globalIndex(), and setGlobalIndex().

Definition at line 98 of file SundanceRivaraFace.hpp.

Referenced by label(), and setLabel().

Definition at line 100 of file SundanceRivaraFace.hpp.

Referenced by nodes().

Definition at line 101 of file SundanceRivaraFace.hpp.

Referenced by ownerProc().

Site Contact