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 Navier-Stokes
ah, sorry for interruption.
>From the log it is evident, than the Navier-Stokes
equation setup times are reasonable and that the
constraint matrix preparation, including Boundary
conditions.
Is this evaluation sound, should I strive for better times?
Thank You
Marek
2016-07-30 13:06 GMT+02:00 V
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,
Hi Marek,
If you do manage to determine an acceptable solution, perhaps you'd be
willing to post the solution for other to reference at some later stage?
Thanks,
J-P
On Saturday, July 30, 2016 at 10:28:13 AM UTC+2, Marek Čapek wrote:
>
> Hello,
> I believe I solved partially the problem, do
> n
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(dof_handler_nse.n_dofs());
> >>
>
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
> I am developing code in the Step-40 like setting - Cahn-
> Hilliard Navier Stokes system. I am witnessing very poor
> performance of startup for large problems.
> For the system with
> 1458 dof for Cahn Hilliard
> 47000 dofs for Navier Stoke
>
> I got the following results (4 computer cores)
Deb
Hello,
I am developing code in the Step-40 like setting - Cahn-
Hilliard Navier Stokes system. I am witnessing very poor
performance of startup for large problems.
For the system with
1458 dof for Cahn Hilliard
47000 dofs for Navier Stoke
I got the following results (4 computer cores)
Setup CH,