Re: [deal.II] Compiled example programs fail with segfault

2021-09-22 Thread Matthias Maier
Would you mind sharing your `detailed.log` (in the build directory) with us? Best, Matthias On Wed, Sep 22, 2021, at 15:13 CDT, "'Roland Richter' via deal.II User Group" wrote: > Hei, the interesting point is that I'm installing deal.II directly using > cmake/make/make install on that

Re: [deal.II] Compiled example programs fail with segfault

2021-09-22 Thread Wolfgang Bangerth
On 9/22/21 2:13 PM, 'Roland Richter' via deal.II User Group wrote: Hei, the interesting point is that I'm installing deal.II directly using cmake/make/make install on that machine (after it's my development machine), there is no cross-compilation or something similar involved. In that case, I

Re: [deal.II] Compute the face embedding matrix for FE_NedelecSZ

2021-09-22 Thread Wolfgang Bangerth
On 9/22/21 2:37 AM, Sebastian Kinnewig wrote: When I implement the computation of the embedding matrix , as done in FE_Nedelec, in FE_NedelecSZ the program compiles and runs without any warnings or errors (even in debug mode). But from the results it appears that there still is a problem with

Re: [deal.II] Compiled example programs fail with segfault

2021-09-22 Thread 'Roland Richter' via deal.II User Group
Hei, the interesting point is that I'm installing deal.II directly using cmake/make/make install on that machine (after it's my development machine), there is no cross-compilation or something similar involved. ons. 22. sep. 2021, 20:37 skrev Wolfgang Bangerth : > On 9/21/21 11:16 PM,

Re: [deal.II] Compute the face embedding matrix for FE_NedelecSZ

2021-09-22 Thread Alexander
Hi Sebastian FE_NedelecSZ does not support hanging nodes, i.e. the mesh must be conforming. Implementing handing-node constraints for this element is possible, but would require a special approach since constraints are not static. If you feel like implementing this, I would be glad to

Re: [deal.II] Compiled example programs fail with segfault

2021-09-22 Thread Wolfgang Bangerth
On 9/21/21 11:16 PM, 'develo...@googlemail.com' via deal.II User Group wrote: I am currently trying to run some example programs with a down-scaled version of deal.II (i.e. no additional external libraries, internal boost). I freshly compiled deal.II with the intel-compiler without issues, but

Re: [deal.II] How to inspect triangulation on debugging mode using VS Code?

2021-09-22 Thread Wolfgang Bangerth
On 9/21/21 7:47 PM, Diego Magela wrote: I intend to use deal.ii on my PhD and start from the beginning (step-1) to learn how to use deal.ii (I suspect that it is the better way to start :D). I'm using Visual Studio Code to run step-1 (with properly C++ and CMake Tools extensions). In the