[REV_SIM:class]
[REV_SIM:main]
121 stressGoal.
YY = 100.0;
134 gainFactor.
XY = 0.0001;
135 gainFactor.
XX = 0.0001;
136 gainFactor.
YY = 0.0001;
137 gainFactor.
ZZ = 0.0001;
141 bool isStrainRateControlled =
true;
147 dpm.setName(
"Tutorial_SimpleShear");
151 dpm.setSaveCount(100);
158 dpm.setParticlesWriteVTK(
true);
@ NO_FILE
file will not be created/read
Implementation of a 3D matrix.
Definition: Matrix.h:38
Mdouble XY
Definition: Matrix.h:43
Mdouble YY
Definition: Matrix.h:43
Mdouble ZZ
Definition: Matrix.h:43
Mdouble XX
all nine matrix elements
Definition: Matrix.h:43
[REV_ISO:headers]
Definition: REVIsotropicCompressionDemo.cpp:40
References DPMBase::dataFile, DPMBase::eneFile, DPMBase::fStatFile, NO_FILE, DPMBase::restartFile, File::setFileType(), DPMBase::setName(), DPMBase::setParticlesWriteVTK(), DPMBase::setSaveCount(), DPMBase::setTimeMax(), DPMBase::solve(), Matrix3D::XX, Matrix3D::XY, Matrix3D::YY, and Matrix3D::ZZ.