Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
and at the same time, I write the codes and it comes "the deal.II/grid/tria.h not found" I dont konw why best Qiong 在2022年9月8日星期四 UTC+8 09:34:59 写道: > I created a new cmake project on wsl with vscode ,I write the > INCLUDE_DIRETORIES with header file of dealii in the CMakeLists and then >

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
I created a new cmake project on wsl with vscode ,I write the INCLUDE_DIRETORIES with header file of dealii in the CMakeLists and then cmake project ,I am not sure if its going to work . But when I make it comes error as follow [image: 1662600815935.png] best Qiong 在2022年9月8日星期四 UTC+8

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
I did install MPI on wsl and I congfigure deal.ii with DEAL_II_WITH_PETSC = ON DEAL_II_WITH_P4EST = ON 在2022年9月7日星期三 UTC+8 23:03:57 写道: > Qiong, > > What CMake settings did you use to configure deal.II? > Does your system indeed provide an MPI installation? > > Bets, > Daniel > > On Wed,

Re: [deal.II] Output the solution to .h5 file (hdf5)

2022-09-07 Thread Timo Heister
You will need to configure deal.II with HDF5 support, see https://www.dealii.org/developer/readme.html#optional-software On Wed, Sep 7, 2022 at 1:23 PM Judy Lee wrote: > > Hello everyone! > > For the step-3 hdf5 to output the solution data, I have an error message > returned, like the

[deal.II] Output the solution to .h5 file (hdf5)

2022-09-07 Thread Judy Lee
Hello everyone! For the step-3 hdf5 to output the solution data, I have an error message returned, like the following: [ 66%] Built target step-3 [100%] Run step-3 with Debug configuration Number of active cells: 1024 Number of degrees of freedom: 1089 DEAL:cg::Starting value 0.121094

[deal.II] deal.II Newsletter #224

2022-09-07 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #224. 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: #14245: PreconditionRelaxation: add specialization (proposed by

Re: [deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread Daniel Arndt
Qiong, What CMake settings did you use to configure deal.II? Does your system indeed provide an MPI installation? Bets, Daniel On Wed, Sep 7, 2022 at 10:22 AM jim wo wrote: > Hello, > I want to develop my own project on wsl with deal.ii 9.4. after make I > got this message: > > In file

[deal.II] compiling deal.ii 9.4 on wsl error

2022-09-07 Thread jim wo
Hello, I want to develop my own project on wsl with deal.ii 9.4. after make I got this message: In file included from /home/wu/deal_II/include/deal.II/grid/tria.h:20, from /home/wu/cmakeQuickStart/main.cpp:23: /home/wu/deal_II/include/deal.II/base/config.h:540:12: fatal