ApplyBoundaryConditions

Apply the active surface and bottom conditions to an EVP pair.

Developer documentation: this item describes internal implementation details.


Declaration

 [A,B] = ApplyBoundaryConditions(self,A,B)

Parameters

  • self InternalModesSpectral instance
  • A left generalized-eigenproblem matrix
  • B right generalized-eigenproblem matrix

Returns

  • A boundary-conditioned left matrix
  • B boundary-conditioned right matrix

Discussion