Skip to content

Commit

Permalink
[doc] mpiExample (base layer)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 17, 2024
1 parent 1ab86b2 commit 8ac7cff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/base/arrayPreconditioning/ArrayPreconditioning.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
/// In distributed, using GlobalOrder set to True, this module will compute a
/// global order, otherwise each process will locally compute its order.
///

/// \b Online \b examples:\n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/mpiExample/">
/// MPI example</a> \n
#pragma once

// ttk common includes
Expand Down
5 changes: 5 additions & 0 deletions core/base/integralLines/IntegralLines.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
/// lines along the edges of the input triangulation.
///
/// \sa ttkIntegralLines.cpp %for a usage example.
///
/// \b Online \b examples:\n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/mpiExample/">
/// MPI example</a> \n

#pragma once

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
/// href="https://topology-tool-kit.github.io/examples/interactionSites/">
/// Interaction sites</a> \n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/mpiExample/">
/// MPI example</a> \n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/uncertainStartingVortex/">
/// Uncertain Starting Vortex example</a> \n

Expand Down
3 changes: 3 additions & 0 deletions core/base/scalarFieldSmoother/ScalarFieldSmoother.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
/// href="https://topology-tool-kit.github.io/examples/morseSmaleSegmentation_at/">Morse-Smale
/// segmentation example</a> \n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/mpiExample/">
/// MPI example</a> \n
/// - <a
/// href="https://topology-tool-kit.github.io/examples/persistenceDiagramPGA/">Persistence
/// Diagram Principal Geodesic Analysis example</a> \n
/// - <a
Expand Down

0 comments on commit 8ac7cff

Please sign in to comment.