expression_test, a FENICS code which investigates some simple uses of the Expression() function and Expression objects.
The Expression() function is a convenient way to take a formula, as a quoted string, and turn it into an object that can be evaluated, plotted, projected into a finite element space, or used to define a "form".
Note that I have installed FENICS using Docker, and so to run this script I issue the commands:
mesh_test, a FENICS script which explores mesh objects.