Re: [deal.II] Getting cmake errors compiling programs

2024-11-19 Thread Wolfgang Bangerth
On 11/19/24 05:17, Vinayak Vijay wrote: -- Check for working CXX compiler: /home/omnipresent/Documents/github_repos/spack/lib/spack/env/gcc/g++ - broken CMake Error at /home/omnipresent/Documents/github_repos/spack/opt/spack/linux-ubuntu24.04-icelake/gcc-13.2.0/cmake-3.30.5-74qenkgyifomlcmwslmff

Re: [deal.II] Solution vector data transfer between different meshes not working in parallel

2024-11-19 Thread David Montiel
Hello, Wolfgang Thank you for your reply. Please see my inline replies below. Best, David On Monday, November 18, 2024 at 9:38:45 PM UTC-5 Wolfgang Bangerth wrote: David: > I have two distinct distributed meshes representing the same spatial > domain and (for now) with equal refinement (num

Re: [deal.II] Solution vector data transfer between different meshes not working in parallel

2024-11-19 Thread Wolfgang Bangerth
Do I understand correctly that these meshes are identical, but that you store them in separate variables? Why not just one mesh that two DoFHandlers build on? Yes, right now they are the same mesh (for testing) but in the future we will want to have different meshes that represent