|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file. 1 #ifndef __Poisson_Elem_H
2 #define __Poisson_Elem_H
int allocateInternals(int DOF)
int allocateLoad(int DOF)
void setElemID(GlobalID gNID)
double * getNodalY(int &size)
double getTotalLength() const
double ** getElemStiff(int &size)
double * getElemLoad(int &size)
void messageAbort(const char *str)
void numElemNodes(int gNodes)
GlobalID * getElemConnPtr(int &size)
GlobalID getElemID() const
void numElemRows(int gNERows)
int allocateStiffness(int DOF)
void calculateStiffness()
void setElemLength(double len)
void setTotalLength(double len)
double getElemLength() const
double * getNodalX(int &size)