Dear community,

I am trying to solve linear elasticity equation in strong form using meshless methods. More precisely i use the DCPSE interpolating operators for the approximation of the shape functions and the construction of the square matrices. The method works fine for 2D problems and currently I am trying to proceed in 3D cases.

My limitation is that so far I use direct solvers (UMFPack) and in the 3D problem I will have memory overflow problems so I will need to shift to iterative solvers. My problem is that even for the 2D case I haven't find any iterative solver from the many I tried to reach to a correct solution. I guess it is due to the preconditioning that must be applied to the matrix.

I would appreciate any insight and experience in the solution of this type of matrices. For help I am attaching the sparsity pattern of my matrix for the 2D scenario.

Best regards,

Konstantinos.

More Konstantinos A Mountris's questions See All
Similar questions and discussions