Greg-Hamel / FEMur

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

Create GlobalSolver classes #1

Closed Greg-Hamel closed 7 years ago

Greg-Hamel commented 7 years ago

Only an per-element solver currently exists. The global solver would use the element-based solver in order to generate a global matrix that creates all interactions between each element-based matrices.

In order for this to work, a Assembler would need to be implemented either as a function or a class of its own.