← Back to team overview

dolfin team mailing list archive

Re: Assembly + Dirichlet bcs

 

kent-and@xxxxxxxxx wrote:
Can Assembler::assemble_system be easily generalised to an Array of
DirichletBC,

   Array<DirichletBC*> bcs

so that vector equations can be handled?

Garth


Good point, I'll have a look.


Looks like just a case of calling getBC for each DirichletBC and adding the resulting 'indicator' and 'g' arrays together? (I renamed the array x -> g.)

Garth


Kent





References