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