File: demo.rst

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (37 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. DOLFINx C++ demos

Demos
=====

These demos illustrate DOLFINx C++ usage. Starting with the
:doc:`Poisson demo <demos/demo_poisson>` is recommended.


Introductory
------------

.. toctree::
   :maxdepth: 1

   demos/demo_poisson.md
   demos/demo_biharmonic.md

Intermediate
------------

.. toctree::
   :maxdepth: 1

   demos/demo_hyperelasticity.md
   demos/demo_mixed_poisson.md
   demos/demo_poisson_matrix_free.md
   demos/demo_interpolation_different_meshes.md
   demos/demo_interpolation-io.md

Advanced
--------

.. toctree::
   :maxdepth: 1

   demos/demo_custom_kernel.md