Skip to content

Comments

Adding examples into doco#87

Merged
andrsd merged 3 commits intomainfrom
doco
Feb 22, 2026
Merged

Adding examples into doco#87
andrsd merged 3 commits intomainfrom
doco

Conversation

@andrsd
Copy link
Owner

@andrsd andrsd commented Feb 22, 2026

  • Add APPEND mode to exodusIIcpp
  • Add reading example documentation
  • Enhance element blocks section with loop example
  • Add comprehensive writing example documentation

Closes #5

andrsd and others added 3 commits February 22, 2026 06:40
Add comprehensive documentation showing how to read ExodusII files with examples for:
- Opening files for reading
- Querying mesh information
- Reading coordinates, element blocks
- Reading node and side sets
- Reading time step data and variables
- Complete working example

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add comprehensive loop example showing how to iterate over element blocks and display:
- Block ID and name
- Number of elements
- Element type
- Nodes per element
- Connectivity information
- Individual element node connectivity

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add detailed documentation showing how to create and write ExodusII files with examples for:
- Creating new files
- Initializing file structure with dimensions and mesh counts
- Writing node coordinates (1D, 2D, 3D)
- Writing element blocks with connectivity
- Writing node sets and side sets
- Writing information records and metadata
- Writing time-dependent data and variables
- Writing nodal, elemental, and global variables
- Partial writes for large files
- Appending new time steps to existing files
- Complete end-to-end example

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@andrsd andrsd added the documentation Improvements or additions to documentation label Feb 22, 2026
@andrsd andrsd self-assigned this Feb 22, 2026
@andrsd andrsd added the documentation Improvements or additions to documentation label Feb 22, 2026
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@0da9904). Learn more about missing BASE report.
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage        ?   99.71%           
=======================================
  Files           ?       13           
  Lines           ?      705           
  Branches        ?        0           
=======================================
  Hits            ?      703           
  Misses          ?        2           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrsd andrsd merged commit e986a24 into main Feb 22, 2026
8 checks passed
@andrsd andrsd deleted the doco branch February 22, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create examples

1 participant