basic contour described by two contour parameters
More...
#include <contour2s.h>
Public Member Functions | |
Contour2s (const std::string &name) | |
constructor More... | |
![]() | |
virtual std::string | getType () const |
virtual ContactKinematics * | findContactPairingWith (std::string type0, std::string type1)=0 |
virtual fmatvec::Vec3 | evalPosition (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer1Wn (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer2Wn (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer1Wu (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer2Wu (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer1Wv (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalParDer2Wv (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalWrPS (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalWs (const fmatvec::Vec2 &zeta) |
virtual fmatvec::Vec3 | evalWt (const fmatvec::Vec2 &zeta) |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |
basic contour described by two contour parameters
|
inline |
constructor
name | of contour |