← Back to team overview

dolfin team mailing list archive

assembleResidualBC needed?

 

Garth, do we really need assembleResidualBC() in FEM?

I looks to me that

  assembleResidualBC(A, b, x, ...);

does the same thing as

  applyBC(A, b, ...);
  b -= x;

?

/Anders


Follow ups