Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ publishpdf:
publish: html
# The raw IP address is used to circumvent some dns fiddling which
# Imperial's ICT department are doing.
rsync --rsh=ssh -rv -r build/html/* 'cm3f3ymc8wnd@92.204.68.56:public_html/'
rsync --rsh=ssh -rv -r build/html/* 'cm3f3ymc8wnd@92.204.222.76:public_html/'

scp:
# The raw IP address is used to circumvent some dns fiddling which
# Imperial's ICT department are doing.
rsync --rsh=ssh -rv build/html/* 'cm3f3ymc8wnd@92.204.68.56:public_html/'
rsync --rsh=ssh -rv build/html/* 'cm3f3ymc8wnd@92.204.222.76:public_html/'

livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
Expand Down
7 changes: 7 additions & 0 deletions docs/source/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Firedrake events
----------------

Firedrake '23
~~~~~~~~~~~~~

The seventh Firedrake user and developer workshop will be held
between 13-15 September 2023 at Missenden Abbey. For more
information see :doc:`the workshop page <firedrake_23>`.

PETSc4py documentation sprint
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
49 changes: 49 additions & 0 deletions docs/source/firedrake_23.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
:orphan: true

.. title:: Firedrake '23

.. image:: images/missenden_abbey.jpg
:width: 45%
:alt: Missenden Abbey
:align: right

Firedrake '23
-------------

The seventh Firedrake user and developer workshop will
be held at `Missenden Abbey <https://missendenabbey.co.uk>`__ from 13-15 September 2023. The event is
hosted by Imperial College London.

The workshop is an opportunity for Firedrake users and
developers to engage with each other to communicate the ways that
Firedrake can be used in simulation science, the latest developments
in the project, and the future developments anticipated. The event
provides Firedrake users with the opportunity to interact directly
with developers and other users.

Key Dates
---------

* 21/7/2023 Abstract submission
* 21/7/2023 Registration
* 13-15/9/2023 Workshop. The workshop will run from the afternoon of 13
September until lunchtime on 15 September.

Registration
------------

Registration will be £180 for students and £300 for others. This includes two
nights accommodation and meals for the duration of the workshop. Registration
will open soon.

Organising committee
--------------------

* `David Ham <https://www.imperial.ac.uk/people/david.ham>`__, Imperial College London
* `Daiane I. Dolci <https://www.imperial.ac.uk/people/d.dolci>`__, Imperial College London
* `Koki Sagiyama <https://www.imperial.ac.uk/people/k.sagiyama>`__, Imperial College London

Further details
---------------

For any queries, please contact `David Ham <mailto:david.ham@imperial.ac.uk>`_.
Binary file added docs/source/images/missenden_abbey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion firedrake/ml/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FiredrakeTorchOperator(torch.autograd.Function):
----------
metadata : dict
Dictionary used to stash Firedrake objects.
x_P : list of torch.Tensor
*x_P : torch.Tensor
PyTorch tensors representing the inputs to the Firedrake operator `F`.

Returns
Expand Down