dbeurle / neon

A finite element code
Other
10 stars 8 forks source link

Integration rules and documentation #133

Closed dbeurle closed 5 years ago

dbeurle commented 5 years ago

This PR adds some more integration schemes in support of #105. Extra documentation has been added for some functions for some partial work on #131. Interpolations functions got a removal of their virtual functions and this is set on construction.

The natural frequency analysis got parallel sparse matrix assembly for both the stiffness and the mass matrices.

Warnings for unused parameters have been turned on to assist on knowing when a parameter is used by a virtual function.