Re: [deal.II] treatment of handing nodes in the heat conduction problem

2021-03-21 Thread Anton Ermakov
Yes, that part now works. Thank you, Wolfgang. Anton. On Wednesday, March 17, 2021 at 3:13:17 PM UTC-7 Wolfgang Bangerth wrote: > On 3/17/21 10:41 PM, Anton Ermakov wrote: > > Thanks for the reply. I think I got it. Basically, I had to manually > place the > > local matric

Re: [deal.II] treatment of handing nodes in the heat conduction problem

2021-03-17 Thread Anton Ermakov
ndices, mass_matrix);* Anton. On Tuesday, March 16, 2021 at 3:22:54 AM UTC-7 Wolfgang Bangerth wrote: > On 3/16/21 6:12 AM, Anton Ermakov wrote: > > > > I attach the minimally changed Step-26 code to illustrate the problem. > It is > > different from the original step

[deal.II] Re: shift-invert transformation problem with slepc

2021-08-24 Thread Anton Ermakov
Ok, I see - it is that EPS_TARGET_MAGNITUDE flag that was missing. It works now! Thanks a lot, Simon. Anton. On Tuesday, August 24, 2021 at 12:14:20 AM UTC-6 simon...@gmail.com wrote: > Hi, > > I think you need to set both which eigen pair and the target value. For > example, if you look for

Re: [deal.II] Vector eigenvalue problem with SLEPc

2021-08-25 Thread Anton Ermakov
wrote: > On 8/25/21 11:53 AM, Anton Ermakov wrote: > > I I¯ A 0 ¯I*eigenvalue + I¯0 B ¯ I I * eigenvector =0 > > I I_ 0 0 _I I_ C D _I I > > ¯

[deal.II] shift-invert transformation problem with slepc

2021-08-23 Thread Anton Ermakov
Dear All, I am trying to use a shift-invert transformation in step-36. I did minimal changes in the solve function adding the following code that describes what spectral transformation I need to do: SolverControl solver_control (dof_handler.n_dofs(), 1e-9); SLEPcWrappers::SolverKrylovSchur

[deal.II] Vector eigenvalue problem with SLEPc

2021-08-25 Thread Anton Ermakov
Dear Deal.II community, I am working on implementing a vector eigenproblem in deal.ii, starting from the step-36 example. The question I am studying is the normal oscillation of a fluid planet. The eigenproblem is of this type: _

Re: [deal.II] Re: Eigenproblem and creating a preconditioner out of a linear operator, Eigensolver Selection

2021-09-17 Thread Anton Ermakov
Dear Daniel, I am working on a similar problem (planetary acoustic oscillations). I am interested in looking at your tutorial for an electromagnetic cavity, but it seems that the pull request was deleted. I wonder if it can be revived. Thank you, Anton. On Monday, July 8, 2019 at 3:51:08 AM