Greg-Hamel / FEMur

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

Make all variable the same for both Element1D and Element2D #7

Open Greg-Hamel opened 7 years ago

Greg-Hamel commented 7 years ago

All variables that have the same function should be renamed with the same name in order to provide better reading between the two classes and facilitate issue #6.

For example: nnodes (Element1D) vs num_nodes (Element2D)