← Back to team overview

ffc team mailing list archive

[HG ffc] Added code to tabulate_coordinates() in dofmap.py.

 

One or more new changesets pushed to the primary FFC repository.
A short summary of the last three changesets is included below.

changeset:   754:62c9930fe249fe4b07fbb0fdf93fdd41ee4b9517
tag:         tip
user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
date:        Mon May 07 12:23:08 2007 +0200
files:       src/ffc/compiler/codegeneration/common/dofmap.py src/ffc/compiler/codegeneration/common/evaluatebasis.py src/ffc/compiler/codegeneration/common/evaluatebasisderivatives.py src/ffc/compiler/codegeneration/quadrature/quadraturegenerator.py src/ffc/compiler/format/ufcformat.py src/ffc/compiler/representation/quadrature/elementtensor.py src/ffc/compiler/representation/quadrature/monomialtabulation.py src/ffc/compiler/representation/quadrature/quadraturerepresentation.py src/ffc/fem/dofmap.py src/ffc/fem/finiteelement.py src/ffc/fem/mixedelement.py src/sandbox/quad/quadrature.form
description:
Added code to tabulate_coordinates() in dofmap.py.


changeset:   753:15a9e60e2bb676bcf1468e7876a5be1a818490d3
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon May 07 11:28:41 2007 +0200
files:       src/ffc/compiler/codegeneration/common/dofmap.py src/ffc/compiler/codegeneration/common/finiteelement.py src/ffc/compiler/codegeneration/quadrature/quadraturegenerator.py src/ffc/compiler/format/dolfinformat.py src/ffc/compiler/format/ufcformat.py src/test/regression/reference/Elasticity.h src/test/regression/reference/EnergyNorm.h src/test/regression/reference/Heat.h src/test/regression/reference/Mass.h src/test/regression/reference/MixedMixedElement.h src/test/regression/reference/MixedPoisson.h src/test/regression/reference/NavierStokes.h src/test/regression/reference/NeumannProblem.h src/test/regression/reference/Optimization.h src/test/regression/reference/P5tet.h src/test/regression/reference/P5tri.h src/test/regression/reference/Poisson.h src/test/regression/reference/PoissonDG.h src/test/regression/reference/PoissonSystem.h src/test/regression/reference/Projection.h src/test/regression/reference/Stokes.h src/test/regression/reference/TensorWeightedPoisson.h
description:
Throw std::runtime_error for functions that are not implemented.


changeset:   752:8d168402b9a1faa8e0efa736cbc4bfacf281471a
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon May 07 10:39:35 2007 +0200
files:       TODO src/bin/ffc src/ffc/common/constants.py src/ffc/compiler/codegeneration/common/evaluatebasis.py src/ffc/compiler/codegeneration/common/utils.py src/ffc/compiler/codegeneration/tensor/tensorgenerator.py src/ffc/compiler/compiler.py src/ffc/compiler/format/ufcformat.py src/test/regression/reference/Elasticity.h src/test/regression/reference/EnergyNorm.h src/test/regression/reference/Heat.h src/test/regression/reference/Mass.h src/test/regression/reference/MixedMixedElement.h src/test/regression/reference/MixedPoisson.h src/test/regression/reference/NavierStokes.h src/test/regression/reference/NeumannProblem.h src/test/regression/reference/Optimization.h src/test/regression/reference/P5tet.h src/test/regression/reference/P5tri.h src/test/regression/reference/Poisson.h src/test/regression/reference/PoissonDG.h src/test/regression/reference/PoissonSystem.h src/test/regression/reference/Projection.h src/test/regression/reference/Stokes.h src/test/regression/reference/TensorWeightedPoisson.h src/test/regression/test.py
description:
Add compiler flag -fprecision=n where n is the number of significant
digits that should be used in the output. FFC_EPSILON has been removed
and replaced by an entry in the format dictionary (and is set to 10*1e-n).

Regression test is now run with -fprecision=10 (which should make sure
it runs on various platforms/Python versions etc with identical results).

Default precision is now back to n=15.


----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ffc