Re: [deal.II] Re: Evaluating FE-solution on distributed mesh, semi-Lagrangian method

2020-09-27 Thread heena patel
Hi Konrad, I have the following suggestion. You can use (1) https://www.dealii.org/current/doxygen/deal.II/p4est__wrappers_8cc.html check *vertices_with_ghost_neighbors*. (2)*p4est_search_local *check link https://github.com/cburstedde/p4est/blob/master/src/p4est_search.h

Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2020-07-30 Thread heena patel
Hi Iqbal, Check this link below. https://groups.google.com/forum/?utm_medium=email_source=footer#!searchin/dealii/step$2070$209.2$20version%7Csort:date/dealii/Y5Lgt9Gn0Zs/vNHTNDdaAwAJ Regards, Heena On Thu, Jul 30, 2020 at 10:58 AM kaleem iqbal wrote: > Dear Prof.

Re: [deal.II] step 70 9.2 version

2020-06-05 Thread heena patel
ng the > program. > > Wolfgang, it seems that indeed the default parameter file in 9.2 still > contains `set Output directory = results`. :( > > L. > > > > On 5 Jun 2020, at 7:03, heena patel wrote: > > > > Dear all, > > > >

[deal.II] step 70 9.2 version

2020-06-04 Thread heena patel
Dear all, I had downloaded latest 9.2 version and had run some tutorials successfully. When I try to run tutorial 70 it gives following error. Kindly help me. TimerOutput objects finalize timed values printed to the screen by communicating

Re: [deal.II] Re: Is it possible to copy_triangulation for fullydistributed with periodic face?

2020-06-11 Thread heena patel
ydistributed_grids/copy_serial_tria_04.cc#L102 > > This is kinda annoying, but I was not able to come up with a more > transparent solution during the development of p:f:t. > > Hope that helps, > Peter > > On Thursday, 11 June 2020 10:06:49 UTC+2, heena patel wrote: >>

[deal.II] Is it possible to copy_triangulation for fullydistributed with periodic face?

2020-06-11 Thread heena patel
Dear all, I am trying to solve semilagrangian advection problem? I have traingulation with periodic face. I wanted to copy_triangulation and trace back mesh. The thing is with *parallel distributed triangulation* it refuse to copy for refine mesh, that is written in

Re: [deal.II] Strategy to snap the boundary of a triangulation to a manifold

2020-06-09 Thread heena patel
Dear Bruno, I am not expert, but OpenFoam has Snappyhex mesh feature that might help you. Check the link below. http://www.wolfdynamics.com/wiki/meshing_OF_SHM.pdf Regards, Heena On Mon, Jun 8, 2020 at 6:22 PM Bruno Blais wrote: > Dear all, > I hope you are doing

Re: [deal.II] KDTree implementation error

2020-07-24 Thread heena patel
ry.log if DEAL_II_WITH_NANOFLANN is > ON. > > RTree, on the other hand, does not require nanoflann, as it is included > with boost (and it is faster than nanoflann). > > L. > > > On 24 Jul 2020, at 10:05, heena patel wrote: > > > > Dear Luca, > >

Re: [deal.II] Re: KDTree implementation error

2020-07-24 Thread heena patel
and more flexible. > > Luca > > Il giorno 24 lug 2020, alle ore 05:41, heena patel > ha scritto: > >  > Dear Bruno, >I had already added kdree.h header file, > check the question again. But it seems it does not read KDTree; something &

[deal.II] KDTree implementation error

2020-07-23 Thread heena patel
Dear all, I had tried to implement KDTree in step_1 tutoria and header file for kdtree is added to the codel. It is as follows: void first_grid() { Triangulation<2> triangulation; GridGenerator::hyper_cube(triangulation); triangulation.refine_global(4); *

Re: [deal.II] Re: KDTree implementation error

2020-07-23 Thread heena patel
> You are missing an include. Try adding #include <https://dealii.org/current/doxygen/deal.II/kdtree_8h_source.html>> > > Best, > > Bruno > > On Thursday, July 23, 2020 at 2:55:53 PM UTC-4, heena patel wrote: >> >> >> Dear all, >>

Re: [deal.II] profiling and parallel performance of deal.II user codes

2021-08-04 Thread heena patel
Dear Richard, I recently attend summer school in which I learn about paraver but that is the visual tool for performance from Barcelona SuperComputing center. But it comes with one more pre- processor and a post-processor. Check the link below.