Re: [deal.II] Remeshing strategy discussion and implementation

2021-03-01 Thread Jean-Paul Pelteret
Hi Rajat, I’m a bit ashamed to say that I’ve had a pull-request that adds support for Mesquite and Verdict to the library out for quite some time now. That’s this one here: https://github.com/dealii/dealii/pull/8196 That includes all of the CMake

Re: [deal.II] Re: Issue with Boost 1.75.0

2021-03-01 Thread Ed Read
I installed it with a package manager. I will reconfigure it with the option that you provided. Thanks, Ed On Mon, Mar 1, 2021 at 2:57 PM Bruno Turcksin wrote: > Did you install boost yourself or did you use the package manager? It > looks like boost was compiled without support of zlib but

Re: [deal.II] Re: Issue with Boost 1.75.0

2021-03-01 Thread Bruno Turcksin
Did you install boost yourself or did you use the package manager? It looks like boost was compiled without support of zlib but zlib was found by deal.II I wonder if that's the problem. Can you reconfigure deal.II in a clean directory and use -DDEAL_II_WITH_ZLIB=OFF Bruno Le lun. 1 mars 2021 à

[deal.II] Remeshing strategy discussion and implementation

2021-03-01 Thread rajat.a...@gmail.com
Hello everyone, I am trying to solve a 3d solid mechanics problem using deal.ii, PetSc, and p4est (p::d::triangulation) where in the mesh moves in time (like step-18). After a while, the distortion in the mesh is too much and I am looking for a re-meshing strategy that can help untangle the

Re: [deal.II] Re: Issue with Boost 1.75.0

2021-03-01 Thread Ed Read
I have attached it. Thank you for your help On Mon, Mar 1, 2021 at 2:43 PM Bruno Turcksin wrote: > > Hi, > > Can you post the detailed.log file. It should be in you build directory. > > Best, > > Bruno > On Monday, March 1, 2021 at 12:30:58 PM UTC-5 tr...@rrwkk.net wrote: > >> >> Hello

[deal.II] Re: Issue with Boost 1.75.0

2021-03-01 Thread Bruno Turcksin
Hi, Can you post the detailed.log file. It should be in you build directory. Best, Bruno On Monday, March 1, 2021 at 12:30:58 PM UTC-5 tr...@rrwkk.net wrote: > > Hello Everyone, > > I am working on installing Deal.II on my linux box and am now receiving > the following: > > [ 79%] Built

[deal.II] Issue with Boost 1.75.0

2021-03-01 Thread Edward Read
Hello Everyone, I am working on installing Deal.II on my linux box and am now receiving the following: [ 79%] Built target deal_II.g Scanning dependencies of target step-74.debug [ 79%] Building CXX object examples/CMakeFiles/step-74.debug.dir/step-74/step-74.cc.o [ 79%] Building CXX object

Re: [deal.II] Issue with GridIn::read_msh

2021-03-01 Thread luca.heltai
The error message is telling you that you specified more than one physical tag for the same object. This is not compatible with deal.II, at the moment, as the physical tags are used by deal.II to specify what material id (on cells) or boundary id (on faces and possibly edges) to assign to each