![]() |
PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include <PeriDEMConfig.h>#include "model/dem/demModel.h"#include "material/materialUtil.h"#include "particle/baseParticle.h"#include "util/function.h"#include "util/geomObjects.h"#include "util/matrix.h"#include "util/methods.h"#include "util/point.h"#include "inp/pdecks/contactDeck.h"#include "rw/reader.h"#include "util/geom.h"#include "util/randomDist.h"#include "util/parallelUtil.h"#include "inp/decks/materialDeck.h"#include "inp/decks/modelDeck.h"#include "inp/decks/outputDeck.h"#include "inp/decks/restartDeck.h"#include "rw/vtkParticleWriter.h"#include "rw/vtkParticleReader.h"#include "fe/elemIncludes.h"#include "fe/meshUtil.h"#include <fmt/format.h>#include <fstream>#include <iostream>#include <random>#include <taskflow/taskflow/taskflow.hpp>#include <taskflow/taskflow/algorithm/for_each.hpp>Go to the source code of this file.
Data Structures | |
| class | twoparticle_demo::Model |
| Main model class to handle demo two-particle test implementation. Goal is to show that it is easy to specialize the DEMModel class for different scenarios. More... | |
Namespaces | |
| namespace | twoparticle_demo |
| Namespace to define demo app for two-particle tests. | |
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 375 of file main.cpp.
References util::io::InputParser::cmdOptionExists(), util::io::InputParser::getCmdOption(), util::parallel::getNThreads(), util::parallel::initNThreads(), MAJOR_VERSION, MINOR_VERSION, util::io::print(), twoparticle_demo::Model::run(), util::methods::timeDiff(), and UPDATE_VERSION.