Skip to content
Snippets Groups Projects
Commit 8c29e53b authored by Thomas Gibson's avatar Thomas Gibson
Browse files

Keep operations in grudge.op and clean headers

parent 24267412
No related branches found
No related tags found
No related merge requests found
""" """
.. currentmodule:: grudge.op
Interpolation Interpolation
------------- -------------
......
""" """
.. currentmodule:: grudge.op
Projections Projections
----------- -----------
......
""" """
Reduction operations .. currentmodule:: grudge.op
^^^^^^^^^^^^^^^^^^^^
Nodal reductions Nodal reductions
---------------- ----------------
......
"""
Trace Pairs
^^^^^^^^^^^
Container class
---------------
.. autoclass:: TracePair
Boundary trace functions
------------------------
.. autofunction:: bdry_trace_pair
.. autofunction:: bv_trace_pair
Interior and cross-rank trace functions
---------------------------------------
.. autofunction:: interior_trace_pairs
.. autofunction:: cross_rank_trace_pairs
"""
__copyright__ = """ __copyright__ = """
Copyright (C) 2021 University of Illinois Board of Trustees Copyright (C) 2021 University of Illinois Board of Trustees
""" """
...@@ -45,29 +67,6 @@ import numpy as np ...@@ -45,29 +67,6 @@ import numpy as np
import grudge.dof_desc as dof_desc import grudge.dof_desc as dof_desc
__doc__ = """
Trace Pairs
^^^^^^^^^^^
Container class
---------------
.. autoclass:: TracePair
Boundary trace functions
------------------------
.. autofunction:: bdry_trace_pair
.. autofunction:: bv_trace_pair
Interior and cross-rank trace functions
---------------------------------------
.. autofunction:: interior_trace_pairs
.. autofunction:: cross_rank_trace_pairs
"""
# {{{ Trace pair container class # {{{ Trace pair container class
@with_container_arithmetic( @with_container_arithmetic(
......
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