[petsc-users] Optimization time parallel version of structural solver

2017-05-09 Thread "Leidy Catherine Ramirez Villalba"
Dear PETSc team, I'm currently working on the parallelization of the assembling of a system, previously assembled in a serial way (manual), but solved using PETSc in parallel. The problem I have is that when comparing computational time with the previous implementation, it seem that the paral

Re: [petsc-users] Way to remove zero entries from an assembled matrix

2016-12-07 Thread "Leidy Catherine Ramirez Villalba"
in /home/catherine/petsc/src/ksp/ksp/interface/itfunc.c I hope information is clear enough. Thanks again, Catherine - Mail original - De: "Barry Smith" À: "Leidy Catherine Ramirez Villalba" Cc: petsc-users@mcs.anl.gov Envoyé: Mardi 6 Décembre 2016 18:45:52 Objet: R

[petsc-users] Way to remove zero entries from an assembled matrix

2016-12-06 Thread "Leidy Catherine Ramirez Villalba"
Hello PETSc team: I'm doing the parallelization of the assembling of a system, previously assembled in a serial way (manual), but solved using PETSc in parallel. Therefore I have the old assembled matrix to compare with the one assembled with PETSc. While doing the assembling of the matrix,