xref: /libCEED/examples/ceed/README.md (revision 9df49d7ef0a77c7a3baec2427d8a7274681409b6)
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