-
Notifications
You must be signed in to change notification settings - Fork 156
Changes to SUNDIALS API and core C/C++ needed for Python interfaces #768
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 56 commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
17c89c2
pick changes to sundials C/C++ interface or other core sundials
balos1 683cb92
document API changes
balos1 431905b
pick gitignore
balos1 5213a1e
doc update
balos1 1c40de4
move SetOwnUserData functions to impl
balos1 0352562
doc some types
balos1 ae7adee
use macro defines for constants instead of const int to enable intege…
balos1 915394e
use SUN_DATAIOMODE_
balos1 112b638
use SUN_MEMTYPE
balos1 7e6669b
newline
balos1 56711a6
remove duplicate typedef from merge conflict
balos1 9df8b5a
regen swig
balos1 b5d8c19
no anonymous enums
balos1 4e0d03e
move SPRKStepSetUseCompensatedSums
balos1 3fd9b27
undo SUN_MEMTYPE / SUN_DATAIOMODE switch
balos1 73fe771
find/replace double underscore SUNMEMTYPE__
balos1 f1de1af
regen fortran
balos1 67a1dcc
missed Convert to get
balos1 eba70ba
merge error
balos1 778359f
typo
balos1 dc49482
add python pointers for linearsolver and nonlinear
balos1 5d94366
regen swig after typo
balos1 abbecce
remove enum trailing underscores
balos1 c6b2b8b
add _deprecated headers to cmake
balos1 12a66ee
format
balos1 8d373a7
merge fixes
balos1 022324c
use parameter name suffixes instead of typedef for arrays
balos1 039c1b9
Merge remote-tracking branch 'origin/develop' into feature/python-part1
balos1 0aa53b4
Merge remote-tracking branch 'origin/develop' into feature/python-part1
balos1 fce667a
update copyrights
balos1 b386d06
make SUNContextView, SUNLoggerView, and SUNProfilerView inherit from …
balos1 76fc0e0
find/replace error
balos1 4ade51f
remove unnecessary checks for null
balos1 de470d6
fix find/replace error
balos1 10e15fc
typo
balos1 86d17f0
add note about suffixes to naming conventions
balos1 7cb6050
explain combination of ptr and dimensions suffixes
balos1 6b43e53
regen swig
balos1 6835f6f
use std::forward
balos1 099554d
combine definition and declaration of static Create methods
balos1 97f685c
Convert to get
balos1 960fdb5
add rule on anonymous enums
balos1 29d4c03
Update doc/superbuild/source/developers/source_code/Naming.rst
balos1 a8bbe92
remove comment that is not needed
balos1 0086cbb
address multiple PR comments
balos1 919bf88
fix enum min/max values and comment about why
balos1 31bd0d3
format
balos1 3f17bba
Apply suggestions from code review
balos1 2438419
deprecate N_Vector_S
balos1 5e96c22
Merge branch 'feature/python-interfaces' into feature/python-part1
balos1 e9b387b
add change notes
balos1 f745359
more change notes
balos1 4d8ff80
add enum naming rule
balos1 390f589
apply formatting
gardner48 c64ac24
run swig
gardner48 840e10e
minor doc fix
gardner48 2c9d808
namespace CSC_MAT and CSR_MAT macros
balos1 0389c21
add deprecation notice
balos1 b7cd8f7
Merge remote-tracking branch 'origin/feature/python-part1' into featu…
balos1 d511b2d
change all uses of CSC_MAT and CSR_ MATH
balos1 59e9d55
markdown format fix
gardner48 37343e3
fix table links
gardner48 5d2dd65
wrap long line
gardner48 932fdc1
fix SPRKMethodID ordering
gardner48 b4d0685
add back newlines
gardner48 e87ce82
add new line
gardner48 4f21564
add _1d prefix in more places
balos1 18a3700
Merge remote-tracking branch 'origin/feature/python-part1' into featu…
balos1 5d14eb4
add N_Vector_S deprecation note
balos1 e6e6c0f
add hpp files for each arkode stepper module
balos1 9e83bb3
add hpp files to cmake
balos1 32e1665
fix enum names
balos1 506b3c7
use proper naming convention for internal functions
balos1 e81340f
add missing header to cmake
balos1 5a06a74
free cv_user_data in CVAbckpbDelete if owned
balos1 91194bb
add idaSetOwnUserDataB
balos1 7f1bb3e
format and regen swig
balos1 035e8a0
Merge remote-tracking branch 'origin/develop' into feature/python-part1
balos1 609af2f
initialize ida_own_user_data in BMem
balos1 aec1b92
Merge branch 'feature/python-interfaces' into feature/python-part1
balos1 be1e7da
apply formatting
gardner48 6a2718f
header file updates
gardner48 3258f62
Merge branch 'develop' into feature/python-part1
gardner48 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
Some comments aren't visible on the classic Files Changed page.
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
balos1 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.