-
Notifications
You must be signed in to change notification settings - Fork 10
Minor bug fixes and updates #101
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
Merged
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
3bfe804
Added Koopman experimental features to expMSSA
f6c5b11
Merge branch 'devel' into KoopmanHankel
5e31133
Comment change only
82615b1
Added RKHS EDMD methods [no ci]
caec62e
Bug fixes for KoopmanRKHS [no ci]
6b0caea
Merge branch 'pointMesh' into KoopmanHankel
b1cacf2
Some additional orbit tests
031b5ff
Added Kepler test to KoopmanRKHS
477db50
Comment and output formating changes only
0206d51
Fix nEV storage [no ci]
bdaa0ab
Update to RKHS constructor and additional stdout diagnostics [no ci]
a223c60
More precision in diagonstic output [no ci]
9e58b57
Updates; incomplete implementation [no ci]
2e0a44b
Implemented and compiled, but almost certainly not working. Now for …
f2191d1
Some additional debugging; needs more explicit checking; clearly not …
0b40544
More updates for Liouville RKHS [no ci]
645b0f1
Added Singular Liouville method to the Liouville RKHS class [no ci]
794792b
Add OpenMP support to RKHS loops; switch from substep number to subst…
f2a433a
Added OpenMP support [no ci]
aeef67b
Some additional diagnostic checks [no ci]
e6b8146
Update for VTK-9 compile [no ci]
56120a0
A bunch of updates for language version consistency based on a Clang …
947f668
Merge branch 'KoopmanRKHS' of github.com:EXP-code/EXP into KoopmanRKHS
9434abe
Missing cassert
0b04688
Use Eigen::Ref<> to pass arrays to prevent pybind11 mapping failure i…
d583a10
Fix norm issue discovered in C++ tests
0fea8e3
Fixes for H5 API
6dad8ce
Do not copy data if nimax or ndmax are zero
9c7b2f6
Merge branch 'KoopmanRKHS' of github.com:EXP-code/EXP into KoopmanRKHS
01ee76b
Missing cassert header
The9Cat 2e88a47
Merge branch 'KoopmanRKHS' of github.com:EXP-code/EXP into KoopmanRKHS
The9Cat 03cb0cf
Make the default nmax=12, rather than nmaxfid. More sane.
b30361d
OutVel should put its file in outdir for consistence
37d63be
Updates for setMatrix() method for field coefficient types which need…
78d8e68
Merge branch 'KoopmanRKHS' of github.com:EXP-code/EXP into KoopmanRKHS
876edb6
Remove Eigen::Ref from setMatrix to allow more flexibility
8ab5ba2
Fix typos in diagnostic errors [no ci]
828f583
Change to variable number of fields in SphFldStruct and CylFldStruct …
1212151
Change names of Eigen::Tensor wrappers for consistency
fa84eda
Merge branch 'KoopmanRKHS' of github.com:EXP-code/EXP into KoopmanRKHS
The9Cat cdd2897
Do not enable CUDA twice
The9Cat edfd924
Update basis normalization
d2a23c5
Tests for 2d basis functions
45c4a64
Merge branch 'main' into KoopmanRKHS
3443360
Norm updates
2752d2e
Fix clang options for Linux
7443379
Make the force/coefficient evaluation consistent with the 2d basis norm
321dcd8
Updates for standalone VTK file writing
2f2d012
Missing removal of 2Pi factors from PolarBasis
ca858f8
Added lmaxfid to coefficient info
203cade
Add KDtree to its own namespace and allow a NN cache for multithreade…
6817c59
Update to normalization scheme for 2-d bases
c245d79
Fix backward compatibility for old GNU and except Clang
6baf465
Add model tag
f9a0f20
Separate background from target models in PolarModel
cd0a276
Fixes for FlatDisk with CUDA
56e5ac5
Use EmpCyl2d::ModelCyl pot and dpot functions for background
817892c
Added CBDisk for testing; not optimized in any way and no CUDA implem…
3ebd453
Fix seg fault when exiting before output or container object is insta…
18aa52b
Zero background arrays and only fill if disk object is instantiated
b2a15b9
Missing flag disk tag
6e5dbe4
Allow 2d and 3d norm switch; only 2d currently used so this makes no …
fac5609
Output updates only
34a8dcf
Merge branch 'VTKfiles' of github.com:EXP-code/EXP into VTKfiles
9ec4f4a
Allow gendisk2d to create an arbitrary EmpCyl2d basis
5a51669
Fix scaling for CB disk
222f078
Clean up only
57d477b
Add scaling for CBDisk to pyEXP
6df822f
Remove the default 'diag' output suffix
9f13a65
Use 'find_package' to identify the git location
dba7ade
Merge branch 'VTKfiles' of github.com:EXP-code/EXP into VTKfiles
febd3b7
Added a spherical histogram1d with logarithmic scaling to pyEXP; sinc…
46e7b2e
Implement pseudo-forces for 'Orient' moving 'CENTER' non-inertial frames
c2e5b9d
Fix mistake in ExternalForce switching for CUDA in ComponentContainer
35551fe
Merge branch 'VTKfiles' of github.com:EXP-code/EXP into VTKfiles
bdacd4f
Missing files for pseudo-force computation from center time series
885c904
Merge branch 'VTKfiles' of github.com:EXP-code/EXP into VTKfiles
46a36df
Initialize Component's 'modified' value
d2f5f5c
Make debug value static to prevent namespace and addressing issues
64c87cc
Removed RKHS stuff and made a new branch for the rest
ffa4513
A few more AddAccExt changes
michael-petersen 5a9e677
Added more info on 'git submodule'
ae2ef19
Changed 'dump' to 'dumpbasis'. Some doxygen parameter descriptions
1159c2c
Changed 'dump' to 'dumpbasis'
872edf1
One more AddAccExt change
1f3e51e
Restore SVD options for the Koopman member in expMSSA
a77784e
Implementation of the pseudo-force estimator for Orient::Axis
f869b07
Merge branch 'minorFixesAndUpdates' of github.com:EXP-code/EXP into m…
667d641
Do not apply pseudo force if EJdryrun=True, although the values will …
e345939
Don't call for a pseudoforce in output diagnostics if not instantiated
3c91cbc
Don't call for a pseudoforce in output diagnostics if not instantiated
2c1b3b1
Add axis to diagnostic output. PseudoAccel should add the original d…
dd2b6cd
Fill the state vector before approximating any values
11012a6
Add divide-by-zero check in quadratic regression formula
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.