Skip to content

Commit

Permalink
fix typos in doc #123
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Jun 29, 2023
1 parent 682625a commit 2648c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/apicpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A *pressio-demoapps* C++ problem class meets the following API
Returns the total number of degrees of freedom on the **stencil** mesh.
Note that, in general, this is not the same as the number of stencil mesh cells.
When you have multiple dofs/cell (for example Euler equations),
then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.


.. _Supported Backends And Types:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/apipy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Problem Class
Returns the total number of degrees of freedom on the **stencil** mesh.
Note that, in general, this is not the same as the number of stencil mesh cells.
When you have multiple dofs/cell (for example Euler equations),
then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.

:rtype: int

Expand Down

0 comments on commit 2648c1d

Please sign in to comment.