-
Notifications
You must be signed in to change notification settings - Fork 38
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
Custom Initialization of LOBPCG solver in parametric case #299
Merged
Merged
Changes from 50 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
ff004a4
Add boundary condition switch
siuwuncheung af1f38d
Output eigenvalue absolute error
siuwuncheung 861bcdb
Make eigenfunction sign in FOM and ROM consistent
siuwuncheung e60ca5d
Clean up problems
siuwuncheung c523237
Change Gaussian radius
siuwuncheung 333103d
Change calculation of Gaussian width
siuwuncheung 0e1f903
Slight changes in example command lines
siuwuncheung 8239b14
Change filenames
siuwuncheung 157a2e9
Remove TODO
siuwuncheung 6c7a0f8
Astyle
siuwuncheung 8ab3481
Change filenames. Change calculation of Gaussian width
siuwuncheung e2add1b
Slight changes to filenames
siuwuncheung 8e17778
Consistent sign over parameters and eigenvector ordering
siuwuncheung 69812cf
Astyle
siuwuncheung 958bd25
Fix visualization signs
siuwuncheung ec0d4c1
Fix stream names
siuwuncheung 9e78052
Reset stream name
siuwuncheung 1e864d6
Reorganize reference mode sign logic
siuwuncheung 95d9533
Clean up
siuwuncheung 8760daf
Change variable names
siuwuncheung 1ebd1f2
Warning meesages
siuwuncheung 91fba19
Astyle
siuwuncheung 11d63b0
Normalize
siuwuncheung a819f82
Adjust Gaussian
siuwuncheung b4fc1fd
Rename variables
siuwuncheung 88a9368
Remove verbose
siuwuncheung 60f0013
Update example in header
siuwuncheung 4d0abab
Fix failing CI
siuwuncheung 16fc913
Updates
siuwuncheung a199925
Fix verbose
siuwuncheung 2505aaa
Minor changes to verbose
siuwuncheung 83fdd31
Merge branch 'master' into 3d_schrodinger
siuwuncheung 825b330
Astyle
siuwuncheung 42d09b7
Clean up
siuwuncheung b42ab46
Make muber of LOBPCG iterations an option
siuwuncheung 4742344
Set up the Gaussians for the Li2 example
siuwuncheung f600575
Add variables
siuwuncheung 4384d13
Add GTH potential
siuwuncheung de2e22c
Merge branch 'master' into Li2_example
siuwuncheung 7d494bd
Slight modification
siuwuncheung f466b6f
Slight updates
siuwuncheung 7441b0f
superposing gaussians
siuwuncheung 77516d4
Minor changes to parameters
siuwuncheung 6726436
Minor changes
siuwuncheung 29631ce
Add loading
siuwuncheung 6de0d5a
Use HypreParVector I/O instead of libROM I/O for this task
siuwuncheung 407227b
Astyle
siuwuncheung 7adae58
Add option to compare initialization
siuwuncheung 38af1ba
Merge branch 'master' into lobpcg_initial
siuwuncheung f75855e
Minor change to example
siuwuncheung cd9dda8
Abort if no files found
siuwuncheung 1222a80
Minor change
siuwuncheung 32d545f
Make tolerences user-defined options
siuwuncheung File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there be a sample run with
-init
to illustrate the new feature?