Commit graph

13 commits

Author SHA1 Message Date
GuySten
4500f07b44
Remove reorder_attributes from openmc._xml (#3519) 2025-08-08 16:59:22 +07:00
Paul Romano
d1d37a5b99
Allow MOAB k-d tree to be configured (#2976) 2024-04-26 05:57:02 -05:00
Patrick Shriwise
eda39ad9ca
Python source class refactor (#2524)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-20 21:27:55 -05:00
Patrick Myers
1cb22075ef
Changed xml to lxml (#2489) 2023-05-09 10:41:04 -05:00
Ethan Peterson
11e618fe81 adding export_to_xml to run and updating tests 2023-03-24 18:54:54 -04:00
Patrick Shriwise
b93ab95ba1 Adding more mesh interrogation options for the libmesh
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
2022-07-25 13:17:51 -05:00
cpf
be006abf17 change input_true in unstructured_mesh 2022-05-26 16:13:37 +02:00
Patrick Shriwise
7cd3e388a4 Updating to the '.e' extension for Exodus file formats. 2021-04-07 19:07:06 -05:00
Patrick Shriwise
66d246cf44 Reducing number of particles in unstructured mesh tests. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
b9ef22128c Allow direct setting of LIBMESH_DIR for CMake. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
c92bc54b3d Making the unstructured mesh source isotropic to test more of the mesh. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
d00dd061ca Updating test to reset IDs so tests will work with any combination of mesh libraries enabled. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
700d62c9ef Some cleanup (reordering of methods to match in inheritance) and including libmesh collision tallies in testing. 2021-04-07 19:06:15 -05:00