Academic version of MSolve open source numerical solver for computational mechanics problems.
- Analyzers: Contains the classes for creating a Static and Linear Analyses.
- Finite Elements: Contains the basic two dimensional Finite Elements and Materials for creating simple models.
- Linear Algebra: Contains linear algebra classes for the basic operations for matrices, vectors and a Skyline matrix storage.
- Solvers: Contains classes for creating and solving a linear system with Skyline matrix storage and Cholesky direct solver.
You can choose either to clone the solution or downloads it as a zip file.
- Under the repository name, click Clone or Download option.
- In the popup appearing choose the Use HTTPS option.
-
Open Visual Studio. In Team Explorer window appearing in your screen under Local Git Repositories click the Clone option. If Team Explorer window is not visible you can enable in View -> Team Explorer
- In the text box appearing paste the link.
- Click clone and Visual Studio will automatically download and import MSolve.Edu
- Under the repository name, click Clone or Download option
-
Click Downlaod ZIP option. MSolve.Edu will be downloaded as a ZIP file.
-
Extract the ZIP file to the folder of choice.
-
Double click on MSolve.Edu.sln file to open the code with Visual Studio
For more information on the code functionality please refer to the reference manual that presents an in depth documentation: https://github.com/mgroupntua/MSolve.Edu/wiki