Re: [deal.II] Configuration error

2023-10-04 Thread Wolfgang Bangerth
On 10/4/23 05:04, Giselle Sosa Jones wrote: It turns out that cmake 3.27 has a different log file called CMakeConfigureLog.yaml. However, I could not find the error message in there. My output is very similar to Florian (at least the last part where the configuration error is displayed),

Re: [deal.II] Getting the global degree of freedom (DOF) numbers of the elements in a BlockVector.

2023-10-04 Thread Wolfgang Bangerth
Isaac: On 10/4/23 16:05, Isaac Bannerman wrote: I am using dealii for a CFD solver and the solution vector which is passed to the linear algebra solver is a BlockVector where block zero is the velocity and block 1 is the pressure. I would like to obtain the global DOF numbers of all the

[deal.II] Getting the global degree of freedom (DOF) numbers of the elements in a BlockVector.

2023-10-04 Thread Isaac Bannerman
Dear all, I am using dealii for a CFD solver and the solution vector which is passed to the linear algebra solver is a BlockVector where block zero is the velocity and block 1 is the pressure. I would like to obtain the global DOF numbers of all the entries in the block vector; I would

[deal.II] deal.II Newsletter #268

2023-10-04 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #268. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #16090: FEPointEvaluation: Fix check in debug mode (proposed by

Re: [deal.II] Configuration error

2023-10-04 Thread Giselle Sosa Jones
Hello, It turns out that cmake 3.27 has a different log file called CMakeConfigureLog.yaml. However, I could not find the error message in there. My output is very similar to Florian (at least the last part where the configuration error is displayed), and I also have a lot of those warnings for

Re: [deal.II] Configuration error

2023-10-04 Thread 'Florian Schulze' via deal.II User Group
Hello, I get the same configuration error. I don’t find the CMakeError file either (maybe it is switched off with a flag?), but can give a few more details from the CMake output. I use a similar deal.II configuration: (cmake -DDEAL_II_CXX_FLAGS=-std=c++17 -DDEAL_II_WITH_MPI=ON