Skip to content

Commit f795fe8

Browse files
committed
docs
1 parent 6d94bb2 commit f795fe8

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/source/interpolation.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,11 @@ which indeed contracts into a number.
261261
Interpolation across meshes
262262
---------------------------
263263

264-
The interpolation API supports interpolation between meshes where the target
265-
function space has finite elements (as given in the list of
266-
:ref:`supported elements <supported_elements>`)
267-
268-
* **Lagrange/CG** (also known as Continuous Galerkin or P elements),
269-
* **Q** (i.e. Lagrange/CG on lines, quadrilaterals and hexahedra),
270-
* **Discontinuous Lagrange/DG** (also known as Discontinuous Galerkin or DP elements) and
271-
* **DQ** (i.e. Discontinuous Lagrange/DG on lines, quadrilaterals and hexahedra).
272-
273-
Vector, tensor, and mixed function spaces can also be interpolated into from
274-
other meshes as long as they are constructed from these spaces.
264+
The interpolation API supports interpolation across meshes where the target
265+
function space has any finite element which supports interpolation, as specified in the list of
266+
:ref:`supported elements <supported_elements>`. Vector, tensor, and mixed function
267+
spaces can also be interpolated into from other meshes as long as they are
268+
constructed from these spaces.
275269

276270
.. note::
277271

0 commit comments

Comments
 (0)