Skip to content

Commit

Permalink
Added forgotten files (as per usual)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsawade committed Feb 27, 2025
1 parent 1be396a commit 0ad40f2
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/mesh/dim3/adjacency/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _mesh_3D_adjacency:

Adjacency
+++++++++

.. doxygenstruct:: specfem::mesh::adjacency< specfem::dimension::type::dim3 >
:members:
15 changes: 15 additions & 0 deletions docs/api/mesh/dim3/coloring/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. mesh_3D_coloring:
Coloring
--------

**Medium based coloring**

.. doxygenstruct:: specfem::mesh::medium_coloring
:members:


**Coloring container for all media**

.. doxygenstruct:: specfem::mesh::coloring< specfem::dimension::type::dim3 >
:members:
16 changes: 16 additions & 0 deletions docs/api/mesh/dim3/inner_outer/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. mesh_3D_inner_outer:
Inner and Outer Elements
------------------------


**The medium based container**

.. doxygenstruct:: specfem::mesh::inner_outer_medium
:members:


**The inner_outer container for all media**

.. doxygenstruct:: specfem::mesh::inner_outer< specfem::dimension::type::dim3 >
:members:
7 changes: 7 additions & 0 deletions docs/api/mesh/dim3/mpi/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. mesh_3D_mpi:
MPI
+++

.. doxygenstruct:: specfem::mesh::mpi< specfem::dimension::type::dim3 >
:members:
8 changes: 8 additions & 0 deletions docs/api/mesh/dim3/surface/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. mesh_3D_surface:
Surface
-------

.. doxygenstruct:: specfem::mesh::surface< specfem::dimension::type::dim3 >
:members:

0 comments on commit 0ad40f2

Please sign in to comment.