Greg-Hamel / FEMur

Simple Finite Element Model (FEM) Library
MIT License
0 stars 0 forks source link

Gauss Quadrature function implementation #2

Closed Greg-Hamel closed 7 years ago

Greg-Hamel commented 7 years ago

Gauss Quadrature will be required as soon as we start implementing more dimensions.

This function will need to:

  1. Return gauss weights and postions; and
  2. Calculate the integral from -1 to 1 of the specified Quadrature.