184 logger(
INFO,
"LocalVolumeFraction at %: %",position, volumeFraction);
186 logger(
INFO,
"LocalVolumeFraction with HGrid at %: %",position, volumeFraction);
188 logger(
INFO,
"LocalVolumeFraction with HGrid at %: %",position, volumeFraction);
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.
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
In this file a cubic packing of 5^3 particles in a tri-axial box is created and allowed to settle und...
Definition: HGridUpdateUnitTest.cpp:30
Mdouble computeLocalVolumeFractionHGrid(Vec3D position, Mdouble cutoff)
Definition: ComputeVolumeFractionSelfTest.cpp:78
Mdouble computeLocalVolumeFraction(Vec3D position, Mdouble cutoff)
Definition: ComputeVolumeFractionSelfTest.cpp:66
Mdouble computeLocalVolumeFractionHGridCompact(Vec3D position, Mdouble cutoff)
Definition: ComputeVolumeFractionSelfTest.cpp:171