bempp / bempp-cl

A fast Python based just-in-time compiling boundary element library
http://www.bempp.com
MIT License
149 stars 38 forks source link

Add a reflection operator for grids (enhancement) #174

Open jahargreaves opened 2 years ago

jahargreaves commented 2 years ago

It would be great to add an operator that can return a grid reflected in one or more geometric planes. I have this in my own BEM code, and it's easy to implement, but it's not a feature in bempp I don't think. It is very useful as - when applied correctly - it allows users to exploit symmetry and significantly reduce DOF count. I'm happy to get involved in helping code this feature.