MDStressLab++
|
#include <MethodLdad.h>
Public Member Functions | |
MethodLdad (const Matrix3d &ldadVectors) | |
MethodLdad (const MethodLdad &) | |
virtual | ~MethodLdad () |
![]() | |
virtual | ~Method () |
double | operator() (const Vector3d &vec) const |
The weighting function \(w\) used to compute stress. | |
double | bondFunction (const Vector3d &vec1, const Vector3d &vec2) const |
The bond function \(b(\boldsymbol v^1, \boldsymbol v^2)\) gives the weight associated to a bond formed by two atoms. | |
double | getAveragingDomainSize () const |
Gets the spatial size of the averaging domain, i.e. the support of the weighting function. | |
Protected Member Functions | |
double | operator() (const Vector3d &vec) const |
double | bondFunction (const Vector3d &vec1, const Vector3d &vec2) const |
Friends | |
class | Method< MethodLdad< T > > |
Additional Inherited Members | |
![]() | |
double | averagingDomainSize |
Definition at line 19 of file MethodLdad.h.
MethodLdad< T >::MethodLdad | ( | const Matrix3d & | ldadVectors | ) |
Definition at line 16 of file MethodLdad.cpp.
MethodLdad< T >::MethodLdad | ( | const MethodLdad< T > & | ) |
|
virtual |
Definition at line 41 of file MethodLdad.cpp.
|
protected |
Definition at line 55 of file MethodLdad.cpp.
|
protected |
Definition at line 46 of file MethodLdad.cpp.
|
friend |
Definition at line 84 of file MethodLdad.h.