FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
746 stars 187 forks source link

Tentative PR for composite FE spaces #265

Closed phtournier closed 1 year ago

frederichecht commented 1 year ago

J'ai corrigé une petit truc, tu avais oubli de reconstruite les lg.tab.cpp et lg.tab.hpp

A+ Frederic.

Le 18 avr. 2023 à 16:28, phtournier @.***> a écrit :

@phtournier commented on this pull request.

In plugin/mpi/PETSc-code.hpp https://github.com/FreeFem/FreeFem-sources/pull/265#discussion_r1170121901:

@@ -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 https://github.com/FreeFem/FreeFem-sources/pull/265#discussion_r1170121901, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLPNDCXKJXBYNFLS65IW3DXB2QJDANCNFSM6AAAAAAXCLUEME. You are receiving this because you are subscribed to this thread.