MatMechLab / AsFem

Advanced Simulation kit based on Finite Element Method (AsFem)
https://matmechlab.github.io/AsFem
GNU General Public License v3.0
180 stars 53 forks source link

Read input file without running simulation #23

Closed yangbai90 closed 3 years ago

yangbai90 commented 3 years ago

Instead of running the simulation immediately, we need args from the command line to allow users to read their input file only. Thus, we can verify the input data easily.

yangbai90 commented 3 years ago

Now, users can use the --read-only command:

asfem -i youinput.i --read-only

The detailed changes can be found here 455e5a153f92bf511b5b34d24f008263e6175b54