-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Issue 632 average second dimension #1057
Merged
Merged
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d1f53ea
#632 add tests
valentinsulzer 4d33789
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 1ff131b
#632 edit Integral to allow secondary dimension
valentinsulzer 3fa4fb5
#632 working on finite volume discretisation
valentinsulzer 1caee0f
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 25264f6
#632 getting the average working
valentinsulzer fe91c2e
#632 merge develop
valentinsulzer 4e85890
#632 merge #1029
valentinsulzer 827f96e
#632 fixing unit tests
valentinsulzer ed61961
Merge branch 'issue-1029-reformat-geometry' into issue-632-average-se…
valentinsulzer 433aa3b
#632 fixed some tests, need to be careful about broadcasts
valentinsulzer f62c7d6
#632 fix the case where integrand evaluates on edges
valentinsulzer 6ffd0a2
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 6c9d3cf
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 97f1d31
#632 fix flake8
valentinsulzer 5fd818d
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 45de6f4
#632 fix some tests, remove __getitem__
valentinsulzer 3edd39a
#632 fixing tests
valentinsulzer 451f766
#632 fix unit tests
valentinsulzer 6a0376c
#632 fix examples
valentinsulzer 873c943
#632 merge develop
valentinsulzer 908dbdf
#632 coverage
valentinsulzer 41f053c
Merge branch 'develop' into issue-632-average-second-dimension
valentinsulzer 0a43a73
#632 changelog and ferran comment
valentinsulzer 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
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.
I think these should not be commented.