Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
epsi1on committed Apr 5, 2022
1 parent 1bff95f commit 83a6d03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BriefFiniteElementNet/Dynamic/NewmarkBetaAnalyser.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BriefFiniteElementNet.Dynamic
{
/// <summary>
/// Represents a class for analysing model with newmark betha method
/// </summary>
public class NewmarkBetaAnalyser
{
}
}

0 comments on commit 83a6d03

Please sign in to comment.