Finishing methods for connectivity and coordinates.
Writing vertices and connectivity to statepoint file
Loading vertices and connectivity from statepoint. Correcting string repr
Correcting connectivity length
Adding method to write the mesh elements to VTK with data applied.
Updating hdf5 output to include element types
Adding support for hex elements when writing unstructured meshes to VTK
Adding simple check for VTK writing if the module is present
Removing centroids from the statepoint file and Python UM class
Updating test check for vtk
Adding warning for skipped elements. Correcting element type
Adding warning for skipped elements.
Using an enum to indicate element types for readability
Updating to element types on the Python side as well
Handling integer data applied to VTK files.
Doc updates for Python API UM class
Incrementing statepoint version number
Refactor of unstructured mesh tests to extract model
Updating inputs for floating point surface coefficients
Adding test for hexes and refactoring comparison funcs
Updating reference mesh files
Adding reference file for the hexes test case
Passing test for hex mesh
Adding inputs for the hexes test case.
Adding hex test meshes.
Skipping hex mesh test if not built with libmesh
Adding small VTK write tests for unstructured mesh.
Allowing file path to be a pathlib path.
Adding skips if libmesh or dagmc not enabled
Adding a few comments to test file
Changing where conversion to str happens for mesh filename. Setting output to false.
Removing VTK check from unstructured mesh regression test
Removnig VTK test files for regression test -- too large
Adding __init__.py file for pytest
* develop: (91 commits)
Update resonance scattering test result
removed additional unnecessary modifications
removed unnecessary modifications
updated to only modify the _swap_filters method
Check for elastic scattering with isotropic mu.
changed == to is
fixed issue in tallies.py in making sure static copy of other filter gets updated and updated tests
fixed bug for misaligned energy and energyout filters
When 1 temp is available, revert to nearest temp on all processes
added other_old to _swap_filter method
fixed tally alignment method in tallies.py
Make sure get_pandas_dataframe() works with 1D mesh filter
Fix bug with SurfaceFilter bin ordering
Check for void materials in tracklength tallies
Make sure source is in geometry before fiss. check
Make parent class for filters with IDed objects
Allow objects in addition to ids in Filters
Cleaned up rxn_rate_tally property for consistent scattering matrices
Simplified code for xs_tally property for consistent scattering matrices
Update inputs for test_diff_tally
...
Conflicts:
openmc/filter.py
src/output.F90