ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #03088
Re: [HG FFC] Finish work on using n = element.cell().n in demos (update references).
Quoting FFC <ffc@xxxxxxxxxx>:
> One or more new changesets pushed to the primary ffc repository.
> A short summary of the last three changesets is included below.
>
> changeset: 1677:f6410b6b092a
> tag: tip
> user: "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
> date: Tue Oct 06 14:49:04 2009 +0200
> files: test/regression/reference/quadrature/Biharmonic.h
> test/regression/reference/quadrature/FacetIntegrals.h
> test/regression/reference/quadrature/PoissonDG.h test/regression/test.py
> test/simple_verify_tensors/reference.pickle
> test/simple_verify_tensors/test.py
> description:
> Finish work on using n = element.cell().n in demos (update references).
Notice that this change made the tests in simple_verify_tensors fail for:
Biharmonic.ufl
FacetIntegrals.ufl
PoissonDG.ufl
because we previously used a vector valued function for the facet normals and we
use a fixed set of coefficient values when computing the element tensors in the
test.
However, the demos in DOLFIN suggests that the implementation is correct so I
simply updated the references.
Kristian
>
> changeset: 1676:0f16b823a975
> user: "Garth N. Wells <gnw20@xxxxxxxxx>"
> date: Tue Oct 06 12:09:27 2009 +0100
> files: demo/Biharmonic.ufl demo/FacetIntegrals.ufl demo/PoissonDG.ufl
> description:
> Use n = element.cell().n in demos.
>
>
> changeset: 1675:860e803f3361
> user: "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
> date: Thu Oct 01 12:19:43 2009 +0200
> files: ffc/compiler/finiteelement.py ffc/fem/createelement.py
> ffc/fem/finiteelement.py ffc/fem/mixedelement.py ffc/fem/quadratureelement.py
> test/regression/reference/quadrature/TensorWeightedPoisson.h
> description:
> A dirty hack to 'support' tensor elements by attaching the rank to mixed
> elements explicitly when calling create_element().
>
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/ffc
> _______________________________________________
> FFC-dev mailing list
> FFC-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/ffc-dev
>
Follow ups
References