xref: /libCEED/examples/ceed/README.md (revision 9cf88b28e874a91fbe464b60f41b3973b01eeda4)
1## libCEED: Basic Examples
2
3Two examples are provided that rely only upon libCEED without any external
4libraries.
5
6### Example 1: ex1-volume
7
8This example uses the mass matrix to compute the length, area, or volume of a
9region, depending upon runtime parameters.
10
11### Example 2: ex2-surface
12
13This example uses the diffusion matrix to compute the surface area of a region,
14in 1D, 2D or 3D, depending upon runtime parameters.
15