Lines Matching full:examples

1 # libCEED: Examples
3 This page provides a brief description of the examples for the libCEED library.
5 ## Basic libCEED Examples
7 Two examples that rely only upon libCEED without any external libraries are provided in the [ceed/]…
8 … see the dedicated [documentation section](https://libceed.org/en/latest/examples/ceed/index.html).
58 …ase see the dedicated [BPs documentation section](https://libceed.org/en/latest/examples/bps.html).
63 …corresponding [fluids documentation page](https://libceed.org/en/latest/examples/fluids/index.html…
68 …corresponding [solids documentation page](https://libceed.org/en/latest/examples/solids/index.html…
70 ## PETSc+libCEED Surface Area Examples
72 These examples, located in the [petsc/](./petsc) folder, use the mass operator to compute the surfa…
73 …e corresponding [area documentation page](https://libceed.org/en/latest/examples/petsc/index.html#…
77 These examples, located in the [petsc/](./petsc) folder, reproduce the Bakeoff Problems 1-6 on a di…
78 …s on the cubed-sphere documentation page](https://libceed.org/en/latest/examples/petsc/index.html#…
80 ## libCEED Python Examples
82 …ng how to install the Python interface and the usage of each API object, with interactive examples.
83 The basic libCEED C examples in `/ceed` folder are also available as Python examples.
85 ## libCEED Rust Examples
87 The basic libCEED C examples in `/ceed` folder are also available as Rust examples.
89 ## Running Examples
91 To build the examples, set the `DEAL_II_DIR`, `MFEM_DIR`, `PETSC_DIR`, and `NEK5K_DIR` variables an…
94 :start-after: <!-- running-examples-inclusion -->
95 :end-before: <!-- running-examples-exclusion -->