-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add mixed equilibrium and kinetic reactions #4
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 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
33390bc
feat: add as a geos submodule.
CusiniM 47aadc3
make a typa alias so they can be directly used in ReactiveSinglePhase…
frankfeifan 85fecab
feat: add mixed system.
CusiniM a5bdc93
mixed system functions completed.
CusiniM 9581b6a
working on testing mixed system.
CusiniM c320232
add MixedEquilibriumKineticReactions_impl.hpp
CusiniM b4ec76c
Everything compiles again.
CusiniM e82f1fc
unitTests are passing.
CusiniM cfe8287
add constexpr.
CusiniM 696957a
add std:: to size_t
CusiniM fbccdf2
fix some variables names and inputs.
CusiniM 0a2b5dc
Implement mixed ultramafic system with serpentinization rxn
jkgolla bd47423
fix order of constexpr host device
rrsettgast f85dac1
temporarily change the typename and turned off the ultramafic to pass…
frankfeifan 71bde44
corrected a few indices in the loop to match the order in ParametersP…
frankfeifan 1bf79e1
Merge remote-tracking branch 'origin/cusini/mixed-reactions' into cus…
frankfeifan 5b7584c
fix ultramafics
CusiniM 462beae
forgotten comma
CusiniM 8dbbaac
wip: add mixedReactions unit test.
CusiniM 76fceb7
mixed reactions test working.
CusiniM 56211c5
added pmpl
CusiniM 8f7e7ae
add if constexpr for cases with no kinetics.
CusiniM 220b4f0
fix shadowing error.
CusiniM 01e1827
again, new name.
CusiniM 6605ef6
Doxygen
CusiniM 162e220
one more doxygen error.
CusiniM 0aee07f
some codecov exlusions
rrsettgast f8ffaec
uncrustify
rrsettgast 9b05d1c
more lcov exclusions
rrsettgast 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
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.
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.
was this used?
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.
I added these copy constructors so that I could do this:
HPCReact/src/reactions/bulkGeneric/Parameters.hpp
Line 41 in 162e220
Can't remembe if it's also done for 1d arrays.
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.
looks like it is here:
HPCReact/src/reactions/bulkGeneric/Parameters.hpp
Line 73 in 162e220