Skip to content
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

Moment based reffes #1048

Draft
wants to merge 120 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
d93abbe
Optimise sign-flip map
JordiManyer Oct 12, 2024
9bb7093
Massive optimisations to RT
JordiManyer Oct 12, 2024
4ab8e0d
Added ConstantFieldArrays
JordiManyer Oct 12, 2024
e1ce521
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
JordiManyer Oct 13, 2024
472b27d
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
JordiManyer Oct 13, 2024
c192534
Added gitignore for test folder
JordiManyer Oct 13, 2024
a553631
Minor modification to constantFieldArrays
JordiManyer Oct 14, 2024
13a3861
Minor bugfix
JordiManyer Oct 14, 2024
2dbda6a
Minor
JordiManyer Oct 14, 2024
d22809f
Minor
JordiManyer Oct 14, 2024
ace1df4
Minor
JordiManyer Oct 14, 2024
513e78a
Bugfixes
JordiManyer Oct 14, 2024
37cb076
Expanded Jacobi and added Chebyshev
JordiManyer Oct 21, 2024
6d8e04e
Minor
JordiManyer Oct 21, 2024
4786131
Added new phi kwarg for RT reffe
JordiManyer Oct 22, 2024
99f4919
Minor
JordiManyer Oct 23, 2024
b970d36
Minor
JordiManyer Oct 28, 2024
79edf5b
Minor fix in JacobiPolymials that did now allow interpolation
JordiManyer Oct 30, 2024
57c9897
Started MWE of moment-based reffes
JordiManyer Nov 4, 2024
cee7072
Repreoduced RT and ND reffes in 2D/3D
JordiManyer Nov 4, 2024
62ad259
Minor
JordiManyer Nov 5, 2024
2e551e0
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
JordiManyer Nov 6, 2024
7bcf633
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
JordiManyer Nov 8, 2024
b9b8fc4
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
JordiManyer Nov 8, 2024
107adf1
Added PCurlGradJacobiPolynomialBases
JordiManyer Nov 9, 2024
f2d896d
Minor
JordiManyer Nov 9, 2024
06fe0d4
Replicated Raviart-Thomas refes with new machinery
JordiManyer Nov 9, 2024
e0b4a77
Merge branch 'master' of github.com:gridap/Gridap.jl into moment-base…
JordiManyer Nov 16, 2024
dfdb7e4
Ported Nedelec and BDM
JordiManyer Nov 16, 2024
c967869
Many fixes
JordiManyer Nov 18, 2024
2837bbb
Bugfixes in Nedelec
JordiManyer Nov 23, 2024
9b38ee1
Accounted for detrminant of the face
JordiManyer Nov 23, 2024
2e78db9
Started implementing AW and MTW reffes
JordiManyer Nov 24, 2024
4b3a82d
Started looking at the pullback machinery
JordiManyer Nov 25, 2024
02a1648
Minor
JordiManyer Dec 2, 2024
38954cb
remove duplicate
Antoinemarteau Dec 2, 2024
bb7e252
CR working in 2D
Jai-Tushar Dec 5, 2024
289476a
CRRefFEs working in 2D
Jai-Tushar Dec 9, 2024
cef8af6
Merge branch 'master' of github.com:gridap/Gridap.jl into moment-base…
Antoinemarteau Dec 9, 2024
df1bca9
Merge pull request #1064 from Jai-Tushar/moment-based-reffes
JordiManyer Dec 9, 2024
6241252
Merge branch 'master' of github.com:gridap/Gridap.jl into moment-base…
JordiManyer Dec 9, 2024
92864b3
Merge branch 'moment-based-reffes' of github.com:Antoinemarteau/Grida…
Antoinemarteau Dec 9, 2024
adeeee2
Implemented a generic 1d polynomial evaluation API
Antoinemarteau Dec 10, 2024
b460249
Minor
JordiManyer Dec 10, 2024
b0329b6
Started reformatting docs
JordiManyer Dec 10, 2024
d3b7159
More docs
JordiManyer Dec 10, 2024
124ae27
Minor
JordiManyer Dec 10, 2024
aed4682
renamed this _s_filter
Antoinemarteau Dec 11, 2024
8118a55
Save progress
JordiManyer Dec 11, 2024
c5be3d4
Fixed Nedelec
JordiManyer Dec 12, 2024
5292024
Removed FineToCoarseReferenceFEs, which have been replaced by macro-e…
JordiManyer Dec 12, 2024
cfe722f
generic TensorPolynomialBasis
Antoinemarteau Dec 11, 2024
6aa5a25
WIP BernsteinBases 1D / TensorPolynomialBasis
Antoinemarteau Dec 12, 2024
2a4ff4e
Save changes
JordiManyer Dec 12, 2024
711722f
Ported Piola maps to the Pullback structure
JordiManyer Dec 12, 2024
b5ab282
Pullback API working
JordiManyer Dec 12, 2024
ea4e350
Added MappedDofBasis
JordiManyer Dec 12, 2024
74cfd29
Deprecated old machinery in favor of Pushforwards
JordiManyer Dec 13, 2024
f933240
Minor
JordiManyer Dec 13, 2024
04e4b20
More consistent namings
Antoinemarteau Dec 12, 2024
fb94e22
revert typo and minor fix
Antoinemarteau Dec 13, 2024
29d5cfd
test and fix BernsteinBases
Antoinemarteau Dec 13, 2024
9144878
Saved progress.
JordiManyer Dec 13, 2024
1e9431b
Passed poly order by Type in low-level evals
Antoinemarteau Dec 13, 2024
d3bfb70
added consistency check for term TensorPolyBase constructor
Antoinemarteau Dec 15, 2024
e618113
Added documentation on pullbacks
JordiManyer Dec 18, 2024
73909ac
Merge branch 'master' of github.com:gridap/Gridap.jl into pullbacks
JordiManyer Dec 18, 2024
2178276
Saved progress
JordiManyer Dec 18, 2024
3bddd5b
Wip Q and P factorization
Antoinemarteau Dec 16, 2024
4b5bde9
Generic return_cache implem for all PolynomialBasis'
Antoinemarteau Dec 18, 2024
c7a4bf1
rename _s_filter and clarify its definition
Antoinemarteau Dec 18, 2024
427b079
clean factorised Q[Curl]Grad code
Antoinemarteau Dec 18, 2024
e5d4df6
More notes on pullbacks
JordiManyer Dec 19, 2024
69c42c1
PCurlGrad factorization
Antoinemarteau Dec 18, 2024
a8e7629
clean Polynomials folder
Antoinemarteau Dec 19, 2024
4823ac2
Minor
JordiManyer Dec 19, 2024
7e13829
evaluate! factorisations, NedelecPrebasis and ModalC0Basis uniformiza…
Antoinemarteau Dec 19, 2024
e979450
remove the temporary useless cache and associated copies
Antoinemarteau Dec 20, 2024
2a000af
cleaned PolynomialInterfaces
Antoinemarteau Dec 20, 2024
6241cc1
add again LegendreBasesTests (former JacobiBasesTests)
Antoinemarteau Dec 20, 2024
0c0562b
further Polynomials doc and code cleaning
Antoinemarteau Dec 20, 2024
4a2cd6b
Started adding change of basis
JordiManyer Jan 2, 2025
6f50ebb
Minor bugfixes
JordiManyer Jan 2, 2025
7d40d1b
Minor
JordiManyer Jan 2, 2025
7b6bfb0
Minor
JordiManyer Jan 2, 2025
00620d9
Minor
JordiManyer Jan 2, 2025
d8ce683
Added deprecated code
JordiManyer Jan 2, 2025
b3002db
Optimised linear_combination for Diagonal matrices
JordiManyer Jan 2, 2025
b741a9a
Minor
JordiManyer Jan 2, 2025
ba8261a
HHJ reference FEs
JordiManyer Jan 2, 2025
c7c490e
Merge pull request #1067 from gridap/pullbacks
JordiManyer Jan 2, 2025
f4c35ea
Minor display bugfix
JordiManyer Jan 3, 2025
ba4b33c
various Polynomials improvements
Antoinemarteau Jan 3, 2025
f7a6ad0
WIP Polynomials doc, added UML diagrams
Antoinemarteau Jan 3, 2025
1d3a571
revert import mistake and fix MonomialBasis name conflict
Antoinemarteau Jan 3, 2025
6c821e8
marked broken tests broken
Antoinemarteau Jan 3, 2025
2a66eb2
Merge branch 'moment-based-reffes' of github.com:gridap/Gridap.jl int…
Antoinemarteau Jan 3, 2025
494e181
better Polynomials docstrings
Antoinemarteau Jan 3, 2025
a48c09b
minor
Antoinemarteau Jan 3, 2025
15fee11
minor
Antoinemarteau Jan 3, 2025
5c40100
fix UniformPolyBases test coverage
Antoinemarteau Jan 6, 2025
6d8ec25
fix CompWiseTensorPolyBases test coverage and Hessian
Antoinemarteau Jan 6, 2025
d2e94ac
fix PolynomialInterfaces test coverage and isHierarchical
Antoinemarteau Jan 6, 2025
6ecc309
fix ModalC0Bases coverage tests and 1 bug
Antoinemarteau Jan 6, 2025
9555fe9
fix P[Curl]Grad coverage and API for 1D + isHierarchical cov
Antoinemarteau Jan 6, 2025
6b07a81
fix Bernstein test coverage
Antoinemarteau Jan 6, 2025
439ea2e
Chebyshev test coverage and method ambiguities
Antoinemarteau Jan 6, 2025
038cc88
postbone Jacobi
Antoinemarteau Jan 6, 2025
a351aa3
minor coverage fix
Antoinemarteau Jan 6, 2025
1971ea5
optimize and test Bernstein
Antoinemarteau Jan 7, 2025
b8203fc
better public name display in module docstrings
Antoinemarteau Jan 7, 2025
facb8eb
better errors in wrong PolyBasis construction
Antoinemarteau Jan 8, 2025
10bab17
wrote Gridap.Polynomials' docstring
Antoinemarteau Jan 8, 2025
5eaf076
change Int64 to Int where possible, fix dispatch test
Antoinemarteau Jan 8, 2025
f398696
documentation of Gridap.Polynomials
Antoinemarteau Jan 8, 2025
e34f229
cleaning serendipity filter defs and doc
Antoinemarteau Jan 10, 2025
7ab7341
make ModalC0 compatible with all basis parametrised by Polynomial
Antoinemarteau Jan 10, 2025
57af29c
fix test on julia 1.8
Antoinemarteau Jan 10, 2025
4ed24bf
Merge pull request #1072 from Antoinemarteau/moment-based-reffes
JordiManyer Jan 13, 2025
c158861
Merge branch 'master' of github.com:gridap/Gridap.jl into moment-base…
JordiManyer Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:gridap/Gridap.jl into raviart-thomas
  • Loading branch information
JordiManyer committed Oct 13, 2024
commit 472b27d65b895d51e2ab3e5d778a31bbdf0fb093

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.