[petsc-users] How Can I scatter a global vector to a local vector without using DMGlobaltoLocalBegin/DMGlobaltoLocalEnd?

2019-01-11 Thread leejearl via petsc-users
Hi, all Petscer: I am very sorry for disturbing you for my questions. I have a problems as follow. 1. A DMPlex object dm is created. 2. A global vector and a local vector are created using the following routines DMCreateGlobalVector and DMCreateLocalVector. 3. I have initialed global Vector

[petsc-users] How Can I scatter a global vector to a local vector without using DMGlobaltoLocalBegin/DMGlobaltoLocalEnd?

2019-01-15 Thread leejearl via petsc-users
Hi, Matt > > Hi, all Petscer: > > I am very sorry for disturbing you for my questions. > > > I like your questions. > > > > I have a > > problems as follow. > > 1. A DMPlex object dm is created. > > 2. A global vector and a local vector are created using the > following > > routines DMCr

[petsc-users] How Can I scatter a global vector to a local vector without using DMGlobaltoLocalBegin/DMGlobaltoLocalEnd?

2019-01-15 Thread leejearl via petsc-users
Hi Matt, Thanks for your helps. I have another question, but I think I should ask the question in a new subject. leejearl > > Hi, Matt > > > > > > Hi, all Petscer: > > > > I am very sorry for disturbing you for my questions. > > > > > > > > > I like your questions. > > > > > > > > > > I have