Implement infrastructure for symbolic representation of multiple domains

Issue #190 resolved
Martin Sandve Alnæs created an issue

Add a ufl.Domain class to represent a mesh in a symbolic setting.

Make elements, geometric quantities, expressions, measures, integrals, forms, and form data aware of domains.

This is a reference issue for work already carried out, pull requests will follow in ufl, ffc and dolfin.

Comments (9)

  1. Martin Sandve Alnæs reporter

    The remaining issue before I merge is that the domain label / mesh id has crept into the form signatures and must be handled.

  2. Log in to comment