Skip to content

mgroupntua/MSolve.Edu

Repository files navigation

alt text

MSolve.Edu

Academic version of MSolve open source numerical solver for computational mechanics problems.

Features

  • 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.

Installation instructions

You can choose either to clone the solution or downloads it as a zip file.

Clone solution

  1. Under the repository name, click Clone or Download option.

alt text

  1. In the popup appearing choose the Use HTTPS option.

alt text

  1. Use the alt text to copy the link provided.

  2. 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

alt text

  1. In the text box appearing paste the link.

alt text

  1. Click clone and Visual Studio will automatically download and import MSolve.Edu

Download as ZIP

  1. Under the repository name, click Clone or Download option

alt text

  1. Click Downlaod ZIP option. MSolve.Edu will be downloaded as a ZIP file.

  2. Extract the ZIP file to the folder of choice.

  3. Double click on MSolve.Edu.sln file to open the code with Visual Studio

Reference manual

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

About

Academic version of MSolve open source numerical solver for computational mechanics problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages