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

Proper Orthogonal Decomposition (POD) method #18

Closed
wants to merge 3 commits into from
Closed

Proper Orthogonal Decomposition (POD) method #18

wants to merge 3 commits into from

Conversation

bowenszhu
Copy link
Member

resolve #2

@codecov
Copy link

codecov bot commented Jul 8, 2022

Codecov Report

Merging #18 (8ce002e) into main (020f782) will increase coverage by 100.00%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           main       #18        +/-   ##
===========================================
+ Coverage      0   100.00%   +100.00%     
===========================================
  Files         0         1         +1     
  Lines         0         6         +6     
===========================================
+ Hits          0         6         +6     
Impacted Files Coverage Δ
src/proper_orthogonal_decomposition.jl 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Contributor

@FHoltorf FHoltorf left a comment

Choose a reason for hiding this comment

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

This is a really neat example! I like it a lot. We should certainly keep it and see if we can expand on it by building the infrastructure to generate a POD-based Petrov-Galerkin model.

@bowenszhu bowenszhu closed this Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model Order Reduction via POD
2 participants