DrivenParticleUnitTest.cpp File Reference
#include <cmath>
#include "DPMBase.h"
#include "Species/LinearViscoelasticSpecies.h"
#include "Math/ExtendedMath.h"

Classes

class  DrivenParticleClass
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
82 {
83  // Problem setup
84  DrivenParticleClass problem;
85  problem.setName("DrivenParticleUnitTest");
87  problem.solve();
88 
89  return 0;
90 }
@ NO_FILE
file will not be created/read
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
void setFileType(FileType fileType)
Sets File::fileType_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:459
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: DrivenParticleUnitTest.cpp:38

References NO_FILE, DPMBase::setFileType(), DPMBase::setName(), and DPMBase::solve().