Re: [deal.II] Error on running file with mounted volume

2020-05-29 Thread Shanmukh Sripada
Yes, the 52nd line in the parameters.in file says "set Print timing information with output = true". Deleting this line solves the problem! Thank you for bringing this to my notice. Kind regards, Shanmukh On Friday, May 29, 2020 at 10:29:39 PM UTC+5:30, Wolfgang Bangerth wrote: > > On

Re: [deal.II] Error on running file with mounted volume

2020-05-29 Thread Wolfgang Bangerth
On 5/29/20 5:15 AM, Shanmukh Sripada wrote: I get the following error when I run the "mpirun -n 1 main" command when I open a container on docker using host volume (like this: docker run -it -v (host/directory):(container directory) image. However, I don't get this error when I don't use the

[deal.II] Please explain the projection method (tutorial step-35)

2020-05-29 Thread Alexey Ozeritskiy
Hello, In step-35 we find u^{k+1} (diffusion step) Then we find \phi^{k+1} (projection step) and correct p^{k+1} pressure. But why we don't correct u^{k+1} velocity? I think u^{k+1} must be solenoidal but it is not. -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] problem measure() for quads

2020-05-29 Thread Jean-Paul Pelteret
Hi Andreas, Thanks for being willing to make a pull request of this. The basic instructions for how to do so are listed in our FAQ, https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#i-found-a-typo-or-a-bug-and-fixed-it-on-my-machine-how-do-i-get-it-included-in-dealii

Re: [deal.II] problem measure() for quads

2020-05-29 Thread Andreas Kyritsakis
Thank you very much Wolfgang. Yes I would like to propose a patch. How is it done? I am not familiar with the process. On Thursday, May 28, 2020 at 7:31:04 PM UTC+3, Wolfgang Bangerth wrote: > > On 5/28/20 3:08 AM, Andreas Kyritsakis wrote: > > > > I have a problem with using the measure()