← Back to team overview

dolfin team mailing list archive

Re: Setting exterior_facet_domains

 

On 05/18/2011 02:43 PM, Harish Narayanan wrote:
Hello all,

I used to be able pass marked exterior facet domains like so in Python.

VariationalProblem(a, L, exterior_facet_domains=boundary)

This was useful in setting boundary conditions and doesn't seem to work
any more. Is there a new syntax for doing this?


Yes, attach the mesh function to the relevant form(s):

	L.exterior_facet_domains = boundary

--
Marie


Follow ups

References