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