Re: [deal.II] PETSc Vector set deprecated

2021-03-31 Thread Wells, David
on behalf of Wolfgang Bangerth Sent: Monday, March 29, 2021 12:25 AM To: dealii@googlegroups.com Subject: Re: [deal.II] PETSc Vector set deprecated > I am building PETSc vectors with the set operation and I see it’s deprecated. > The documentation suggests to use “import( )” but I don’t s

Re: [deal.II] PETSc Vector set deprecated

2021-03-28 Thread Wolfgang Bangerth
I am building PETSc vectors with the set operation and I see it’s deprecated. The documentation suggests to use “import( )” but I don’t see how to use it. How can I use import( ) as a replacement for set( ) as the documentation suggests? Please provide an example. I don't know the

[deal.II] PETSc Vector set deprecated

2021-03-28 Thread Zachary 42!
Hello, I am building PETSc vectors with the set operation and I see it’s deprecated. The documentation suggests to use “import( )” but I don’t see how to use it. How can I use import( ) as a replacement for set( ) as the documentation suggests? Please provide an example. Thank you,