Re: [petsc-users] Convergence of iterative linear solver

2015-06-03 Thread Mark Adams
On Tue, Jun 2, 2015 at 6:00 PM, Jed Brown wrote: > Eduardo writes: > > > I am solving a FEM solid mechanics linear elasticity model, for now the > > only problem is the mesh that has needle-shaped and very flat elements. > > Why does it have such elements? Is the material highly anisotropic > (

Re: [petsc-users] Convergence of iterative linear solver

2015-06-02 Thread Jed Brown
Eduardo writes: > I am solving a FEM solid mechanics linear elasticity model, for now the > only problem is the mesh that has needle-shaped and very flat elements. Why does it have such elements? Is the material highly anisotropic (e.g., fiber)? Is the geometry anisotropic (shell structures di

Re: [petsc-users] Convergence of iterative linear solver

2015-06-02 Thread Mark Adams
Eduardo, as Matt said you problem is ill conditioned but and you might find that if you add more elements and make the mesh less anisotropic that your solve faster, and you get a better solution obviously. I'm not sure what options there are for better discretization but you can probably do a lot

Re: [petsc-users] Convergence of iterative linear solver

2015-06-02 Thread Matthew Knepley
On Mon, Jun 1, 2015 at 11:24 PM, Eduardo wrote: > I am solving a FEM solid mechanics linear elasticity model, for now the > only problem is the mesh that has needle-shaped and very flat elements. > Have you any suggestion of preconditioner (and references). > The problem here is your discretizat

Re: [petsc-users] Convergence of iterative linear solver

2015-06-01 Thread Eduardo
I am solving a FEM solid mechanics linear elasticity model, for now the only problem is the mesh that has needle-shaped and very flat elements. Have you any suggestion of preconditioner (and references). Thanks, Eduardo On Tue, Jun 2, 2015 at 4:11 AM, Barry Smith wrote: > > > On Jun 1, 2015, at

Re: [petsc-users] Convergence of iterative linear solver

2015-06-01 Thread Barry Smith
> On Jun 1, 2015, at 4:06 PM, Eduardo wrote: > > I am solving a linear system for which the preconditioned residual decreases, > but the true residual increases (or have an erratic behavior). According to > Petsc FAQ, this is due to a preconditioner that is singular or close to > singular. Wh

Re: [petsc-users] Convergence of iterative linear solver

2015-06-01 Thread Matthew Knepley
On Mon, Jun 1, 2015 at 4:06 PM, Eduardo wrote: > I am solving a linear system for which the preconditioned residual > decreases, but the true residual increases (or have an erratic behavior). > According to Petsc FAQ, this is due to a preconditioner that is singular or > close to singular. What c

[petsc-users] Convergence of iterative linear solver

2015-06-01 Thread Eduardo
I am solving a linear system for which the preconditioned residual decreases, but the true residual increases (or have an erratic behavior). According to Petsc FAQ, this is due to a preconditioner that is singular or close to singular. What can I do in this case? I used GMRES with ILU preconditione