Skip to content

Commit

Permalink
Merge pull request #1201 from LLNL/doc/gunney/marching-cubes-update
Browse files Browse the repository at this point in the history
Update outdated documentation for MarchingCubes
  • Loading branch information
gunney1 committed Nov 13, 2023
2 parents d5205e3 + 115ab51 commit 36ec7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axom/quest/docs/sphinx/isosurface_detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ size constraints. Any number of domains is allowed, including zero.

Blueprint convention allows for named coordinate sets and scalar
fields. Here, we tell the ``MarchingCubes`` constructor that the
coordinate set name is "coordset", and the name of the nodal scalar
topology is "mesh", and the name of the nodal scalar
field is "scalarFieldName".

The constructor's ``quest::MarchingCubesRuntimePolicy::seq`` argument
Expand All @@ -91,7 +91,7 @@ and HIP.
conduit::Node blueprintMesh = blueprint_mesh_from_user();
quest::MarchingCubes mc(quest::MarchingCubesRuntimePolicy::seq,
blueprintMesh,
"coordset",
"mesh",
"scalarFieldName");

Run the algorithm:
Expand Down

0 comments on commit 36ec7e3

Please sign in to comment.