<!DOCTYPE html>
<!-- BaNnErBlUrFlE-BoDy-start -->
<!-- Preheader Text : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">
 Pierre's diagnostic is right, but the suggested option is wrong: it should be -eps_target Also, I would suggest using a larger value, such as -eps_target 0. 1, otherwise the tolerance 1e-14 might not be attained. Jose > El 7 mar 2024, a las
</div>
<!-- Preheader Text : END -->

<!-- Email Banner : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerStart</div>

<!--[if ((ie)|(mso))]>
  <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding: 16px 0px 16px 0px; direction: ltr" ><tr><td>
    <table border="0" cellspacing="0" cellpadding="0" style="padding: 0px 10px 5px 6px; width: 100%; border-radius:4px; border-top:4px solid #90a4ae;background-color:#D0D8DC;"><tr><td valign="top">
      <table align="left" border="0" cellspacing="0" cellpadding="0" style="padding: 4px 8px 4px 8px">
        <tr><td style="color:#000000; font-family: 'Arial', sans-serif; font-weight:bold; font-size:14px; direction: ltr">
          This Message Is From an External Sender
        </td></tr>
        <tr><td style="color:#000000; font-weight:normal; font-family: 'Arial', sans-serif; font-size:12px; direction: ltr">
          This message came from outside your organization.
        </td></tr>

      </table>

    </td></tr></table>
  </td></tr></table>
<![endif]-->

<![if !((ie)|(mso))]>
  <div dir="ltr"  id="pfptBannerek74jlo" style="all: revert !important; display:block !important; text-align: left !important; margin:16px 0px 16px 0px !important; padding:8px 16px 8px 16px !important; border-radius: 4px !important; min-width: 200px !important; background-color: #D0D8DC !important; background-color: #D0D8DC; border-top: 4px solid #90a4ae !important; border-top: 4px solid #90a4ae;">
    <div id="pfptBannerek74jlo" style="all: unset !important; float:left !important; display:block !important; margin: 0px 0px 1px 0px !important; max-width: 600px !important;">
      <div id="pfptBannerek74jlo" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-weight:bold !important; font-weight:bold; font-size:14px !important; line-height:18px !important; line-height:18px">
        This Message Is From an External Sender
      </div>
      <div id="pfptBannerek74jlo" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-weight:normal; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-size:12px !important; line-height:18px !important; line-height:18px; margin-top:2px !important;">
This message came from outside your organization.
      </div>

    </div>

    <div style="clear: both !important; display: block !important; visibility: hidden !important; line-height: 0 !important; font-size: 0.01px !important; height: 0px"> </div>
  </div>
<![endif]>

<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerEnd</div>
<!-- Email Banner : END -->

<!-- BaNnErBlUrFlE-BoDy-end -->
<html>
<head><!-- BaNnErBlUrFlE-HeAdEr-start -->
<style>
  #pfptBannerek74jlo { all: revert !important; display: block !important; 
    visibility: visible !important; opacity: 1 !important; 
    background-color: #D0D8DC !important; 
    max-width: none !important; max-height: none !important }
  .pfptPrimaryButtonek74jlo:hover, .pfptPrimaryButtonek74jlo:focus {
    background-color: #b4c1c7 !important; }
  .pfptPrimaryButtonek74jlo:active {
    background-color: #90a4ae !important; }
</style>

<!-- BaNnErBlUrFlE-HeAdEr-end -->
<meta charset="utf-8"></head><body><pre style="font-family: sans-serif; font-size: 100%; white-space: pre-wrap; word-wrap: break-word">Pierre's diagnostic is right, but the suggested option is wrong: it should be -eps_target
Also, I would suggest using a larger value, such as -eps_target 0.1, otherwise the tolerance 1e-14 might not be attained.

Jose


> El 7 mar 2024, a las 8:01, Pierre Jolivet <pierre@joliv.et> escribió:

> This Message Is From an External Sender       
> This message came from outside your organization.       
> It seems your A is rank-deficient.
> If you slightly regularize the GEVP, e.g., -st_target 1.0E-6, you’ll get errors closer to 0.

> Thanks,
> Pierre

>> On 6 Mar 2024, at 8:57 PM, Eric Chamberland via petsc-users <petsc-users@mcs.anl.gov> wrote:
>> 
>> This Message Is From an External Sender
>> This message came from outside your organization.
>> Hi,
>> 
>> we have a simple generalized Hermitian problem  (Kirchhoff plate 
>> vibration) for which we are comparing SLEPc results with Matlab results.
>> 
>> SLEPc computes eigenvalues correctly, as Matlab does.
>> 
>> However, the output eigenvectors are not fully converged and we are 
>> trying to understand where we have missed a convergence parameter or 
>> anything else about eigenvectors.
>> 
>> SLEPc warns us at the end of EPSSolve with this message:
>> 
>> ---
>>   Problem: some of the first 10 relative errors are higher than the 
>> tolerance
>> ---
>> 
>> And in fact, when we import the resulting vectors into Matlab, 
>> "A*x-B*Lambda*x" isn't close to 0.
>> 
>> Here are attached the EPS view output as the A and B matrices used.
>> 
>> Any help or insights will be appreciated! :)
>> 
>> Thanks,
>> Eric
>> 
>> <epsview.txt><matrice0_gen.m><matrice1_gen.m>

</pre></body></html>