← Back to team overview

syfi team mailing list archive

[HG syfi] Bugfix. Added option to skip compilation, handy for profiling of code generation from python.

 

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

changeset:   404:71c1f581c04a68cffce50e24050fcee1d21ff9c2
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Mar 18 13:22:24 2009 +0100
files:       site-packages/newsfc/common/options.py site-packages/newsfc/jit.py site-packages/newsfc/representation/swiginac_eval.py
description:
Bugfix. Added option to skip compilation, handy for profiling of code generation from python.


changeset:   403:96d32b382da8021bb6fb0a2bcc1e654c7c61a8dc
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Mar 18 13:03:20 2009 +0100
files:       site-packages/newsfc/common/options.py tests/python/verify_tensors/ffc_references/Constant_L.ref tests/python/verify_tensors/ffc_references/Constant_a.ref tests/python/verify_tensors/ffc_references/Elasticity_a.ref tests/python/verify_tensors/ffc_references/EnergyNorm_a.ref tests/python/verify_tensors/ffc_references/Equation_L.ref tests/python/verify_tensors/ffc_references/Equation_a.ref tests/python/verify_tensors/ffc_references/FunctionOperators_a.ref tests/python/verify_tensors/ffc_references/Heat_L.ref tests/python/verify_tensors/ffc_references/Heat_a.ref tests/python/verify_tensors/ffc_references/Mass_a.ref tests/python/verify_tensors/ffc_references/MixedPoisson_L.ref tests/python/verify_tensors/ffc_references/MixedPoisson_a.ref tests/python/verify_tensors/ffc_references/NavierStokes_a.ref tests/python/verify_tensors/ffc_references/NeumannProblem_L.ref tests/python/verify_tensors/ffc_references/NeumannProblem_a.ref tests/python/verify_tensors/ffc_references/Optimization_L.ref tests/python/verify_tensors/ffc_references/Optimization_a.ref tests/python/verify_tensors/ffc_references/PoissonDG_L.ref tests/python/verify_tensors/ffc_references/PoissonDG_a.ref tests/python/verify_tensors/ffc_references/PoissonSystem_L.ref tests/python/verify_tensors/ffc_references/PoissonSystem_a.ref tests/python/verify_tensors/ffc_references/Poisson_L.ref tests/python/verify_tensors/ffc_references/Poisson_a.ref tests/python/verify_tensors/ffc_references/QuadratureElement_L.ref tests/python/verify_tensors/ffc_references/QuadratureElement_a.ref tests/python/verify_tensors/ffc_references/README.ref tests/python/verify_tensors/ffc_references/Stokes_L.ref tests/python/verify_tensors/ffc_references/Stokes_a.ref tests/python/verify_tensors/ffc_references/SubDomain_M.ref tests/python/verify_tensors/ffc_references/SubDomains_a.ref tests/python/verify_tensors/ffc_references/TensorWeightedPoisson_a.ref tests/python/verify_tensors/ffc_references/VectorLaplaceGradCurl_L.ref tests/python/verify_tensors/ffc_references/VectorLaplaceGradCurl_a.ref tests/python/verify_tensors/ffc_test.py tests/python/verify_tensors/ffc_ufl/Constant.ufl tests/python/verify_tensors/ffc_ufl/Elasticity.ufl tests/python/verify_tensors/ffc_ufl/EnergyNorm.ufl tests/python/verify_tensors/ffc_ufl/Equation.ufl tests/python/verify_tensors/ffc_ufl/FunctionOperators.ufl tests/python/verify_tensors/ffc_ufl/Heat.ufl tests/python/verify_tensors/ffc_ufl/Mass.ufl tests/python/verify_tensors/ffc_ufl/MixedMixedElement.ufl tests/python/verify_tensors/ffc_ufl/MixedPoisson.ufl tests/python/verify_tensors/ffc_ufl/NavierStokes.ufl tests/python/verify_tensors/ffc_ufl/NeumannProblem.ufl tests/python/verify_tensors/ffc_ufl/Optimization.ufl tests/python/verify_tensors/ffc_ufl/P5tet.ufl tests/python/verify_tensors/ffc_ufl/P5tri.ufl tests/python/verify_tensors/ffc_ufl/Poisson.ufl tests/python/verify_tensors/ffc_ufl/PoissonDG.ufl tests/python/verify_tensors/ffc_ufl/PoissonSystem.ufl tests/python/verify_tensors/ffc_ufl/Projection.ufl tests/python/verify_tensors/ffc_ufl/QuadratureElement.ufl tests/python/verify_tensors/ffc_ufl/Stokes.ufl tests/python/verify_tensors/ffc_ufl/SubDomain.ufl tests/python/verify_tensors/ffc_ufl/SubDomains.ufl tests/python/verify_tensors/ffc_ufl/TensorWeightedPoisson.ufl tests/python/verify_tensors/ffc_ufl/VectorLaplaceGradCurl.ufl tests/python/verify_tensors/ffc_ufl2/Constant.ufl tests/python/verify_tensors/ffc_ufl2/Elasticity.ufl tests/python/verify_tensors/ffc_ufl2/EnergyNorm.ufl tests/python/verify_tensors/ffc_ufl2/Equation.ufl tests/python/verify_tensors/ffc_ufl2/Heat.ufl tests/python/verify_tensors/ffc_ufl2/Mass.ufl tests/python/verify_tensors/ffc_ufl2/NavierStokes.ufl tests/python/verify_tensors/ffc_ufl2/NeumannProblem.ufl tests/python/verify_tensors/ffc_ufl2/Poisson.ufl tests/python/verify_tensors/ffc_ufl2/PoissonSystem.ufl tests/python/verify_tensors/ffc_ufl2/Stokes.ufl tests/python/verify_tensors/ffc_ufl2/SubDomain.ufl tests/python/verify_tensors/ffc_ufl2/TensorWeightedPoisson.ufl tests/python/verify_tensors/functionals/Interval.ufl tests/python/verify_tensors/functionals/Tetrahedron.ufl tests/python/verify_tensors/functionals/Triangle.ufl tests/python/verify_tensors/functionals/reference/README tests/python/verify_tensors/print_references.py tests/python/verify_tensors/test.py tests/python/verify_tensors/ufl/Heat.ufl tests/python/verify_tensors/ufl/Mass.ufl tests/python/verify_tensors/ufl/Stiffness.ufl
description:
Updates in verify_tensors, added benchmark option to
compare timings. Needs some polishing to be easier to use.


changeset:   402:8e0a4391e6e8e92ff637971fe03a5353f3ea7f94
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Mar 18 11:21:58 2009 +0100
files:       site-packages/newsfc/representation/formrepresentation.py tests/python/code_generation_lab/regenerate.py tests/python/verify_tensors/test.py
description:
Bugfix for interval "facets".


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