|
MDStressLab++
|
#include <Constant.h>
Public Member Functions | |
| Constant () | |
| virtual | ~Constant () |
| double | operator() (const double &t) const |
| Evaluate the one-dimensional constant LDAD shape function. | |
| double | integral () const |
| Return \(\int_{-1}^{1}\phi(t)\,dt=2\) for this shape. | |
| double | integrate (const Vector3d &vec1_pull_seg, const Vector3d &vec2_pull_seg) const |
| Evaluate the segment integral used by the LDAD bond function. | |
Definition at line 13 of file Constant.h.
| Constant::Constant | ( | ) |
Definition at line 11 of file Constant.cpp.
|
virtual |
Definition at line 13 of file Constant.cpp.
| double Constant::integral | ( | ) | const |
Return \(\int_{-1}^{1}\phi(t)\,dt=2\) for this shape.
Definition at line 32 of file Constant.cpp.
Evaluate the segment integral used by the LDAD bond function.
Definition at line 37 of file Constant.cpp.
| double Constant::operator() | ( | const double & | t | ) | const |
Evaluate the one-dimensional constant LDAD shape function.
Definition at line 15 of file Constant.cpp.