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

add several more conduit node methods to the fortran api #426

Merged
merged 2 commits into from
Jun 25, 2019

Conversation

cyrush
Copy link
Member

@cyrush cyrush commented Jun 25, 2019

No description provided.

@cyrush cyrush added this to the 0.5.0 milestone Jun 25, 2019
@cyrush
Copy link
Member Author

cyrush commented Jun 25, 2019

to c-api, adds:

  • conduit_node_remove_path
  • conduit_node_remove_child
  • conduit_node_name
  • conduit_node_rename_child
  • conduit_node_total_bytes_allocated
  • conduit_node_compatible
  • conduit_node_compact_to
  • conduit_node_update
  • conduit_node_update_compatible
  • conduit_node_update_external

to fortan api, adds:

  • conduit_node_remove_path
  • conduit_node_remove_child
  • conduit_node_rename_child
  • conduit_node_total_bytes_allocated
  • conduit_node_compact_to
  • conduit_node_info
  • conduit_node_update
  • conduit_node_update_compatible
  • conduit_node_update_external
  • conduit_node_set_node
  • conduit_node_set_external_node
  • conduit_node_set_path_node
  • conduit_node_set_path_external_node

to fortran obj api, adds:

  • parent

  • info

  • total_strided_bytes

  • total_bytes_compact

  • total_bytes_allocated

  • compact_to

  • is_data_external

  • update

  • update_compatible

  • update_external

  • has_child

  • has_path

  • rename_child

  • remove_path

  • remove_child

  • set_node

  • set_external_node

  • set_path_node

  • set_path_external_node

  • remove (generic)

  • set (generic -add node case)

  • set_path (generic -add node case)

  • set_external (generic -add node case)

  • set_path_external (generic -add node case)

(also adds several tests)

@coveralls
Copy link

coveralls commented Jun 25, 2019

Coverage Status

Coverage increased (+0.2%) to 85.965% when pulling 83efaf7 on task/2019_06_more_fortran into 4c7d885 on master.

@cyrush cyrush merged commit aacf8f5 into master Jun 25, 2019
@cyrush cyrush deleted the task/2019_06_more_fortran branch June 25, 2019 23:40
@cyrush
Copy link
Member Author

cyrush commented Jun 25, 2019

resolves #421

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.

None yet

2 participants