← Back to team overview

dolfin team mailing list archive

BC specification in PyDOLFIN

 

Hi,

Is it currently possible to set the boundary condition search specification in PyDOLFIN?

in cpp
DirichletBC bc(function, mesh, subdomain, geometric);

in PyDOLFIN
bc = DirichletBC(function, mesh, subdomain, geometric)

this gives
NameError: name 'geometric' is not defined

(same for pointwise)

Jake



Follow ups