We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b1fff commit aa8d190Copy full SHA for aa8d190
docs/source/point-evaluation.rst
@@ -8,8 +8,7 @@ Point evaluation
8
Firedrake can evaluate :py:class:`~.Function`\s at arbitrary physical
9
points. This feature can be useful for the evaluation of the result
10
of a simulation, or for creating expressions which contain point evaluations.
11
-Three APIs are offered to this feature: two Firedrake-specific ones, and one
12
-from UFL.
+Two APIs for this are offered: a Firedrake-specific one, and one from UFL.
13
14
.. _primary-api:
15
firedrake/pyplot/mpl.py
@@ -2,7 +2,6 @@
2
import math
3
import numpy as np
4
import numpy.random as randomgen
5
-
6
try:
7
import matplotlib.pyplot as plt
except ModuleNotFoundError as e:
0 commit comments