Re: [petsc-users] coordinates of vertices of a cell in 3D DMPlex

2020-07-26 Thread Swarnava Ghosh
Got it! Thanks a lot. Sincerely, Swarnava On Sun, Jul 26, 2020 at 1:23 PM Matthew Knepley wrote: > On Sun, Jul 26, 2020 at 3:42 PM Swarnava Ghosh > wrote: > >> Dear Mark and Matt, >> >> Thank you for your suggestions. I tried what you mentioned. It works for >> one call of

Re: [petsc-users] coordinates of vertices of a cell in 3D DMPlex

2020-07-26 Thread Matthew Knepley
On Sun, Jul 26, 2020 at 3:42 PM Swarnava Ghosh wrote: > Dear Mark and Matt, > > Thank you for your suggestions. I tried what you mentioned. It works for > one call of DMPlexVecGetClosure+DMPlexVecRestoreClosure. > However, in my code, I would need to loop over cell values, and this is > when it

Re: [petsc-users] SUPERLU_DIST in single precision

2020-07-26 Thread Xiaoye S. Li
Barry, I have a branch 'Mixed-precision' working with single precision FP32. I assume Felix wants to use superlu_dist from petsc. How do you want to incorporate it in petsc? https://github.com/xiaoyeli/superlu_dist PS1: in this version, FP32 only works on CPU. FP64 and complex-FP64 all work