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