ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Protected Attributes | List of all members
TJointCollection Class Reference

#include <JointCollection.h>

Collaboration diagram for TJointCollection:
Collaboration graph
[legend]

Public Member Functions

 TJointCollection (int n_joints, TJoint **joints)
 
int GetN_Joints ()
 
TJointGetJoint (int i)
 
 ~TJointCollection ()
 

Protected Attributes

int N_Joints
 
TJoint ** Joints
 

Detailed Description

store joints in an array, used by DG matrices assembler

Constructor & Destructor Documentation

TJointCollection::TJointCollection ( int  n_joints,
TJoint **  joints 
)

constructor

TJointCollection::~TJointCollection ( )

destructor: delete arrays

Member Function Documentation

TJoint* TJointCollection::GetJoint ( int  i)
inline

return joint with index i in joint-array

int TJointCollection::GetN_Joints ( )
inline

return number of joints

Member Data Documentation

TJoint** TJointCollection::Joints
protected

array containing the pointers to the cells

int TJointCollection::N_Joints
protected

number of joints stored


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