Re: [deal.II] Re: get_function_values giving different results depending on the number of MPI ranks

2022-01-31 Thread Lucas Myers
Done. Issue is documented here , for anyone wandering the mailing list. - Lucas On Monday, January 31, 2022 at 10:16:42 AM UTC-6 Wolfgang Bangerth wrote: > On 1/28/22 7:50 PM, Lucas Myers wrote: > > ** > > > > Whoops, this one wa

[deal.II] Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-01-31 Thread Timo Heister
Hi all, I would like to announce the following seminar talk in our Clemson Computational Math seminar that is related to deal.II. If you are interested, feel free to join using the zoom link below. Date and time: Friday, Feb 4 at 11:15am Eastern time Speaker: Bruno Blais (Polytechnique Montréal)

Re: [deal.II] Help with step-7 Neumann boundary conditions

2022-01-31 Thread Wolfgang Bangerth
On 1/31/22 11:41, Ali Seddiq wrote: Thanks for a quick reply, and sorry for ambiguity. To be more precise (trying to be) I should say the lines I modified with the aim of creating a so-called "view" do not do that for my intended variable. My question mainly was that if using the [ ] operator

Re: [deal.II] Help with step-7 Neumann boundary conditions

2022-01-31 Thread Ali Seddiq
Dear Wolfgang, Thanks for a quick reply, and sorry for ambiguity. To be more precise (trying to be) I should say the lines I modified with the aim of creating a so-called "view" do not do that for my intended variable. My question mainly was that if using the [ ] operator (that I added) does the j

Re: [deal.II] Help with step-7 Neumann boundary conditions

2022-01-31 Thread Wolfgang Bangerth
On 1/31/22 10:22, Ali Seddiq wrote: I am trying to mimic step-7 implementation of Neumann boundary condition in the case of a vector-valued problem. I did some modifications as shown in the below, but it doesn't work as expected; const FEValuesExtractors::Scalar pressure(0); .         c

[deal.II] Help with step-7 Neumann boundary conditions

2022-01-31 Thread Ali Seddiq
Hi everyone, I am trying to mimic step-7 implementation of Neumann boundary condition in the case of a vector-valued problem. I did some modifications as shown in the below, but it doesn't work as expected; const FEValuesExtractors::Scalar pressure(0); . cell_rhs(i) += (

Re: [deal.II] Re: get_function_values giving different results depending on the number of MPI ranks

2022-01-31 Thread Wolfgang Bangerth
On 1/28/22 7:50 PM, Lucas Myers wrote: ** Whoops, this one was indeed a silly error! The problem had nothing to do with the `get_function_values` function. Rather, it only showed up there because that is the only place that I use ghost elements. These weren't being updated because (as clearly

Re: [deal.II] FunctionManifold class

2022-01-31 Thread Daniel Arndt
Giuseppe, Searching for FunctionMnaifold in the tests folder should give you a couple of examples on how to use FunctionManifold with an analytical function. Most of them use std::strings but tests/fe/fe_values_function_manifold.cc and tests/mappings/mapping_q_manifold_02.cc actually use Function