const int TIME_STEP_RATIO = 10; // This controls whether output is written to the console or not const bool CONSOLEOUT = false; // This controls whether output is written to a file or not const bool FILEOUT = false; int main() { // Simulation time-step double dt; // Set the si...
• Export to STL did not account for partial time steps. • If a material block contained bonded particles, only the first block would be created with bonds. • The last time step could become corrupted if it's selective and compression were used. • The default coloring for Stress ...