tdegeus / GooseFEM

Several types of Finite Element simulations in C++ (with a Python interface)
http://goosefem.rtfd.io
GNU General Public License v3.0
9 stars 6 forks source link

`Mesh::Hex8::FineLayer` port convenience functions #239

Open tdegeus opened 2 years ago

tdegeus commented 2 years ago

Port convenience functions from Mesh::Quad4::FineLayer https://github.com/tdegeus/GooseFEM/blob/a31c54512b6a2b0abbb70db009458d2bac589379/include/GooseFEM/MeshQuad4.h#L102-L195

see also https://github.com/tdegeus/GooseFEM/pull/238