File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -261,17 +261,11 @@ which indeed contracts into a number.
261261Interpolation 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
You can’t perform that action at this time.
0 commit comments