Skip to content

Commit

Permalink
remove flatten functions from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Oct 22, 2021
1 parent 5f67a2f commit 6b81549
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions meshmode/dof_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
.. autofunction:: rec_multimap_dof_array_container
.. autofunction:: multimapped_over_dof_arrays
.. autofunction:: flatten
.. autofunction:: unflatten
.. autofunction:: unflatten_like
.. autofunction:: flatten_to_numpy
.. autofunction:: unflatten_from_numpy
.. autofunction:: flat_norm
.. autofunction:: array_context_for_pickling
Expand Down Expand Up @@ -716,8 +711,8 @@ def flat_norm(ary, ord=None) -> Any:
Unlike :attr:`arraycontext.ArrayContext.np`, this function handles
:class:`DOFArray`\ s by taking a norm of their flattened values
(in the sense of :func:`flatten`) regardless of how the group arrays
are stored.
(in the sense of :func:`arraycontext.flatten`) regardless of how the
group arrays are stored.
:arg ary: may be a :class:`DOFArray` or an
:class:`~arraycontext.ArrayContainer` containing them.
Expand Down

0 comments on commit 6b81549

Please sign in to comment.