#include <siforce.hpp>
Inheritance diagram for SIForce:
Public Member Functions | |
SIForce () | |
SIForce (Elem2D *e) | |
~SIForce () | |
virtual GVector | Accel (GDOUBLE time, GINT idir)=0 |
virtual GBOOL | Accel (GDOUBLE time, GINT idir, GVector &ret)=0 |
virtual GBOOL | Initialize () |
virtual void | SetElem (Elem2D *e) |
void | SetTimeStep (const GDOUBLE t) |
void | SetDensity (const GDOUBLE d) |
Protected Attributes | |
GINT | rank_ |
GINT | idims_ [3] |
GINT | NN_ |
GDOUBLE | dt_ |
GDOUBLE | rho_ |
Elem2D * | elem |
|
|
|
|
|
|
|
Implemented in EVForce. |
|
Implemented in EVForce. |
|
Reimplemented in EVForce. |
|
|
|
Reimplemented in EVForce. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|