MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
genj.cc File Reference
#include "mbconfig.h"
#include <limits>
#include "dataman.h"
#include "genj.h"
#include "hint.h"
#include "hint_impl.h"
#include "Rot.hh"
Include dependency graph for genj.cc:

Go to the source code of this file.

Variables

static const char xyz [] = "xyz"
 
static const char * dof []
 
static const char * eq []
 

Variable Documentation

const char* dof[]
static
Initial value:
= {
"reaction force f",
"reaction couple m",
"reaction force derivative fP",
"reaction couple derivative mP"
}

Definition at line 1254 of file genj.cc.

Referenced by ClampJoint::DescribeDof().

const char* eq[]
static
Initial value:
= {
"position constraint P",
"orientation constraint theta",
"position constraint derivative v",
"orientation constraint derivative w"
}

Definition at line 1260 of file genj.cc.

Referenced by ClampJoint::DescribeEq().

const char xyz[] = "xyz"
static

Definition at line 1253 of file genj.cc.

Referenced by ClampJoint::DescribeDof(), and ClampJoint::DescribeEq().