mesh_test, a FENICS script which investigates some simple uses of the mesh objects and the various function calls that create them.
Finite element calculations begin by creating a discretized model of the geometry of a region. FENICS supplies a number of ways of creating a mesh, or of reading in a mesh created by an external program.
Note that I have installed FENICS using Docker, and so to run this script I issue the commands:
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
expression_test, a FENICS script which explores expression objects.