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 UT
lfgang Bangerth 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
> > ¯
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:
_
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 th
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 eige
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
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