dbeurle / neon

A finite element code
Other
10 stars 8 forks source link

Rectangular angle profile and compilation bug fix #138

Closed annierhea closed 5 years ago

annierhea commented 5 years ago

This PR includes the addition of rectangular angle geometry profiles and testing. Further geometry profiles and documentation are still needed before this section is complete.

As a side patch, the ENABLE_OPENCL preprocessor symbol was added around ViennaCL for the eigenvalue solvers in order to fix a compilation bug caused when a machine has no ViennaCL installation and has not enabled the ENABLE_OPENCL option, as discovered by using a different machine for compilation.