Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #50

Closed
Open
Created Dec 10, 2015 by James Willenbring@jmwilleOwner

Tpetra::BlockCrsMatrix: Add LU factorization, solve, & inverse for small dense blocks

Created by: mhoemmen

@trilinos/tpetra Add GETRF (LU factorization), GETRS (solve linear system(s) using results of GETRF), and GETRI (compute explicit matrix inverse, using results of GETRF) for LittleBlock in BlockCrsMatrix.

GETRI will help accelerate block Jacobi (a.k.a. point implicit), by pushing solve costs to setup and making computation during the actual apply step just little dense matrix-vector multiplies. This should be easier to vectorize.

Assignee
Assign to
Time tracking