SphereInsertionBoundaryUnitTest.cpp File Reference
#include <CMakeDefinitions.h>
#include "Mercury3D.h"
#include "Species/LinearViscoelasticSpecies.h"
#include "Boundaries/SphereInsertionBoundary.h"

Classes

class  PSDSelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
77 {
79  problem.solve();
80 
81  // check if the particles where inserted correctly into the CylinderInsertionBoundary
82  logger.assert_always(problem.particleHandler.getSize() == 170, "The number of particles (%) in the SphereInsertionBoundary is not correct", problem.particleHandler.getSize());
83 }
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Definition: PSDSelfTest.cpp:19
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References logger, and problem.