Skip to content

Commit

Permalink
operators typo fix: discrezation
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 26, 2022
1 parent 08e439f commit 3e1fb92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mirgecom/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ def grad_operator(discr, dd_vol, dd_faces, u, flux):
discr: grudge.eager.EagerDGDiscretization
the discretization to use
dd_vol: grudge.dof_desc.DOFDesc
the degree-of-freedom tag associated with the volume discrezation.
the degree-of-freedom tag associated with the volume discretization.
This determines the type of quadrature to be used.
dd_faces: grudge.dof_desc.DOFDesc
the degree-of-freedom tag associated with the surface discrezation.
the degree-of-freedom tag associated with the surface discretization.
This determines the type of quadrature to be used.
u: meshmode.dof_array.DOFArray or numpy.ndarray
the function (or container of functions) for which gradient is to be
Expand Down Expand Up @@ -70,10 +70,10 @@ def div_operator(discr, dd_vol, dd_faces, v, flux):
discr: grudge.eager.EagerDGDiscretization
the discretization to use
dd_vol: grudge.dof_desc.DOFDesc
the degree-of-freedom tag associated with the volume discrezation.
the degree-of-freedom tag associated with the volume discretization.
This determines the type of quadrature to be used.
dd_faces: grudge.dof_desc.DOFDesc
the degree-of-freedom tag associated with the surface discrezation.
the degree-of-freedom tag associated with the surface discretization.
This determines the type of quadrature to be used.
v: numpy.ndarray
obj array of :class:`~meshmode.dof_array.DOFArray` (or container of such)
Expand Down

0 comments on commit 3e1fb92

Please sign in to comment.