Skip to content

mgroupntua/NumericalAnalyzers

Repository files navigation

alt text

NumericalAnalyzers

Library that implements linear, non-linear, transient and non-transient analysis of computational mechanics problems.

Build Status

Features

  • Non-linear analysis

    • The Newton-Raphson (or load control) method and
    • The displacement control method
  • Transient analysis

    • Direct Methods:
      • Central differences
      • Newmark

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 MGroup.NumericalAnalyzers

Download as ZIP

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

alt text

  1. Click Download ZIP option. MGroup.NumericalAnalyzers will be downloaded as a ZIP file.

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

  3. Double click on MGroup.NumericalAnalyzers.sln file to open the code with Visual Studio