Skip to content
Snippets Groups Projects

Add a Python implementation of the mixed Poisson example

Merged Oliver Sander requested to merge add-poisson-python-examples into master

This example program does the same as poisson-mfem.cc, but using the Python interface. The only difference is the type of the stiffness matrix. The C++ example uses a 2x2 matrix of BCRSMatrix objects, but that is not easy to replicate in Python unless we start writing Python bindings for dune-istl. This new Python example uses a single flat matrix instead.

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
Please register or sign in to reply
Loading