extracts the file name from the command line input
13 logger.assert_always(argc>1,
"Please provide name of first data file as input argument");
14 return std::string(argv[1]);
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
References logger.
Referenced by MixedSpecies< NormalForceSpecies, FrictionForceSpecies, AdhesiveForceSpecies >::copyInto(), Species< NormalForceSpecies, FrictionForceSpecies, AdhesiveForceSpecies >::copyInto(), DataFiles::DataFiles(), statistics_while_running< T >::finishStatistics(), BaseCoupling< M, O >::getName(), Thermal< Particle >::getName(), BaseHandler< T >::getObject(), BaseHandler< T >::getObjectById(), BaseHandler< T >::getObjectsById(), Species< NormalForceSpecies, FrictionForceSpecies, AdhesiveForceSpecies >::mixAll(), BaseHandler< T >::read(), BaseHandler< T >::removeLastObject(), BaseHandler< T >::removeObject(), FlowRule::run(), statistics_while_running< T >::run(), AngleOfRepose::run(), and MixedSpecies< NormalForceSpecies, FrictionForceSpecies, AdhesiveForceSpecies >::write().