32 Vec3D position(1,.5,0);
40 velocity =
Vec3D(1,.5,0);
44 velocity =
Vec3D(-.5,1,0);
48 velocity =
Vec3D(0,0,1);
52 velocity =
Vec3D(1,.5,0);
57 velocity =
Vec3D(-.5,1,0);
62 velocity =
Vec3D(0,0,1);
LL< Log::INFO > INFO
Info log level.
Definition: Logger.cc:55
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Implementation of a 3D matrix.
Definition: Matrix.h:38
static Matrix3D dyadic(const Vec3D &a, const Vec3D &b)
Calculates the dyadic product of a two Vec3D: .
Definition: Matrix.cc:323
Matrix3D getCylindricalTensorField(const Vec3D &p) const
Returns the matrix in cylindrical coordinates.
Definition: Matrix.cc:394
Vec3D getCylindricalTensorField(const Vec3D &position) const
Returns this vector field at point p to cylindrical coordinates.
Definition: Vector.cc:261