.clang-format
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/ci_cd.yml
.github/workflows/native.yml
benchmarks/read_speed.py
cpp/CMakeLists.txt
cpp/include/pvfrd/pvfrd.h
cpp/src/api.cpp
cpp/src/derived.cpp
cpp/src/frd.h
cpp/src/parse.cpp
cpp/src/text.h
cpp/tests/fuzz_parse.cpp
cpp/tests/fuzz_replay.cpp
cpp/tests/test_api.cpp
cpp/tests/test_derived.cpp
cpp/tests/test_exceptions.cpp
cpp/tests/test_parse.cpp
cpp/tests/test_text.cpp
cpp/third_party/fast_float/fast_float.h
cpp/tools/frd_dump.cpp
doc/divergences.md
doc/history.md
doc/parity.md
doc/releasing.md
src/pyvista_frd/__init__.py
src/pyvista_frd/_capi.py
src/pyvista_frd/_version.py
src/pyvista_frd/reader.py
src/pyvista_frd_reader.egg-info/PKG-INFO
src/pyvista_frd_reader.egg-info/SOURCES.txt
src/pyvista_frd_reader.egg-info/dependency_links.txt
src/pyvista_frd_reader.egg-info/requires.txt
src/pyvista_frd_reader.egg-info/scm_file_list.json
src/pyvista_frd_reader.egg-info/scm_version.json
src/pyvista_frd_reader.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_fixture_bytes.py
tests/test_mutation_harness.py
tests/test_reader.py
tests/test_sweep_tool.py
tests/conformance/__init__.py
tests/conformance/ref_frd.py
tests/conformance/test_bytes_and_str.py
tests/conformance/test_corpus_parity.py
tests/conformance/test_diagnostics_parity.py
tests/fixtures/broadcast.frd
tests/fixtures/comprehensive.frd
tests/fixtures/coverage_edge_cases.frd
tests/fixtures/duplicate_names.frd
tests/fixtures/empty.frd
tests/fixtures/glued.frd
tests/fixtures/glued_ids_short.frd
tests/fixtures/long_format.frd
tests/fixtures/mesh.frd
tests/fixtures/mock.frd
tests/fixtures/mock_cr.frd
tests/fixtures/mock_crlf.frd
tests/fixtures/nan_coords.frd
tests/fixtures/no_steps.frd
tests/fixtures/pyramids.frd
tests/fixtures/ragged.frd
tests/fixtures/signed_zero.frd
tests/fixtures/unparseable_block.frd
tests/fixtures/unsorted_nodes.frd
tests/fixtures/elements/BE2.frd
tests/fixtures/elements/BE3.frd
tests/fixtures/elements/HE20.frd
tests/fixtures/elements/HE8.frd
tests/fixtures/elements/PE15.frd
tests/fixtures/elements/PE6.frd
tests/fixtures/elements/PY13.frd
tests/fixtures/elements/PY5.frd
tests/fixtures/elements/QU4.frd
tests/fixtures/elements/QU8.frd
tests/fixtures/elements/TE10.frd
tests/fixtures/elements/TE4.frd
tests/fixtures/elements/TR3.frd
tests/fixtures/elements/TR6.frd
tests/fixtures/generated/README.md
tests/fixtures/generated/beam2.frd
tests/fixtures/generated/beam3.frd
tests/fixtures/generated/hex20.frd
tests/fixtures/generated/hex8.frd
tests/fixtures/generated/quad4.frd
tests/fixtures/generated/quad8.frd
tests/fixtures/generated/tet10.frd
tests/fixtures/generated/tet4.frd
tests/fixtures/generated/tri3.frd
tests/fixtures/generated/tri6.frd
tests/fixtures/generated/wedge15.frd
tests/fixtures/generated/wedge6.frd
tests/fixtures/generated/src/beam2.inp
tests/fixtures/generated/src/beam3.inp
tests/fixtures/generated/src/hex20.inp
tests/fixtures/generated/src/hex8.inp
tests/fixtures/generated/src/quad4.inp
tests/fixtures/generated/src/quad8.inp
tests/fixtures/generated/src/tet10.inp
tests/fixtures/generated/src/tet4.inp
tests/fixtures/generated/src/tri3.inp
tests/fixtures/generated/src/tri6.inp
tests/fixtures/generated/src/wedge15.inp
tests/fixtures/generated/src/wedge6.inp
tools/bench_corpus.py
tools/check_dist.sh
tools/check_readme_c.py
tools/check_version.py
tools/check_wheel.py
tools/fetch_corpus.py
tools/generate_fixtures.py
tools/mutate.py
tools/sweep_external.py