Skip to content

Restructuring of the Matrix/Vector/Constraint Assembly

Müller, Felix requested to merge feature/assembler_restructure into master

First part of restructuring of the matrix/vector assembly.

This adds a class Assembler that is responsible for global assembly of the system matrix, rhs and constraints. The previously present assembler classes are renamed to make their local behaviour clearer. The changes were made in such a way that the local contributions to the system matrix/vector can be modified easily once the constraints support that.

Relates to #10 (closed). Requires !164 (merged).

Edited by Müller, Felix

Merge request reports