From 2027ac199d492440556a9673521bc66c9b15c03b Mon Sep 17 00:00:00 2001 From: benSepanski <ben_sepanski@alumni.baylor.edu> Date: Fri, 3 Jul 2020 11:08:01 -0500 Subject: [PATCH] Some doc fixes --- meshmode/interop/firedrake/connection.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meshmode/interop/firedrake/connection.py b/meshmode/interop/firedrake/connection.py index 01fa368e..9c5c8eb8 100644 --- a/meshmode/interop/firedrake/connection.py +++ b/meshmode/interop/firedrake/connection.py @@ -24,9 +24,8 @@ __doc__ = """ .. autoclass:: FiredrakeConnection :members: .. autoclass:: FromFiredrakeConnection - :members: +.. autoclass:: FromBdyFiredrakeConnection .. autoclass:: ToFiredrakeConnection - :members: """ import numpy as np @@ -537,8 +536,8 @@ class FromBdyFiredrakeConnection(FiredrakeConnection): """ A connection created from a :mod:`firedrake` ``"CG"`` or ``"DG"`` function space which creates a - meshmode discretization corresponding to all cells with a face on - the given boundary and allows + meshmode discretization corresponding to all cells with at + least one vertex on the given boundary and allows transfer of functions to and from :mod:`firedrake`. """ def __init__(self, cl_ctx, fdrake_fspace, bdy_id): -- GitLab