← Back to team overview

dolfin team mailing list archive

Components of a DirichletBC

 

Is it possible to extract components of a DirichletBC in Python? (i.e.
its FunctionSpace, value and boundary to which it is applied)

I'd like to do something like

for every bc in bcset1
    create element of bcset2 with
    the same function space and at the same boundary, but
    having different boundary value value.

Thanks,
Harish


Follow ups