Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boundary KLE #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Boundary KLE #27

wants to merge 2 commits into from

Conversation

gtpash
Copy link
Collaborator

@gtpash gtpash commented Jan 22, 2025

This PR:

  • Fixes wild import
  • Implements a minimal version of BoundaryRestrictedKLEProjector to generate a KLE (co)-basis for a boundary parameter, such as inflow velocity

Notes:

  • class is derived from @dc-luo MR-DINO work
  • BoundaryRestrictedKLEProjector only supports mass-orthogonal KLE
  • construct_input_subspace method has uniform return signature
  • includes method for boundary mass matrix creation
  • indentation was changed to spaces

@gtpash gtpash added the enhancement New feature or request label Jan 22, 2025
@gtpash gtpash requested a review from dc-luo January 22, 2025 20:49
@gtpash gtpash self-assigned this Jan 22, 2025
# todo: add saving and plotting options
# todo: add error test

Args:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these args part of the method?

def make_boundary_restricted_mass_matrix(self, fill_nullspace=False):
"""Construct the boundary restricted mass matrix.

Args:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these args part of the method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants