Skip to content

Add finite element types LINE2 and HEX8

Norihiro Watanabe requested to merge github/fork/norihiro-w/add-fe-line-hex into master

This PR has the following changes

  • add dimension, n_all_nodes, n_base_nodes to mesh element classes (previously they existed only in quad)
  • adds shape functions and finite element types for LINE2 and HEX8
  • add test cases for new fe types

Merge request reports