5 #ifndef BaseCoordinates_h
6 #define BaseCoordinates_h
9 #ifdef MERCURYDPM_OVERLAP
10 #include "overlap.hpp"
33 #ifdef MERCURYDPM_OVERLAP
34 overlap::Hexahedron getMeshElement()
const
36 logger(
ERROR,
"function getMeshElement not implemented");
37 return overlap::Hexahedron();
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
LL< Log::ERROR > ERROR
Error log level.
Definition: Logger.cc:32
Contains common member functions of the X, Y, and Z classes.
Definition: BaseCoordinates.h:22
virtual Mdouble getWeight()
Definition: BaseCoordinates.cc:14
static Mdouble getDomainVolume(const Vec3D &min, const Vec3D &max)
Definition: BaseCoordinates.cc:9
Definition: Kernel/Math/Vector.h:30
#define min(a, b)
Definition: datatypes.h:22
#define max(a, b)
Definition: datatypes.h:23
The class in this namespace contain the position of a CGPoint, in the non-averaged directions,...
Definition: Base_X_Y_Z.h:21