gbroques / ccxmeshreader

Reads a mesh from CalcluliX input (.inp) files.
GNU Lesser General Public License v2.1
6 stars 0 forks source link

Stop reading at first *STEP card #6

Open gbroques opened 4 years ago

gbroques commented 4 years ago

The first *STEP denotes the end of the model definition cards, and thus the definition of the mesh.

For performance, we can quit reading the .inp file at this point.