Files
CFDEMcoupling-PFM/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/meshIt
MarkoRamius 48c2ac22c0 recurrence model: testing large, incomplete data bases
This is a small, simple tutorial for testing the implementation of
large, incomplete data bases.
In this tutorial case, rStatAnalysis is used as post-processor and
it uses a data base in memory, which is smaller than the number of
snapshots on disk.
2018-03-08 16:49:34 +11:00

7 lines
131 B
Bash
Executable File

#!/bin/bash
blockMesh 2>&1 | tee log.blockMesh 2>&1
# renumber the mesh
renumberMesh -overwrite 2>&1 | tee log.renumberMesh 2>&1