Skip to content

BoundaryMode/WavePort solve converges slowly in cases with lossy BCs #920

Description

@simlapointe

In BoundaryMode/WavePort cases with lossy BCs, the solve can take a large number (e.g. >~100) of GMRES iterations, while it usually converges in <5 iterations with PEC boundary conditions, as mentioned in #903 (comment). This is because the sparse-direct preconditioner used in the BoundaryMode solve only uses the real part of the system matrix, so convergence is degraded when there are significant imaginary contributions. This issue is to investigate this and improve the BoundaryMode preconditioner so it handles those cases better.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions