Julian Andrej
Julian Andrej
This is probably superseded by https://github.com/mfem/mfem/pull/4113? ping @mlstowell
I'm not very familiar with the python setup, but would proper cmake exports from mfem would alleviate such issues? Or is most of the linking/include setup for python required to...
confirming that the version 4.4 works on FreeBSD 13.2 with ports from 10/17/2023. @yurivict let us know if you need help upgrading to mfem 4.6.
> Can we add a regression test for this? We can. I can check on two ranks if the boundary transfer on a conforming mesh results in the same values...
> I believe I have tracked the problem to how we generate interior boundary elements when partitioning a mesh. It seems that interior boundary elements which happen to lie on...
> If I understand correctly, I agree with this proposal. I suggest: 2. That there should be no duplication introduced in the `Mesh::boundary` array so fundamentally no behavior downstream changes....
Resolves https://github.com/mfem/mfem/issues/4145
It would be most helpful to post a minimal failing example that I can look at. We can iterate from there.
With `ProjectBdrCoefficientNormal` you're projecting the normal component of the coefficient to the boundary. `ProjectBdrCoefficient` is the right thing to use here.
Your problem is not well defined. You have to think about all other boundary conditions as well.