Skip to content
Snippets Groups Projects
Commit d36d4385 authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

fix doc links

parent 06650221
No related branches found
No related tags found
1 merge request!49Remove cyclic dependencies in symbolic module
Pipeline #22004 failed
......@@ -90,12 +90,12 @@ class Operator(pymbolic.primitives.Expression):
"""
.. attribute:: dd_in
an instance of :class:`~grudge.sym.DOFDesc` describing the
an instance of :class:`~grudge.symbolic.primitives.DOFDesc` describing the
input discretization.
.. attribute:: dd_out
an instance of :class:`~grudge.sym.DOFDesc` describing the
an instance of :class:`~grudge.symbolic.primitives.DOFDesc` describing the
output discretization.
"""
......
......@@ -158,9 +158,9 @@ class DOFDesc(object):
:class:`DTAG_SCALAR` (or the string ``"scalar"``),
:class:`DTAG_VOLUME_ALL` (or the string ``"vol"``)
for the default volume discretization,
:class:`~meshmode.discretization.connection.FACE_RESTR_ALL`
:data:`~meshmode.discretization.connection.FACE_RESTR_ALL`
(or the string ``"all_faces"``), or
:class:`~meshmode.discretization.connection.FACE_RESTR_INTERIOR`
:data:`~meshmode.discretization.connection.FACE_RESTR_INTERIOR`
(or the string ``"int_faces"``), or one of
:class:`~meshmode.mesh.BTAG_ALL`,
:class:`~meshmode.mesh.BTAG_NONE`,
......@@ -465,7 +465,7 @@ def forward_metric_derivative(xyz_axis, rst_axis, dd=None):
.. math::
\frac{d x_{\mathtt{xyz\_axis}} }{d r_{\mathtt{rst\_axis}} }
\frac{\partial x_{\mathrm{xyz\_axis}} }{\partial r_{\mathrm{rst\_axis}} }
"""
if dd is None:
dd = DD_VOLUME
......
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