File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ A *pressio-demoapps* C++ problem class meets the following API
9696 Returns the total number of degrees of freedom on the **stencil ** mesh.
9797 Note that, in general, this is not the same as the number of stencil mesh cells.
9898 When you have multiple dofs/cell (for example Euler equations),
99- then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
99+ then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.
100100
101101
102102.. _Supported Backends And Types :
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Problem Class
6666 Returns the total number of degrees of freedom on the **stencil ** mesh.
6767 Note that, in general, this is not the same as the number of stencil mesh cells.
6868 When you have multiple dofs/cell (for example Euler equations),
69- then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
69+ then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.
7070
7171 :rtype: int
7272
You can’t perform that action at this time.
0 commit comments