Add QuadratureElement class and remove quad_scheme from FiniteElement

Issue #78 new
Martin Sandve Alnæs created an issue

New syntax should be e.g.:

element = QuadratureElement(scheme, cell, degree)

Vector elements can be constructed with MixedElement or with new VectorElement(subelement) notation if that is implemented.

Comments (1)

  1. Log in to comment