-
Notifications
You must be signed in to change notification settings - Fork 21
Add LST preconditioner #538
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
Changes from 39 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
fe9b0d0
add dirichlet projectors and tests
jowezarek 9ec94bd
add diagonal method to KroneckerStencilMatrix, add tests
jowezarek a898cae
fix periodic BC in conforming projectors and add test
FrederikSchnack 17dfddf
add LST pcs and tests
jowezarek fcaed5f
fix Codacity issue
jowezarek e7621c2
change LST_preconditioners to LST_preconditioner
jowezarek b8d618c
add preliminary DirichletMultipatchBoundaryProjector
FrederikSchnack 090652e
Merge branch 'devel' into dirichlet
jowezarek f35d98e
move Dirichlet projectors to fem.projectors
jowezarek 9f6231e
move import, add dirichlet_proj as attribute, return tuple, add ident…
jowezarek 8bbb6b6
remove periodic from _get_bcs in multipatch case
jowezarek 08f5525
change tolerance in _test_LO_equality...
jowezarek 07b14cb
make dim a parameter, add sqrts, compute errs better
jowezarek 8e1466e
add empty lines
jowezarek 19b54ca
include type checks
jowezarek ed03e23
bug fix
jowezarek 051ebf6
add docstrings
jowezarek e1de56a
addressing comments
jowezarek bf1d441
Codacity fix
jowezarek daaabd6
addressing comments pt. 2
jowezarek 2cf7a3b
add docstrings to conforming projections, change DiscreteDeRhamMultip…
FrederikSchnack c803120
add toarray, tosparse, and tests
jowezarek 01beb17
move dirichlet projector tests to new file
jowezarek 9b13382
Improve DirMultipatch constructor, fix typos, bcs always tuple
jowezarek 65fa7d2
Merge branch 'devel' into dirichlet
jowezarek b1e6865
Merge branch 'dirichlet' of github.com:pyccel/psydac into dirichlet
jowezarek c6cf0e2
Merge branch 'devel' into kron_diagonal
jowezarek 3a6b0e8
Merge branch 'dirichlet' into kron_diagonal
jowezarek 4699087
Merge branch 'devel' into lst_pcs
jowezarek e2029f1
Merge branch 'kron_diagonal' into lst_pcs
jowezarek 811a4e9
Merge branch 'devel' into kron_diagonal
jowezarek 91fb8d5
minor fix in SumLinearOperator toarray, tosparse
jowezarek 34de3a2
allow for tol arg in _test_LO_equality_using_rng
jowezarek 4004545
fix KroneckerStencilMatrix diagonal in parallel
jowezarek d11d533
improve tests, add parallel test
jowezarek 6e9b822
Merge branch 'devel' into kron_diagonal
jowezarek f934ded
addressing comments
jowezarek eff494d
Merge branch 'kron_diagonal' into lst_pcs
jowezarek 316ffe2
Merge branch 'devel' into lst_pcs
yguclu 6e98bf1
addressing comments, adding the vector_potential_3d example
jowezarek 421d300
Merge branch 'lst_pcs' of github.com:pyccel/psydac into lst_pcs
jowezarek d4440f7
addressing comments pt 2
jowezarek cce7427
Merge branch 'devel' into lst_pcs
jowezarek f4febfc
take care of code duplication
jowezarek 09e7555
license header, white space, docstring, matrix_to_bandsolver
jowezarek 5351ed0
matrix_to_bandsolver pt. 2, remove unnecessary imports
jowezarek 13a1b81
rerun github actions
jowezarek a1ad3c2
rerun github actions
jowezarek 7209c09
decorating construct_lst_preconditioner with lrucache
jowezarek 1520372
Clean up some imports
yguclu 883f078
Remove duplicated statements after wrong commit
yguclu ff4bd41
Clean up some imports
yguclu 98236b2
Remove duplicated imports from solvers.py
yguclu 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
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.