Strong Coupling Core
0.1.0
Library for solving a system of strong coupled physical subsystems.
|
An element containing 6 entries, 3 spatial and 3 rotational degrees of freedom. More...
#include <JacobianElement.h>
Public Member Functions | |
JacobianElement () | |
virtual | ~JacobianElement () |
double | multiply (const Vec3 &spatial, const Vec3 &rotational) |
double | multiply (const JacobianElement &e) |
void | setSpatial (double, double, double) |
void | setRotational (double, double, double) |
void | setSpatial (const Vec3 &) |
void | setRotational (const Vec3 &) |
Vec3 | getSpatial () const |
Vec3 | getRotational () const |
void | print () |
An element containing 6 entries, 3 spatial and 3 rotational degrees of freedom.
JacobianElement::JacobianElement | ( | ) |
|
virtual |
Vec3 JacobianElement::getRotational | ( | ) | const |
Vec3 JacobianElement::getSpatial | ( | ) | const |
double JacobianElement::multiply | ( | const JacobianElement & | e | ) |
void JacobianElement::print | ( | ) |
void JacobianElement::setRotational | ( | double | x, |
double | y, | ||
double | z | ||
) |
void JacobianElement::setRotational | ( | const Vec3 & | rotational | ) |
void JacobianElement::setSpatial | ( | double | x, |
double | y, | ||
double | z | ||
) |
void JacobianElement::setSpatial | ( | const Vec3 & | spatial | ) |