Recent Releases of firedrake

firedrake - Firedrake: an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam 10 months ago

firedrake - Firedrake: an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by connorjward 10 months ago

firedrake - Firedrake: an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam 11 months ago

firedrake - Firedrake: an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam 11 months ago

firedrake - 2025.4.2

What's Changed

  • Set version number to 2025.4.1 by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4355
  • Set setuptools min version by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4357
  • Fast diagonalization demo by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4309
  • Fix homogeneous DirichletBC residual by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4370
  • ImplicitMatrixContext: Fix dual space for matfree SLATE Inverse by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4360
  • Fix typo in test by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4359
  • ASM: support Extruded Periodic meshes by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4352
  • Knook/EquationBC_GMG by @KarsKnook in https://github.com/firedrakeproject/firedrake/pull/4338
  • Add Firedrake 25 information to the website by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4371
  • GTMGPC: use the new Interpolate by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4374
  • Use petsc.org instead of mcs.anl.gov for PETSc links by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4379
  • 'Fix' petsc raises by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4384
  • Remove old link from docs by @JHopeCollins in https://github.com/firedrakeproject/firedrake/pull/4417
  • Bump PETSc and SLEPc versions by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4419
  • bump pyadjoint dependency version by @dham in https://github.com/firedrakeproject/firedrake/pull/4424

Full Changelog: https://github.com/firedrakeproject/firedrake/compare/2025.4.1...2025.4.2

- Python
Published by connorjward 12 months ago

firedrake - 2025.4.1

What's Changed

  • Point to PyPI version of Firedrake on website by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4266
  • Fix linkcheck by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4269
  • Release fixups by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4268
  • Website hotfix by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4275
  • Fix sdist by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4276
  • Increment version number by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4280
  • Add option to build Docker containers manually by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4272
  • Only deploy master website in this repository by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4278
  • Single source of truth by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4249
  • Use correct hook to prepare firedrake-check for editable installs by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4289
  • Add instruction to run pip cache remove firedrake by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4290
  • Tighter solver tolerance for calculating Hessian taylor test by @JHopeCollins in https://github.com/firedrakeproject/firedrake/pull/4291
  • Fix docs banner by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4292
  • Inc PETSc to 3.23.1 so macOs no longer needs to download CMake by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4277
  • Add check for uncommitted changes to autogenerated files by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4281
  • petsc4py docs hotfix by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4294
  • Misc fixups by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4310
  • cause actions to trigger when PR target is changed by @dham in https://github.com/firedrakeproject/firedrake/pull/4312
  • Put dual spaces in the manual by @indiamai in https://github.com/firedrakeproject/firedrake/pull/4304
  • Dham/status badge by @dham in https://github.com/firedrakeproject/firedrake/pull/4311
  • intersphinx the current fiat documentation by @dham in https://github.com/firedrakeproject/firedrake/pull/4305
  • pyproject: move spydump to script-files by @qbisi in https://github.com/firedrakeproject/firedrake/pull/4301
  • Fix license in pyproject.toml by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4324
  • Fix typo in duals manual section by @indiamai in https://github.com/firedrakeproject/firedrake/pull/4321
  • demo for steady Boussinesq problem with integral constraints by @KarsKnook in https://github.com/firedrakeproject/firedrake/pull/4318
  • Fix minor typos in Boussinesq demo by @ABaierReinio in https://github.com/firedrakeproject/firedrake/pull/4336
  • Rckirby/patchdemo by @rckirby in https://github.com/firedrakeproject/firedrake/pull/4317
  • Fix Real space assembly by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4331
  • Cjc/vp demo by @colinjcotter in https://github.com/firedrakeproject/firedrake/pull/4320
  • Add macOS compiler failure to install FAQ by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4345
  • Use a different mirror to download apt packages by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4347
  • Backport BC checkpointing fixes to release by @angus-g in https://github.com/firedrakeproject/firedrake/pull/4351
  • always() install system dependencies in CI by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4353
  • SLATE: support dual space by @pbrubeck in https://github.com/firedrakeproject/firedrake/pull/4342
  • PETSc update by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4348

New Contributors

  • @ABaierReinio made their first contribution in https://github.com/firedrakeproject/firedrake/pull/4336

Full Changelog: https://github.com/firedrakeproject/firedrake/compare/2025.4.0...2025.4.1

- Python
Published by connorjward about 1 year ago

firedrake - 2025.4.0.post0

What's Changed

  • Point to PyPI version of Firedrake on website by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4266
  • Fix linkcheck by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4269
  • Release fixups by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4268
  • Website hotfix by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4275
  • Fix sdist by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4276
  • Increment version number by @connorjward in https://github.com/firedrakeproject/firedrake/pull/4280

Full Changelog: https://github.com/firedrakeproject/firedrake/compare/2025.4.0...2025.4.0.post0

- Python
Published by connorjward about 1 year ago

firedrake - 2025.4.0

First stable release.

- Python
Published by connorjward about 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by pefarrell over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by pefarrell over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 1 year ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by pefarrell almost 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam almost 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by pefarrell almost 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham almost 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham about 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 2 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam almost 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam almost 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam about 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by pefarrell over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by sv2518 over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by sv2518 over 3 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham almost 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam almost 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham about 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by ksagiyam over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 4 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham almost 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 5 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham almost 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- about 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by dham over 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- over 6 years ago

firedrake - an automated finite element system

This release is specifically created to document the version of firedrake used in a particular set of experiments using Firedrake. Please do not cite this as a general source for Firedrake or any of its dependencies. Instead, refer to https://www.firedrakeproject.org/citing.html

- Python
Published by wence- almost 7 years ago