HandlerConstructorDestructorUnitTest.cpp File Reference
#include <iostream>
#include <Species/LinearViscoelasticSpecies.h>
#include "DPMBase.h"
#include "Walls/InfiniteWall.h"
#include "Boundaries/PeriodicBoundary.h"

Classes

class  my_problem
 todo{This code is not working as is wanted} More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
35 {
36  {
37  logger(VERBOSE, "Creating base problem\n", Flusher::NO_FLUSH);
39  problem.setName("ParticleHandlerDestructorTest");
40  logger(VERBOSE, "Finished creating base problem\n\n", Flusher::NO_FLUSH);
41 
42  logger(VERBOSE, "Adding a SphericalParticle, InfiniteWall and PeriodicBoundary to the base problem\n");
43  problem.setupInitialConditions();
44  logger(VERBOSE, "Finished adding a SphericalParticle, InfiniteWall and PeriodicBoundary to the base "
45  "problem\n\n", Flusher::NO_FLUSH);
46 
47  logger(VERBOSE, "Copying base problem\n", Flusher::NO_FLUSH);
48  //my_problem problem2(problem);
49  logger(VERBOSE, "Finished copying base problem\n\n", Flusher::NO_FLUSH);
50 
51  logger(VERBOSE, "Starting to destruct everything\n", Flusher::NO_FLUSH);
52  }
53  logger(VERBOSE, "Ready");
54 }
LL< Log::VERBOSE > VERBOSE
Verbose information.
Definition: Logger.cc:36
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
todo{This code is not working as is wanted}
Definition: elastic_gas.cpp:13
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References logger, NO_FLUSH, problem, and VERBOSE.