Re: [Libmesh-users] High order geometry and finite volume methods

2018-09-07 Thread John Peterson
On Fri, Sep 7, 2018 at 12:16 PM Miguel Angel Salazar de Troya < salazardetr...@gmail.com> wrote: > Hi, > > I want to solve a simple Poisson equation with a diffusion coefficient, a > simple reaction term and apply Adaptive Mesh Ref (AMR). The problem is that > if the diffusion coefficient is much

[Libmesh-users] High order geometry and finite volume methods

2018-09-07 Thread Miguel Angel Salazar de Troya
Hi, I want to solve a simple Poisson equation with a diffusion coefficient, a simple reaction term and apply Adaptive Mesh Ref (AMR). The problem is that if the diffusion coefficient is much smaller than the mesh resolution (as it can happen before applying AMR), I obtain over and undershoots of

Re: [Libmesh-users] PETSC ERROR

2018-09-07 Thread Paul T. Bauman
On Fri, Sep 7, 2018 at 3:26 AM Nikhil Vaidya wrote: > I am trying to make some manipulations to sparse matrices. I have a > function that sets some pre-determined entries in a sparse matrix to a > pre-determined value. I have multiple sparse matrices to which I apply this > procedure. None of the

[Libmesh-users] PETSC ERROR

2018-09-07 Thread Nikhil Vaidya
I am trying to make some manipulations to sparse matrices. I have a function that sets some pre-determined entries in a sparse matrix to a pre-determined value. I have multiple sparse matrices to which I apply this procedure. None of the said sparse matrices contain non-zero elements at (0,0) befor