Lines Matching full:libceed

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 For more details, please see the dedicated [documentation section](https://libceed.org/en/latest/ex…
47 …lement gather, and parallel gather (with the parallel gathers/scatters done externally to libCEED).
58 …in the BPs, please see the dedicated [BPs documentation section](https://libceed.org/en/latest/exa…
60 ## PETSc+libCEED Fluid Dynamics Navier-Stokes Mini-App
63 …fluids) folder and the corresponding [fluids documentation page](https://libceed.org/en/latest/exa…
65 ## PETSc+libCEED Solid Mechanics Elasticity Mini-App
68 …solids) folder and the corresponding [solids documentation page](https://libceed.org/en/latest/exa…
70 ## PETSc+libCEED Surface Area Examples
73 For a detailed description, please see the corresponding [area documentation page](https://libceed.…
75 ## PETSc+libCEED Bakeoff Problems on the Cubed-Sphere
78 … corresponding [problems on the cubed-sphere documentation page](https://libceed.org/en/latest/exa…
80 ## libCEED Python Examples
82 These Jupyter notebooks explore the concepts of the libCEED API, including how to install the Pytho…
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.