Skip to content
Snippets Groups Projects
Commit 88a5e2d3 authored by Ben Sepanski's avatar Ben Sepanski
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent baa8a85d
No related branches found
No related tags found
1 merge request!91WIP: Firedrake connection-functional
...@@ -31,7 +31,7 @@ Converting between :mod:`firedrake` and :mod:`meshmode` is in general ...@@ -31,7 +31,7 @@ Converting between :mod:`firedrake` and :mod:`meshmode` is in general
straightforward. Some language is different: straightforward. Some language is different:
* In a mesh, a :mod:`meshmode` "element" is a :mod:`firedrake` "cell" * In a mesh, a :mod:`meshmode` "element" is a :mod:`firedrake` "cell"
* A :mod:`meshmode` :class:`Discretization` is a :mod:`firedrake` * A :class:`meshmode.Discretization` is a :mod:`firedrake`
:class:`WithGeometry`, usually :class:`WithGeometry`, usually
created by calling the function :func:`firedrake.functionspace.FunctionSpace` created by calling the function :func:`firedrake.functionspace.FunctionSpace`
and referred to as a "function space" and referred to as a "function space"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment