/MyMeshApp

Simple and lightweight Mesh-based Application framework

Primary LanguageC++

Mesh-based Application

Developer: 陈灿辉 17343008

Development Language: C++11

The development environment:Windows10, Visual Studio 2017

Support for parallel frameworks: OpenMP

  1. The generated static link library is located in the Debug directory of the current directory
  2. The sample code to run is in the MyMeshApp\Example directory
  3. The generated log file and the file to store the temporary results are in MyMeshApp\data directory
  4. The main function is in the MyMeshApp\MyMeshApp.cpp file. The default sample code to run is the Cooling Simulation in the MyMeshApp\Example directory