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::Quad4::FineLayer2Regular Proper interpolation #175

Open tdegeus opened 3 years ago

tdegeus commented 3 years ago

Currently the element quantities are simply averaged, this may not be realistic for big elements and large fluctuations (which should probably never really occur ;))