Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ways of accessing numerical data #1328

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

agcapps
Copy link
Member

@agcapps agcapps commented Oct 18, 2024

Add material to tutorial_cpp_numeric.rst that compares and contrasts three methods of access to numeric array data:

  • direct pointer access
  • DataArray
  • DataAccessor

@cyrush
Copy link
Member

cyrush commented Oct 18, 2024

This looks great!

The output of the docs is not automatically captured, so if we want to update the output to include the new example, we need to run the test and then pipe to https://github.com/LLNL/conduit/blob/develop/src/docs/sphinx/t_conduit_docs_tutorial_numeric_out.txt and commit the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants