|
OOFEM 3.0
|
#include <prescribedgradientbcweak.h>
Public Member Functions | |
| ArcPosSortFunction3 (const FloatArray &iLC, const FloatArray &iUC, const double &iTol, int iSideInd) | |
| bool | operator() (const std ::pair< FloatArray, T > &iVec1, const std ::pair< FloatArray, int > &iVec2) const |
| double | calcArcPos (const FloatArray &iPos) const |
Private Attributes | |
| const FloatArray | mLC |
| const FloatArray | mUC |
| const double | mTol |
| const int | mSideInd |
Definition at line 330 of file prescribedgradientbcweak.h.
|
inline |
|
inline |
Definition at line 345 of file prescribedgradientbcweak.h.
References oofem::distance(), mLC, mSideInd, mUC, OOFEM_ERROR, and oofem::Vec2().
Referenced by oofem::PrescribedGradientBCWeak::giveTractionElArcPos(), and operator()().
|
inline |
Definition at line 340 of file prescribedgradientbcweak.h.
References calcArcPos().
|
private |
Definition at line 373 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction3(), and calcArcPos().
|
private |
Definition at line 378 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction3(), and calcArcPos().
|
private |
Definition at line 375 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction3().
|
private |
Definition at line 374 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction3(), and calcArcPos().