Skip to content

Commit

Permalink
Updated the docs to adjust the impl loocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lsawade committed Nov 27, 2024
1 parent c0f04a6 commit b28660f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/api/IO/Libraries/mesh/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ The below functions are helper functions for the Fortran binary mesh database
reader. The functions are called in :cpp:func:`specfem::IO::read_mesh`
in sequential order and faciliate the reading of the mesh database.

.. doxygenfunction:: specfem::IO::mesh::fortran::read_mesh_database_header
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_mesh_database_header

.. doxygenfunction:: specfem::IO::mesh::fortran::read_coorg_elements
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_coorg_elements

.. doxygenfunction:: specfem::IO::mesh::fortran::read_properties
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_properties

.. doxygenfunction:: specfem::IO::mesh::fortran::read_mesh_database_attenuation
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_mesh_database_attenuation

.. doxygenfunction:: specfem::IO::mesh::fortran::read_material_properties
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_material_properties

.. doxygenfunction:: specfem::IO::mesh::fortran::read_boundaries
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_boundaries

.. doxygenfunction:: specfem::IO::mesh::fortran::read_coupled_interfaces
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_coupled_interfaces

.. doxygenfunction:: specfem::IO::mesh::fortran::read_tangential_elements
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_tangential_elements

.. doxygenfunction:: specfem::IO::mesh::fortran::read_axial_elements
.. doxygenfunction:: specfem::IO::mesh::impl::fortran::read_axial_elements

Finally, we add tags to the :cpp:struct:`specfem::mesh::mesh` using the
:cpp:struct:`specfem::mesh::tags` struct. The description of which can be found
Expand Down

0 comments on commit b28660f

Please sign in to comment.