From 0ad40f25eeec1433c25fb68fe6ae08d31573d911 Mon Sep 17 00:00:00 2001 From: Lucas Sawade Date: Wed, 26 Feb 2025 22:51:20 -0500 Subject: [PATCH] Added forgotten files (as per usual) --- docs/api/mesh/dim3/adjacency/index.rst | 7 +++++++ docs/api/mesh/dim3/coloring/index.rst | 15 +++++++++++++++ docs/api/mesh/dim3/inner_outer/index.rst | 16 ++++++++++++++++ docs/api/mesh/dim3/mpi/index.rst | 7 +++++++ docs/api/mesh/dim3/surface/index.rst | 8 ++++++++ 5 files changed, 53 insertions(+) create mode 100644 docs/api/mesh/dim3/adjacency/index.rst create mode 100644 docs/api/mesh/dim3/coloring/index.rst create mode 100644 docs/api/mesh/dim3/inner_outer/index.rst create mode 100644 docs/api/mesh/dim3/mpi/index.rst create mode 100644 docs/api/mesh/dim3/surface/index.rst diff --git a/docs/api/mesh/dim3/adjacency/index.rst b/docs/api/mesh/dim3/adjacency/index.rst new file mode 100644 index 00000000..d2dc7651 --- /dev/null +++ b/docs/api/mesh/dim3/adjacency/index.rst @@ -0,0 +1,7 @@ +.. _mesh_3D_adjacency: + +Adjacency ++++++++++ + +.. doxygenstruct:: specfem::mesh::adjacency< specfem::dimension::type::dim3 > + :members: diff --git a/docs/api/mesh/dim3/coloring/index.rst b/docs/api/mesh/dim3/coloring/index.rst new file mode 100644 index 00000000..a4c15203 --- /dev/null +++ b/docs/api/mesh/dim3/coloring/index.rst @@ -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: diff --git a/docs/api/mesh/dim3/inner_outer/index.rst b/docs/api/mesh/dim3/inner_outer/index.rst new file mode 100644 index 00000000..2fcc1c00 --- /dev/null +++ b/docs/api/mesh/dim3/inner_outer/index.rst @@ -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: diff --git a/docs/api/mesh/dim3/mpi/index.rst b/docs/api/mesh/dim3/mpi/index.rst new file mode 100644 index 00000000..d0dbf361 --- /dev/null +++ b/docs/api/mesh/dim3/mpi/index.rst @@ -0,0 +1,7 @@ +.. mesh_3D_mpi: + +MPI ++++ + +.. doxygenstruct:: specfem::mesh::mpi< specfem::dimension::type::dim3 > + :members: diff --git a/docs/api/mesh/dim3/surface/index.rst b/docs/api/mesh/dim3/surface/index.rst new file mode 100644 index 00000000..7ae1363a --- /dev/null +++ b/docs/api/mesh/dim3/surface/index.rst @@ -0,0 +1,8 @@ +.. mesh_3D_surface: + + +Surface +------- + +.. doxygenstruct:: specfem::mesh::surface< specfem::dimension::type::dim3 > + :members: