NewElement Class Reference#include <NewElement.h>
Inheritance diagram for NewElement:
List of all members.
|
Public Member Functions |
| | NewElement (int tag) |
| | NewElement () |
| | ~NewElement () |
| const char * | getClassType (void) const |
| int | getNumExternalNodes (void) const |
| const ID & | getExternalNodes (void) |
| Node ** | getNodePtrs (void) |
| int | getNumDOF (void) |
| void | setDomain (Domain *theDomain) |
| int | commitState (void) |
| int | revertToLastCommit (void) |
| int | revertToStart (void) |
| int | update (void) |
| const Matrix & | getTangentStiff (void) |
| const Matrix & | getInitialStiff (void) |
| void | zeroLoad (void) |
| int | addLoad (const Vector &addP) |
| int | addInertiaLoadToUnbalance (const Vector &accel) |
| const Vector & | getResistingForce (void) |
| const Vector & | getResistingForceIncInertia (void) |
| int | sendSelf (int commitTag, Channel &theChannel) |
| int | recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker) |
| int | displaySelf (Renderer &theViewer, int displayMode, float fact) |
| void | Print (OPS_Stream &s, int flag=0) |
| Response * | setResponse (const char **argv, int argc, Information &eleInfo, OPS_Stream &) |
| int | getResponse (int responseID, Information &eleInformation) |
| int | setParameter (const char **argv, int argc, Parameter ¶m) |
| int | updateParameter (int parameterID, Information &info) |
Detailed Description
Definition at line 44 of file NewElement.h.
Constructor & Destructor Documentation
| NewElement::NewElement |
( |
int |
tag |
) |
|
| NewElement::NewElement |
( |
|
) |
|
| NewElement::~NewElement |
( |
|
) |
|
Member Function Documentation
| const char* NewElement::getClassType |
( |
void |
|
) |
const [inline, virtual] |
| int NewElement::getNumExternalNodes |
( |
void |
|
) |
const [virtual] |
| const ID & NewElement::getExternalNodes |
( |
void |
|
) |
[virtual] |
| Node ** NewElement::getNodePtrs |
( |
void |
|
) |
[virtual] |
| int NewElement::getNumDOF |
( |
void |
|
) |
[virtual] |
| void NewElement::setDomain |
( |
Domain * |
theDomain |
) |
[virtual] |
| int NewElement::commitState |
( |
void |
|
) |
[virtual] |
| int NewElement::revertToLastCommit |
( |
void |
|
) |
[virtual] |
| int NewElement::revertToStart |
( |
void |
|
) |
[virtual] |
| int NewElement::update |
( |
void |
|
) |
[virtual] |
| const Matrix & NewElement::getTangentStiff |
( |
void |
|
) |
[virtual] |
| const Matrix & NewElement::getInitialStiff |
( |
void |
|
) |
[virtual] |
| void NewElement::zeroLoad |
( |
void |
|
) |
[virtual] |
| int NewElement::addLoad |
( |
const Vector & |
addP |
) |
|
| int NewElement::addInertiaLoadToUnbalance |
( |
const Vector & |
accel |
) |
[virtual] |
| const Vector & NewElement::getResistingForce |
( |
void |
|
) |
[virtual] |
| const Vector & NewElement::getResistingForceIncInertia |
( |
void |
|
) |
[virtual] |
| int NewElement::sendSelf |
( |
int |
commitTag, |
|
|
Channel & |
theChannel | |
|
) |
| | [virtual] |
| int NewElement::displaySelf |
( |
Renderer & |
theViewer, |
|
|
int |
displayMode, |
|
|
float |
fact | |
|
) |
| | [virtual] |
| void NewElement::Print |
( |
OPS_Stream & |
s, |
|
|
int |
flag = 0 | |
|
) |
| | [virtual] |
| int NewElement::getResponse |
( |
int |
responseID, |
|
|
Information & |
eleInformation | |
|
) |
| | [virtual] |
| int NewElement::setParameter |
( |
const char ** |
argv, |
|
|
int |
argc, |
|
|
Parameter & |
param | |
|
) |
| | [virtual] |
| int NewElement::updateParameter |
( |
int |
parameterID, |
|
|
Information & |
info | |
|
) |
| | [virtual] |
The documentation for this class was generated from the following files:
Generated on Mon Oct 23 15:05:46 2006 for OpenSees by 1.5.0
|