← Back to team overview

dolfin team mailing list archive

Re: assembleResidualBC needed?

 

Can we rename it applyResidualBC()? So it's named the same as the
other applyBC functions. It's not really assembly since we don't
compute any integrals.

/Anders

On Fri, Oct 20, 2006 at 11:44:05AM +0200, Anders Logg wrote:
> 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
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


Follow ups

References