Skip to content

Commit

Permalink
Work on block assembler (FEniCS#63)
Browse files Browse the repository at this point in the history
* Fix some block vector assembly issues.

* Fix l2g map for block vectors.

* Some nest matrix intialisation fixes.

Some bugs remain.

* Fix for block mat row indexing.

* Matrices with local sub-mats and bcs now seem to work . . . .

* Fix setting if diagonal for matrix entries with bcs.

* Some generalissation of a test.

* Work on assembling vectors into a local array.

* Fix stacking of sparsity patterns for non-square blocks.

* Clean up some debug output.

* Work on MattNest support.

* Get all matrix assembly cases working.

* Update block assembly tests so vector norm check doesn't require petsc4py-dev.
  • Loading branch information
garth-wells authored May 6, 2018
1 parent 1e663d3 commit d7c8bc8
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 333 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ cmake.local
build/

.vscode
*.egg-info
.pytest_cache
Loading

0 comments on commit d7c8bc8

Please sign in to comment.