File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
vtk/ttkPersistenceDiagram Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11## TTK - ChangeLog
22=
33### dev
4- - Distributed computation of persistent homology!
4+ - Cycle-aware dimensionality reduction (TopoAE++)
5+ - Distributed computation of persistent homology! (IEEE TPDS 2025)
56- New backend for TrackingFromFields (critical point based)
67- Fast planar Rips filtration persistence computation
78- Migration to ParaView 6
Original file line number Diff line number Diff line change 1212// / "Distributed Discrete Morse Sandwich: Efficient Computation
1313// of Persistence Diagrams for Massive Scalar Data" \n
1414// / Eve Le Guillou, Pierre Fortin, Julien Tierny \n
15+ // / IEEE Transactions on Parallel and Distributed Systems, 2025. \n
1516// / arXiv:2505.21266, 2025.
1617// /
1718// /
Original file line number Diff line number Diff line change 6464// / "Distributed Discrete Morse Sandwich: Efficient Computation of Persistence
6565// / Diagrams for Massive Scalar Data" \n
6666// / Eve Le Guillou, Pierre Fortin, Julien Tierny \n
67- // / https://arxiv.org/abs/2505.21266, 2025.
67+ // / IEEE Transactions on Parallel and Distributed Systems, 2025. \n
68+ // / https://arxiv.org/abs/2505.21266, 2025. \n
6869// / Fast, hybrid MPI-OpenMP backend for large-scale datasets on supercomputers.
6970// /
7071// / \sa ttkPersistenceDiagram.cpp %for a usage example.
Original file line number Diff line number Diff line change 7676// / "Distributed Discrete Morse Sandwich: Efficient Computation of Persistence
7777// / Diagrams for Massive Scalar Data" \n
7878// / Eve Le Guillou, Pierre Fortin, Julien Tierny \n
79- // / https://arxiv.org/abs/2505.21266, 2025.
79+ // / IEEE Transactions on Parallel and Distributed Systems, 2025. \n
80+ // / https://arxiv.org/abs/2505.21266, 2025. \n
8081// / Fast, hybrid MPI-OpenMP backend for large-scale datasets on supercomputers.
8182// /
8283// / \sa ttkMergeTreePP
Original file line number Diff line number Diff line change 4545 Related publication:
4646 'A Progressive Approach to Scalar Field Topology'
4747 Jules Vidal, Pierre Guillou, Julien Tierny
48- IEEE Transaction on Visualization and Computer Graphics, 2021
48+ IEEE Transactions on Visualization and Computer Graphics, 2021
4949
5050 This approach necessitates the input data to be defined on an implicit regular grid.
5151 It processes the data using a multiresolution hierarchical
9393 Related publication:
9494 'Distributed Discrete Morse Sandwich: Efficient Computation of Persistence Diagrams for Massive Scalar Data'
9595 Eve Le Guillou, Pierre Fortin, Julien Tierny
96+ IEEE Transactions on Parallel and Distributed Systems, 2025.
9697 https://arxiv.org/abs/2505.21266, 2025.
9798
9899
259260 <Entry value =" 2" text =" Discrete Morse Sandwich (IEEE TVCG 2023)" />
260261 <Entry value =" 3" text =" Approximation Approach (IEEE LDAV 2021)" />
261262 <Entry value =" 4" text =" Persistent Simplex (Zomorodian 2010)" />
262- <Entry value =" 5" text =" Distributed Discrete Morse Sandwich" />
263+ <Entry value =" 5" text =" Distributed Discrete Morse Sandwich (IEEE TPDS 2025) " />
263264
264265 </EnumerationDomain >
265266 <Documentation >
You can’t perform that action at this time.
0 commit comments