-
Notifications
You must be signed in to change notification settings - Fork 193
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
Tentative PR for composite FE spaces #265
Merged
Merged
Conversation
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
prj-
reviewed
Apr 18, 2023
examples/mpi/Helmholtz-2d-FEM-BEM-coupling-MUMPS-problem-composite.edp
Outdated
Show resolved
Hide resolved
J'ai corrigé une petit truc, tu avais oubli de reconstruite les lg.tab.cpp et lg.tab.hpp
+ un petit pb dans AutoGeneratedFile.tar.gz
A+ Frederic.
… Le 18 avr. 2023 à 16:28, phtournier ***@***.***> a écrit :
@phtournier commented on this pull request.
In plugin/mpi/PETSc-code.hpp <#265 (comment)>:
> @@ -3461,6 +3467,7 @@ namespace PETSc {
ffassert(ptA->_petsc);
KSPCreate(PetscObjectComm((PetscObject)ptA->_petsc), &ptA->_ksp);
KSPSetOperators(ptA->_ksp, ptA->_petsc, ptA->_petsc);
+ KSPSetFromOptions(ptA->_ksp);
It actually does nothing. Thanks.
—
Reply to this email directly, view it on GitHub <#265 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABLPNDCXKJXBYNFLS65IW3DXB2QJDANCNFSM6AAAAAAXCLUEME>.
You are receiving this because you are subscribed to this thread.
|
phtournier
force-pushed
the
bem_rebased_PR
branch
from
April 18, 2023 15:35
786196a
to
7a3e91f
Compare
…mputation of interpolation matrix + homogenization of the call in // for petsc, problem and varf
…d fespace Xh(Uh1*Uh2*Uh3)
…,[v1,v2,v3]) for vector BEM equation + check, at compile time, the size of vectorial FEspace
Co-authored-by: Pierre Jolivet <[email protected]>
phtournier
force-pushed
the
bem_rebased_PR
branch
from
April 24, 2023 10:11
7d34a25
to
e8752b9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.