← Back to team overview

dolfin team mailing list archive

Re: applyBC()

 


Quoting Anders Logg <logg@xxxxxxxxx>:

> Anyone knows why applyBC_3D() is commented out in applyBC(Matrix, ...)
> and applyBC(Vector, ...)?

My fault. Forgot to remove comments after testing. Fixed now.

There is a lot of stuff for applyBC now in the class FEM (7 different functions,
6 of which are 95% the same). Could we simplify this somehow? The only
difference between 2D and 3D versions is an iterator over edges (2D) and faces (3D).

Garth

> 
> /Anders
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> 



Follow ups

References