-
Notifications
You must be signed in to change notification settings - Fork 5
Implement more _ParametricGeometry transforms #139
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 18 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
93b1971
Implement _ParametricGeometry for Line
mikeingold 8f3502b
Implement _ParametricGeometry for Plane
mikeingold 201ae62
Implement _ParametricGeometry for Ray
mikeingold cdac6ec
Update and reorganize analytical tests
mikeingold f4518c8
Add comments
mikeingold 3ce948c
Use paramdim for clarity
mikeingold 7ce264e
Test _parametric -> anonymous function
mikeingold 8e9c6c8
Update _parametric API to return an anonymous function
mikeingold 77f39f4
Remove obsolete N, enable Tetrahedron test
mikeingold 0b3739a
Remove hanging comma
mikeingold 2e06577
Update field name
mikeingold 5f404f3
Add analytical derivative in comment
mikeingold dce7c3a
Update _parametric for Triangle and Tetrahedron
mikeingold 63e85fe
Update tests
mikeingold a2b4953
Merge branch 'main' into line
JoshuaLampert b5c6886
put parametrized to .typos.toml
JoshuaLampert 4217d11
Implement _ParametricGeometry for Triangle
mikeingold 8b8ff28
Temp disable some Analytical tests
mikeingold 1cac830
Temp disable more tests
mikeingold 044a20d
Test disabling bound check
mikeingold 15710a6
Restore bounds check, try new formulation
mikeingold 7d3c83e
Remove old commented-out code
mikeingold dbdffed
Add comments
mikeingold bc4e591
Remove obsolete tests
mikeingold 3178e8f
Remove obsolete utils and update default diff_method
mikeingold 9616901
Remove obsolete imports
mikeingold c21b433
Remove obsolete Analytical
mikeingold 8a8f892
Remove obsolete export
mikeingold 6743a04
Formatting
mikeingold de2c784
Remove obsolete derivation
mikeingold 4b3ad9d
Update src/specializations/Tetrahedron.jl
mikeingold c3637cd
Remove docstring ref to Analytical
mikeingold 5b313f5
Update src/specializations/Triangle.jl
mikeingold 29346fa
Update src/specializations/Triangle.jl
mikeingold 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [default.extend-words] | ||
| parametrized = "parametrized" |
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.
Uh oh!
There was an error while loading. Please reload this page.