Re: [deal.II] No "bundled" folder in my deal.II path

2025-02-27 Thread Wolfgang Bangerth
On 2/27/25 07:48, Hao Wang wrote: ** Hello, I'm compiling deal.ii from the source, after make install and when I want to compile step-1 the cmake give me such an error. figure1.png My deal.II folder is the following: figure2.png The cmake command I use is:  cmake     -DCMAKE_INSTALL_PREFIX

Re: [deal.II] No "bundled" folder in my deal.II path

2025-02-27 Thread Matthias Maier
Hi, This has been fixed in a later version of deal.II. The problem is that its contents is empty and we thus erroneously omit creating it. For the time being, simply create the missing directory: mkdir -p $HOME/software/deal_install/include/deal.II/bundled Best, Matthias On Thu, Feb 27, 20

[deal.II] Step 81 - tutorial - Maxwell Equations

2025-02-27 Thread Pratyusa Kar
Hi, I have a question in code mentioned in step - 81 tutorial. I see the discretized form is written as (attached image). Aij=∫Ω(μ−1r∇×φj)⋅(∇×φ¯i)dx−∫Ωεrφj⋅φ¯idx−i∫Σ(σΣrφjT)⋅φ¯iTdox−i∫∂Ω(μ−1rε√φ jT)⋅(∇×φ¯iT)dox, Fi=i∫ΩJa⋅φi¯dx−∫Ωμ−1rMa⋅(∇×φi¯)dx. But in the code, the magnetization term