|
OOFEM 3.0
|
#include <prescribedgradientbcweak.h>
Public Member Functions | |
| ArcPosSortFunction4 (const FloatArray &iLC, const FloatArray &iUC, const double &iRelTol) | |
| bool | operator() (const FloatArray &iVec1, const FloatArray &iVec2) const |
| double | calcArcPos (const FloatArray &iPos) const |
Private Attributes | |
| const FloatArray | mLC |
| const FloatArray | mUC |
| const double | mRelTol |
Definition at line 382 of file prescribedgradientbcweak.h.
|
inline |
Definition at line 385 of file prescribedgradientbcweak.h.
|
inline |
Definition at line 396 of file prescribedgradientbcweak.h.
References oofem::distance(), mLC, mRelTol, mUC, OOFEM_ERROR, and oofem::Vec2().
Referenced by oofem::PrescribedGradientBCWeak::createTractionMesh(), and operator()().
|
inline |
Definition at line 391 of file prescribedgradientbcweak.h.
References calcArcPos().
|
private |
Definition at line 442 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction4(), and calcArcPos().
|
private |
Definition at line 444 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction4(), and calcArcPos().
|
private |
Definition at line 443 of file prescribedgradientbcweak.h.
Referenced by ArcPosSortFunction4(), and calcArcPos().