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
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev
