-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various ROM projections for steady NS toy model (#8)
* ns_rom: sv and linear operator saving. * ns_rom: project mode to compare projection error. * ns_rom: project - visualizing variables. * sample generation will stop if the solution did not converge. * sample generation: random sample generator will try another sample if not converged. * SolveROM - enable restarting from a FOM solution projection. * initial loading of CGOptimizer. * MFEMROMHandler::NonlinearSolve employs cg optimizer. * CGOptimizer Brent bug fix. * multi_component steady ns regression test. * sketches/ns_rom: sampling performs SVD for solution, velocity, and pressure. * u/p snapshot generator filenames. * change switch to if statements. * sketches/ns_rom: TENSOR3 - vel only rom. * sketches/ns_rom: TENSOR4 - supremizer-enriched velocity basis. * sketches/ns_rom: TENSOR5 - petrov-galerkin, supremizer-enriched velocity projection.
- Loading branch information
1 parent
abc00e4
commit 6374ada
Showing
15 changed files
with
1,464 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.