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

Folder based output support #11

Open yangbai90 opened 4 years ago

yangbai90 commented 4 years ago

We need a better solution for folder-based output, which is a very natural property in C++17. However, for some old compiler, it is not supported. We need a solution to solve this issue.