[petsc-users] question about small matrices

Povolotskyi, Mykhailo mpovolot at purdue.edu
Wed Sep 25 10:49:01 CDT 2019


Hi Matthew,

is it possible to do in principle what I would like to do?


On 9/25/2019 3:12 AM, Matthew Knepley wrote:
On Wed, Sep 25, 2019 at 1:27 AM Povolotskyi, Mykhailo via petsc-users <petsc-users at mcs.anl.gov<mailto:petsc-users at mcs.anl.gov>> wrote:
Dear Petsc developers,

in my application I have to solve millions of linear and non-linear
systems with small matrices (2x2, 3x3,..., 10x10).

I consider them as dense, and use SNES with KSP method PREONLY, and LU
preconditioner.

I found that when KSPSolve is called only 25% of time is spend in
lapack, the rest is PETSc overhead.

I know how to call lapack directly to solve a linear system.

Question: is it possible to call lapack directly in the SNES solver to
avoid the KSPSolve overhead?

Question: Do you solve a bunch of them simultaneously?

  Thanks,

     Matt

Thank you,

Michael.



--
What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.
-- Norbert Wiener

https://www.cse.buffalo.edu/~knepley/<http://www.cse.buffalo.edu/~knepley/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20190925/0a10d0a0/attachment.html>


More information about the petsc-users mailing list