dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04832
Re: Interface
> Take a look at the demo src/demo/pde/stokes/taylor-hood/.
> It demonstrates the new DOLFIN PDE solver interface, in particular
> the use of sub domain markers for specifying boundary conditions on
> parts of the boundary, setting boundary conditions for sub systems and
> extracting the function representations of the solutions for sub
> systems.
>
> Compared to DOLFIN v 0.6.4, there are a couple of new concepts:
>
> - MeshFunction<uint> for specifying sub domains
> - SubSystem for specifying sub systems
> - Specifying boundary conditions as function + sub domain + sub system
>
> Does the new interface make sense? Could it be improved?
>
> Hopefully, we can settle on a fixed interface for mesh, assembly,
> linear algebra, bcs, i/o in DOLFIN, so now's the time to comment.
>
> /Anders
I think it looks good. Intuitive and clean.
The definition of the SubSystem's: does it follow directly from the mixed
spaces in the .form-file?
/Johan
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>
Follow ups
References