Skip to content
Snippets Groups Projects

WIP: Direct Solver

Closed Alexandru Fikl requested to merge fikl2/pytential:direct-solver-compress into master

This is the last big piece of the direct solver: the actual skeletonization and recursive compression. It's still a bit of a WIP, but it seems to mostly works as expected. The big chunks of the code are in linalg/hss.py and tests/test_linalg_hss.py.

  • Needs some more docs and cleaning up.
  • API? There's a build_compressed_matrix function that returns a class that has a matvec method so that it behaves like scipy's LinearOperator.
  • None of it works with vector densities or multiple domains or anything fancier like that.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading