← Back to team overview

dolfin team mailing list archive

Re: Setting exterior_facet_domains

 

On Wed, May 18, 2011 at 03:03:18PM +0200, Marie E. Rognes wrote:
> 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

The old syntax is still supported.

--
Anders



Follow ups

References