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