Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions v2.0-MIGRATION-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ Several new packages have been introduced for PhysicsNeMo v2.0. At a high level
these layers, where appropriate.
2. `physicsnemo.domain_parallel` contains the `ShardTensor` object and utilities.
3. [TBD] `physicsnemo.diffusion`
4. `physicsnemo.mesh` contains a GPU-accelerated mesh processing library for
simplicial meshes of any dimension, including discrete calculus, curvature
analysis, subdivision, repair, and visualization.
4. `physicsnemo.mesh` contains GPU-accelerated mesh processing utilities for training dataset analysis, subdivision, and repair. It can handle
simplicial meshes of any dimension, including discrete calculus, curvature.
5. `physicsnemo.datapipes` brings reusable and generic utilities to standardize
GPU-centric data pipelines for SciML.

Expand Down Expand Up @@ -68,8 +67,7 @@ examples/minimal/datapipes to learn more.

## PhysicsNeMo Mesh

PhysicsNeMo Mesh (`physicsnemo.mesh`) is a GPU-accelerated mesh processing
library for meshes of any dimension - the same API handles 2D planar
PhysicsNeMo Mesh (`physicsnemo.mesh`) is a set of GPU-accelerated mesh utilities for pre-processing meshes of any dimension - the same API handles 2D planar
triangulations, 3D surface meshes, tetrahedral volume meshes, curve meshes,
undirected graphs, and point clouds. The central object is a PyTorch
`tensorclass`:
Expand Down
Loading