Skip to content

Commit 67b7602

Browse files
committed
Fix finite-dimensional repetition in 'modes and spaces'
1 parent 5a1ca4d commit 67b7602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ mappings back to the reference element.
178178
## Modes and Spaces
179179

180180
To perform calculus operations, each reference element can be equipped with
181-
(finite-dimensional) function spaces described by the `FunctionSpace` class.
182-
These represent a finite-dimensional space functions $\phi_i: D \to
181+
function spaces described by the `FunctionSpace` class.
182+
These represent a finite-dimensional space of functions $\phi_i: D \to
183183
\mathbb{R}$, where $D$ is the reference element domain, but make no specific
184184
choice of basis. The function spaces mirror the shape definitions and are
185185
intended to work in tandem. In fact, the `space_for_shape` function provides a

0 commit comments

Comments
 (0)