From 88a5e2d3341c7aafe64efa7557b478ef448cd02e Mon Sep 17 00:00:00 2001 From: Ben Sepanski <ben_sepanski@alumni.baylor.edu> Date: Tue, 30 Jun 2020 17:03:14 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc/interop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interop.rst b/doc/interop.rst index 0af206c5..b07ac095 100644 --- a/doc/interop.rst +++ b/doc/interop.rst @@ -31,7 +31,7 @@ Converting between :mod:`firedrake` and :mod:`meshmode` is in general straightforward. Some language is different: * 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 created by calling the function :func:`firedrake.functionspace.FunctionSpace` and referred to as a "function space" -- GitLab