In the assemble algorithm:
for T ∈ ... Compute the element matrix Aij Compute the local-to-global mapping Add Aij to A according to mapping end for
Is there any way to modify element matrix Aij before added to the global matrix A? Thanks.
I think you would have to write your own assembler
Thanks chris. Could you share me some links of the references or examples of this? I totally have no idea where to start.