Re: [deal.II] Dirichlet BC on block matrices

2021-10-11 Thread Мария Бронзова
Dear Wolfgang, I had indeed a gap in understanding of some points, it is solved now! I thank you a lot for your time and effort in trying to understand my problem and to help me out! With kind regards, Mariia среда, 6 октября 2021 г. в 03:02:52 UTC+2, Wolfgang Bangerth: > On 9/30/21 6:49

Re: [deal.II] Dirichlet BC on block matrices

2021-10-05 Thread Wolfgang Bangerth
On 9/30/21 6:49 AM, Мария Бронзова wrote: So, there are two boundary integrals in the formulation and I am trying to implement them for the case of fixed displacement boundary condition.  The first boundary integral falls to zero for such a BC, as no displacement variation is possible in this

Re: [deal.II] Dirichlet BC on block matrices

2021-09-30 Thread Мария Бронзова
So, there are two boundary integrals in the formulation and I am trying to implement them for the case of fixed displacement boundary condition. The first boundary integral falls to zero for such a BC, as no displacement variation is possible in this case. So, I am implementing the second

Re: [deal.II] Dirichlet BC on block matrices

2021-09-30 Thread Wolfgang Bangerth
On 9/30/21 2:48 AM, Мария Бронзова wrote: Thank you a lot for the reply! I am trying to implement the Biot equations for the propagation of acoustic waves in porous media. The equations are attached in the "Biot .PNG" file. There are two boundary integrals there, containing information on

Re: [deal.II] Dirichlet BC on block matrices

2021-09-30 Thread Мария Бронзова
Dear Wolfgang, Thank you a lot for the reply! I am trying to implement the Biot equations for the propagation of acoustic waves in porous media. The equations are attached in the "Biot .PNG" file. There are two boundary integrals there, containing information on work, done by external forces

Re: [deal.II] Dirichlet BC on block matrices

2021-09-29 Thread Wolfgang Bangerth
On 9/28/21 8:28 AM, Мария Бронзова wrote: After that I am trying to apply the boundary values to the right hand side. This time i should use the *vector_value_list *instead of value_list to get the boundary values assigned. But I am confused about the further proceeding while implementing

[deal.II] Dirichlet BC on block matrices

2021-09-28 Thread Мария Бронзова
Deal all, I have an issue implementing Dirichlet boundary conditions in a mixed pressure-displacement problem. In step-20 there is an example for implementing pressure boundary conditions like that: *template * *class PressureBoundaryValues : public Function