Re: [petsc-users] VecSet and VecAssemblyBegin

2025-04-26 Thread Derek Teaney via petsc-users
een calls. > > Thanks, > > Derek > > On Fri, Apr 25, 2025 at 1:26 PM Barry Smith wrote: > >> >>You absolutely should not need to do an assembly after a VecSet. >> Please post a full reproducer that demonstrates the problem. >> >> Barry >>

[petsc-users] VecSet and VecAssemblyBegin

2025-04-25 Thread Derek Teaney via petsc-users
Hi, I was under the (mistaken) impression that one does not need to due a VecAssemblyBegin etc following a VecSet, e.g. VecSet(dn_local, 0.); VecAssemblyBegin(dn_local) ; VecAssemblyEnd(dn_local) ; Seems to give different results without the Assembly. Thanks for clarifying, D

[petsc-users] Questions on EIMEX:

2024-06-12 Thread Derek Teaney via petsc-users
Dear All, I have a question and a comment on the TSEIMEX scheme in the TS routines. 1/ Looking at the cited reference, I see three schemes there 2.4b, 2.4c, 2.4d . It is not clear which of these is being implemented. 2/ The documentation for EIMEX mixes up F(u, udot ) and G(u) relative to t