Hello,
I have a quick question. Should I be expecting FE_Simplex of cubic order to work in an FESystem? In case the answer is "yes", I'm attaching a minimal example that I would expect to work, but it fails some assert in the library. I tried checking, but could not really understand why this is happening.
Unfortunately, I wouldn't have any comment on which specific commit might have caused the issue (if it is an issue) as I just switched to my own build of deal.II and was previously using 9.5.1. I'm not sure if this new instalation could be the issue, so I'll describe what I did:
I compiled deal.II with
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DDEAL_II_WITH_MPI=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDEAL_II_WITH_TRILINOS=ON -DDEAL_II_WITH_PETSC=ON ..
followed by
sudo make -j 6 install
I did not get any notable errors or warnings.
I'm compiling and running the example with
cmake ..
make example
./example
Thanks for any help you can offer.
Regards,
Kyle