Skip to content

Design a sufficiently flexible API to selectively use H-matrix assembly from BEAST.jl #24

@krcools

Description

@krcools

In most applications, the variational formulation for a scattering or transmission problem contains a complicated bilinear form that has terms corresponding to various integral operators and local operators.

A user friendly but sufficiently flexible API is needed to use the ACA powered H-matrix assembly offered by this package. A possible solution is a mechanism similar to that of setting the quadstrat where BEAST allows to either:

  • set the assembly routing explicitly. This will then be used for all terms in the bilinear form (makes little sense if local operators are used).
  • set a defaults for a triple (operator, testspace, trialspace)
  • supply a strategy selection function that contains a swtich statement that returns the appropriate method based on the discrete operator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions