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

#include <FEDesc1D.h>

Public Member Functions

 TFEDesc1D (char *description, int n_dof, int n_jointdof, int **jointdof, int n_innerdof, int *innerdof)
 
char * GetDescription ()
 
int GetN_DOF ()
 
int GetN_JointDOF ()
 
int GetN_InnerDOF ()
 
int * GetInnerDOF ()
 
int ** GetJointDOF ()
 
int * GetJointDOF (int i)
 

Protected Attributes

char * Description
 
int N_DOF
 
int N_JointDOF
 
int ** JointDOF
 
int N_InnerDOF
 
int * InnerDOF
 

Detailed Description

store a finite element descriptor for a 1D element

Constructor & Destructor Documentation

TFEDesc1D::TFEDesc1D ( char *  description,
int  n_dof,
int  n_jointdof,
int **  jointdof,
int  n_innerdof,
int *  innerdof 
)

constructor, setting all data

Member Function Documentation

char* TFEDesc1D::GetDescription ( )
inline

return description

int* TFEDesc1D::GetInnerDOF ( )
inline

return local numbers of inner degrees of freedom

Here is the caller graph for this function:

int** TFEDesc1D::GetJointDOF ( )
inline

return local numbers of degrees of freedom on each joint

Here is the caller graph for this function:

int* TFEDesc1D::GetJointDOF ( int  i)
inline

return local numbers of degrees of freedom on joint i

int TFEDesc1D::GetN_DOF ( )
inline

return number of degrees of freedom

Here is the caller graph for this function:

int TFEDesc1D::GetN_InnerDOF ( )
inline

return number of inner degrees of freedom

Here is the caller graph for this function:

int TFEDesc1D::GetN_JointDOF ( )
inline

return number of degrees of freedom per closure of each joint

Here is the caller graph for this function:

Member Data Documentation

char* TFEDesc1D::Description
protected

description for the object

int* TFEDesc1D::InnerDOF
protected

local numbers of all inner degrees of freedom

int** TFEDesc1D::JointDOF
protected

local numbers of all degrees of freedom on the joints

int TFEDesc1D::N_DOF
protected

number of degrees of freedom

int TFEDesc1D::N_InnerDOF
protected

number of inner degrees of freedom

int TFEDesc1D::N_JointDOF
protected

number of degrees of freedom on closure of each joint


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