• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FEniCS / ufl
80%

Build:
DEFAULT BRANCH: main
Repo Added 09 Sep 2019 04:02PM UTC
Files 110
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 2025.2.0.post0
  • 2025.2.1
  • 2025.3.0
  • 2026.1.0
  • chris/coveralls-token
  • chris/pydocstyle
  • chris/readme-updates
  • chris/update-pyproject-license
  • code-of-conduct
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/setup-python-6
  • dokken/diagonalise
  • dokken/fix-warnings
  • dokken/multiple_coordinate_elements
  • dokken/test-release
  • garth-wells-patch-1
  • garth/spack-ci-update
  • gh-readonly-queue/main/pr-264-dd46e978f319d05f91bc6e22b255375282120be1
  • gh-readonly-queue/main/pr-387-e45f4018a6187f87ca068f8318c3ff012f8e0344
  • gh-readonly-queue/main/pr-402-00d0a9ce91d8c9fc18d92fd38f640aa01aa79a99
  • gh-readonly-queue/main/pr-403-ed988abce06978cefd0b6a13862b61a1b386910a
  • gh-readonly-queue/main/pr-404-9824b20e00730bffa7025572a34f55a64b28a150
  • gh-readonly-queue/main/pr-408-29ba01b7da3904b20a293164a6687ca9e2174121
  • gh-readonly-queue/main/pr-409-7d74ff55da811a8f3ba6a184c9ba8603c592fad3
  • gh-readonly-queue/main/pr-410-4adcd7b33288d4144e74e75a21fff8fb62b8b0d7
  • gh-readonly-queue/main/pr-413-848435cf9ee6d186ef9fe3e50cd0f9c4fce387d5
  • gh-readonly-queue/main/pr-414-f355a44d00761cf98fb5560fa10b46baee4b15be
  • gh-readonly-queue/main/pr-416-c2e5a1cd00b14958c7d20bca33ddd824e7bc7666
  • gh-readonly-queue/main/pr-417-295669375a72c41a3f90199a156ecce3a3cf7bd9
  • gh-readonly-queue/main/pr-418-fe3cf5d9eafbba59ec0d45bde25006811ff6233e
  • gh-readonly-queue/main/pr-419-04dad8133af9777d7295ec58aa9a548a79f1853b
  • gh-readonly-queue/main/pr-420-4b39fd0dc9f26eabbf38f777c2dcf0abdaef5c21
  • gh-readonly-queue/main/pr-421-efbc75f5a2e11aafc1f4e6a3b87f1f6e5f83529e
  • gh-readonly-queue/main/pr-422-22a9cb650d2520e703653154a9f711160bb4141e
  • gh-readonly-queue/main/pr-423-334f20ec6924b975b57b9857b320e5fdb9dec3c4
  • gh-readonly-queue/main/pr-428-fe31a3fbdc07eba724ce90120e2d60298e652a94
  • gh-readonly-queue/main/pr-430-afc60351b31f5d33c18f5f06c5de5561d3a401e1
  • gh-readonly-queue/main/pr-433-67e8380a6d0519fdf0458f694a4f95807046c352
  • jorgensd-patch-1
  • master
  • michal/group-after-degree
  • michal/group-form-integrals-optional
  • patch-coveralls-badge
  • release
  • rm-as-native-str
  • schnellerhase/ci-badges
  • schnellerhase/drop-python-3.9
  • schnellerhase/ffcx-werror
  • schnellerhase/fix-documentation
  • schnellerhase/fix_169
  • schnellerhase/fix_386
  • schnellerhase/new-ruff
  • schnellerhase/python-3.14
  • schnellerhase/remove-type-system
  • simplify-ci
  • spdx
  • wence/fix/traversal-slow
  • wence/flake8-update

27 Aug 2026 10:44AM UTC coverage: 80.114% (+0.008%) from 80.106%
33370959986

push

github

web-flow
Introduce argument.reconstruct (#509)

* Introduce argument.reconstruct

* Remove stray argument

10 of 10 new or added lines in 3 files covered. (100.0%)

10148 of 12667 relevant lines covered (80.11%)

0.8 hits per line

Relevant lines Covered
Build:
Build:
12667 RELEVANT LINES 10148 COVERED LINES
0.8 HITS PER LINE
Source Files on main
  • Tree
  • List 110
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33370959986 main Introduce argument.reconstruct (#509) * Introduce argument.reconstruct * Remove stray argument push 31 Aug 2026 08:03AM UTC web-flow github
80.11
33064532876 main Introduce argument.reconstruct (#509) * Introduce argument.reconstruct * Remove stray argument push 27 Aug 2026 10:49AM UTC web-flow github
80.11
33061274330 main Improve/fix adjoint computation on mixed function space (#508) * Improve/fix adjoint computation on mixed function space * Fix mypy * Fix assert and add note * Make mypy happy * Fix docs push 27 Aug 2026 10:03AM UTC web-flow github
80.11
32955606043 main Further extensions to extract linear combination (#507) * Further extensions to extract linear combination (operations required for irksome). Created with Gemini (August 2026), but tested and verified by me. * Extend to tensor slicing and fixe... push 26 Aug 2026 09:57AM UTC web-flow github
80.05
32705045201 main Extract linear combination from `ufl`-expression (#504) * Add linear combination extractor. Addresses https://github.com/FEniCS/ufl/issues/486 Written with the help of Gemini (August 2026). I take full responsibility for the correctness and testi... push 24 Aug 2026 08:13AM UTC web-flow github
80.02
32704696071 main Extract linear combination from `ufl`-expression (#504) * Add linear combination extractor. Addresses https://github.com/FEniCS/ufl/issues/486 Written with the help of Gemini (August 2026). I take full responsibility for the correctness and testi... push 24 Aug 2026 08:08AM UTC web-flow github
80.02
32701901147 main Reduce the estimated degree only on simplex cells (#506) * Reduce the estimated degree only on simplex cells A derivative lowers the polynomial degree in one direction only. On a cell that is not a simplex the degree is a degree for each directi... push 24 Aug 2026 07:33AM UTC web-flow github
79.83
32420098100 main Use the accessed sub-element's degree for indexed mixed-element components (#503) * Use the accessed sub-element's degree for indexed mixed-element components SumDegreeEstimator.argument()/.coefficient() return the whole element's embedded_super... push 20 Aug 2026 09:36PM UTC web-flow github
79.78
32377957555 main Install dolfinx dependencies on CI with group (#505) * Install dolfinx dependencies with group post https://github.com/FEniCS/dolfinx/pull/4420/ * Split install step per group required. push 20 Aug 2026 02:06PM UTC web-flow github
79.75
32257537194 main Cancel contractions of the Jacobian with its inverse (#496) * Cancel contractions of the Jacobian with its inverse Preserve Jacobian, JacobianInverse and JacobianDeterminant during geometry lowering, and cancel J-Jinv contractions into Kronecker... push 19 Aug 2026 01:22PM UTC web-flow github
79.75
See All Builds (245)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc