Re: [deal.II] Re: how to get 3D structured mesh from rotated 2D mesh in dealii

2016-10-02 Thread Vinetou Incucuna
Hello Daniel, thank you for the answer. I have read in the documention only This function is called by some GridIn::read_* functions. > fully forgetting the following Only the vertices with indices in considered_vertices are tested for > equality. This speeds up the algorithm, which is quadratic

Re: [deal.II] Re: how to get 3D structured mesh from rotated 2D mesh in dealii

2016-09-30 Thread Vinetou Incucuna
Hello Daniel, I have fixed the problem using Your proposed algorithm of mesh creation. The strange behaviour of velocity-pressure field was really caused by the bad quality of the mesh (possibly doubled vertices at the boundary between merged entities). I want to ask a question, which could be inte

Re: [deal.II] problems switching from one core to multiple cores - implementation of Chorin's scheme

2016-08-03 Thread Vinetou Incucuna
016 02:18 PM, Vinetou Incucuna wrote: > >> >> I have tried to output the solutions from the step one as >> well as from the step three. There is some development, but >> reasonable,i.e. solution from the first step and the third step look >> similar (except the fir

Re: [deal.II] long duration of the setup of step-40 like program

2016-07-30 Thread Vinetou Incucuna
Sorry, I wanted to say, that the imposition of boundary conditions in the setup is apparently dominant. Is this the general case in your applications? Thank You Marek 2016-07-30 13:09 GMT+02:00 Vinetou Incucuna : > ah, sorry for interruption. > From the log it is evident, than the

Re: [deal.II] long duration of the setup of step-40 like program

2016-07-30 Thread Vinetou Incucuna
:00 Vinetou Incucuna : > Hello, > problem was, > >- that I have some meaningless calls for > > /*current_solution_phase.reinit(locally_owned_dofs_phase, > locally_relevant_dofs_phase, mpi_communicator); >

Re: [deal.II] long duration of the setup of step-40 like program

2016-07-30 Thread Vinetou Incucuna
Hello, problem was, - that I have some meaningless calls for /*current_solution_phase.reinit(locally_owned_dofs_phase, locally_relevant_dofs_phase, mpi_communicator); current_solution_phase = 0; */ /*solution_update.reinit(locally_owned_dofs_phase,

Re: [deal.II] long duration of the setup of step-40 like program

2016-07-30 Thread Vinetou Incucuna
Hello, I believe I solved partially the problem, do not bother to answer the thread without my further specification. M 2016-07-29 10:17 GMT+02:00 Vinetou Incucuna : > Hello, > thank You for response and the advices. > > > >> LA::Vector vec_old_solution(d

Re: [deal.II] long duration of the setup of step-40 like program

2016-07-29 Thread Vinetou Incucuna
Hello, thank You for response and the advices. >> LA::Vector vec_old_solution(dof_handler_nse.n_dofs()); >> >> VectorTools::interpolate(dof_handler_nse, ZeroFunction<3>(dim + 1), >> vec_old_solution); >> >> old_solution_nse = vec_old_solution; > > > Are yo

Re: [deal.II] Re: Amesos_Superludist with TrilinoWrappers bad performance

2016-07-22 Thread Vinetou Incucuna
Matthias, just to make things clears. What everything should be build in release mode - deal.ii, trilinos (and dependency libraries Blas, Lapack) , SuperLU_Dist ? I will give a try on Dofs renumbering. Thank You M 2016-07-22 13:43 GMT+02:00 Jean-Paul Pelteret : > Also, have you tried optimisin

Re: [deal.II] Re: Amesos_Superludist with TrilinoWrappers bad performance

2016-07-22 Thread Vinetou Incucuna
ctive design of the distributed computation like the one in Step-40. Any advice will be appreciated Thank You Marek 2016-07-22 8:42 GMT+02:00 Vinetou Incucuna : > Hello, > once more again > >> >> 71874 dofs for Cahn-Hilliard part of system, cca 2000-3000 dofs per computer >

Re: [deal.II] Re: Amesos_Superludist with TrilinoWrappers bad performance

2016-07-21 Thread Vinetou Incucuna
Turcksin : > > Marek, > > 2016-07-21 15:59 GMT-04:00 Vinetou Incucuna : > > I suppose, that the next > > step will be an solver for general systems, > > like > > TrilinosWrappers::SolverBicgstab or TrilinosWrappers::SolverGMRES > > ? > Yes that'

Re: [deal.II] Re: Amesos_Superludist with TrilinoWrappers bad performance

2016-07-21 Thread Vinetou Incucuna
Hello, thank you for the answer. I suppose, that the next step will be an solver for general systems, like TrilinosWrappers::SolverBicgstab or TrilinosWrappers::SolverGMRES ? M 2016-07-21 21:39 GMT+02:00 Bruno Turcksin : > Marek, > > On Thursday, July 21, 2016 at 3:17:48 PM UTC-4, Marek Čap

Re: [deal.II] Re: Possibly wrong format of msh file

2016-07-15 Thread Vinetou Incucuna
> > One more thing. Because the domain is curved, you will need to attach > a manifold to the Triangulation Thank You Bruno for the warning, I have never used it (I only assigned boundary objects to mesh). This feature is assumably more general 2016-07-15 17:45 GMT+02:00 Vinetou

Re: [deal.II] Re: Possibly wrong format of msh file

2016-07-15 Thread Vinetou Incucuna
are in dealii some helpful features, which diminish this burden? 2016-07-15 17:37 GMT+02:00 Bruno Turcksin : > Marek > > 2016-07-15 11:27 GMT-04:00 Vinetou Incucuna : > > i have redesigned my *.geo files and got > > much coarser meshes, which work in dealii GridIn > Grea