PyPartMC 0.0.30__tar.gz → 0.0.31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of PyPartMC might be problematic. Click here for more details.
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PKG-INFO +1 -1
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/PKG-INFO +1 -1
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gas_state.F90 +2 -3
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gas_state.hpp +9 -1
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/pypartmc.cpp +3 -3
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_gas_state.py +33 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/cancel.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/conda.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/cpplint.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/forlint.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/pdoc.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/pre-commit.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/pylint.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/readme_julia.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/readme_matlab.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/readme_python.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/stale.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.github/workflows/tests+pypi.yml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.gitmodules +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/.pre-commit-config.yaml +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/LICENSE +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/MANIFEST.in +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC/__init__.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/SOURCES.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/dependency_links.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/not-zip-safe +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/requires.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/PyPartMC.egg-info/top_level.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/README.md +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Include/amd.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Include/amd_internal.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd.f +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_1.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_2.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_aat.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_control.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_defaults.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_dump.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_global.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_info.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_order.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_post_tree.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_postorder.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_preprocess.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amd_valid.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/AMD/Source/amdbar.f +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/BTF/Include/btf.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/BTF/Include/btf_internal.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/BTF/Source/btf_maxtrans.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/BTF/Source/btf_order.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/BTF/Source/btf_strongcomp.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/COLAMD/Include/colamd.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/COLAMD/Source/colamd.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Include/klu.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Include/klu_internal.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Include/klu_version.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_analyze.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_analyze_given.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_defaults.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_diagnostics.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_dump.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_extract.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_factor.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_free_numeric.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_free_symbolic.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_kernel.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_memory.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_refactor.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_scale.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_solve.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_sort.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/KLU/Source/klu_tsolve.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/Jacobian.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/Jacobian.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_phase_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_phase_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_phase_solver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_rep_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_rep_factory.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_rep_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_rep_solver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_common.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_core.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_debug.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_solver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_solver_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/camp_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/chem_spec_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/constants.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/debug_diff_check.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/debug_diff_check.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/debug_diff_check.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/env_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/mechanism_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/mpi.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/property.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rand.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rand_gsl.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxn_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxn_factory.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxn_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxn_solver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_arrhenius.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_arrhenius.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_emission.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_emission.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_first_order_loss.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_first_order_loss.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_photolysis.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_photolysis.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_troe.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_troe.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wet_deposition.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_wet_deposition.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/solver_stats.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_model_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_model_factory.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_model_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_model_solver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/time_derivative.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/time_derivative.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/util.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/util.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/adl_serializer.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/byte_container_with_subtype.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/conversions/from_json.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/conversions/to_json.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/exceptions.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/hash.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/binary_reader.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/input_adapters.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/json_sax.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/lexer.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/parser.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/position_t.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/json_pointer.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/json_ref.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/macro_scope.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/macro_unscope.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/call_std/begin.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/call_std/end.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/detected.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/identity_tag.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/is_sax.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/type_traits.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/void_t.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/output/binary_writer.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/output/output_adapters.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/output/serializer.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/string_concat.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/string_escape.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/value_t.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/json.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/json_fwd.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/ordered_map.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_file_module.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_get_scalar_by_path.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_get_vec_by_path.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_get_vec_by_path_alloc.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_initialize_arguments.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_initialize_dummy_arguments.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_kinds.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_macros.inc +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_module.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_parameters.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_string_utilities.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/json_value_module.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/introspection/test_iso_10646_support.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_01.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_02.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_03.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_04.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_05.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_06.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_07.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_08.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_09.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_10.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_11.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_12.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_13.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_14.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_15.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_16.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_17.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_18.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_19.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_20.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_21.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_22.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_23.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_24.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_25.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_26.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_27.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_28.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_29.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_30.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_31.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_32.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_33.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_34.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_35.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_36.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_37.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_38.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_39.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_40.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_41.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_42.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_43.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_44.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_45.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_46.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_47.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_48.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json-fortran/src/tests/jf_test_49.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_binned.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_dist.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_info.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_info_array.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_mode.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_particle.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_particle_array.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_sorted.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_weight.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/aero_weight_array.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/bin_average_comp.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/bin_average_size.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/bin_grid.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/camp_interface.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/chamber.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_additive.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_brown.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_brown_cont.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_brown_free.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_constant.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_sedi.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coag_kernel_zero.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coagulation.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/coagulation_dist.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/condense.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/condense_solver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/constants.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/env_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/exact_soln.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_aero_particles.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_aero_size.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_aero_time.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_env.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_gas.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_sectional_aero_size.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/extract_sectional_aero_time.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/fractal.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/gas_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/gas_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/getopt.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/integer_rmap.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/integer_rmap2.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/integer_varray.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/mosaic.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/mpi.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/netcdf.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/nucleate.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/numeric_average.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/numeric_diff.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/output.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/partmc.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/photolysis.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/rand.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/rand_gsl.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/run_exact.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/run_part.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/run_sect.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/scenario.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/sort.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/spec_file.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/spec_line.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/stats.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/partmc/src/util.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/attr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/buffer_info.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/cast.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/chrono.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/common.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/complex.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/class.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/common.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/descr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/init.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/internals.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/detail/typeid.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/eigen.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/embed.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/eval.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/functional.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/gil.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/iostream.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/numpy.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/operators.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/options.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/pybind11.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/pytypes.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/stl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/include/pybind11/stl_bind.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/tools/pybind11Common.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11/tools/pybind11Tools.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/pybind11_json/include/pybind11_json/pybind11_json.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/span/include/tcb/span.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/string_view-standalone/include/bpstd/detail/string_view.inl +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/string_view-standalone/include/bpstd/string_view.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/cmake/SundialsIndexSize.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/cmake/SundialsSetupCompilers.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/cmake/SundialsSetupConfig.cmake +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_bandpre.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_bbdpre.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_diag.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_direct.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_hypamgpre.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_ls.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_proj.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/cvode/cvode_spils.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_cuda.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_hip.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_manyvector.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_mpimanyvector.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_mpiplusx.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_openmp.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_openmpdev.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_parallel.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_parhyp.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_petsc.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_pthreads.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_raja.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_serial.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_sycl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/nvector_trilinos.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_band.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_config.in +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_cuda_policies.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_dense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_direct.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_fconfig.in +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_fnvector.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_futils.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_hip_policies.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_iterative.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_lapack.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_linearsolver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_math.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_matrix.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_memory.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_mpi_types.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_nonlinearsolver.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_nvector.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_nvector_senswrapper.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_sycl_policies.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_types.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_version.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sundials/sundials_xbraid.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_band.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_cusolversp_batchqr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_dense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_klu.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackband.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackdense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_magmadense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_onemkldense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_pcg.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_spbcgs.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_spfgmr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_spgmr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_sptfqmr.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_superludist.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunlinsol/sunlinsol_superlumt.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_band.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_cusparse.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_dense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_magmadense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_onemkldense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_slunrloc.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunmatrix/sunmatrix_sparse.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_fixedpoint.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_newton.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_petscsnes.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/CHANGES +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/LICENSE +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/NOTICE +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/README.md +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_bandpre.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_bandpre_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_bbdpre.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_bbdpre_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_diag.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_diag_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_direct.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_fused_gpu.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_fused_stubs.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_hypamgpre.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_hypamgpre_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_io.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_ls.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_ls_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_nls.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_proj.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_proj_impl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/cvode_spils.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/Makefile.in +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvband.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvbp.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvbp.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvdense.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvewt.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvjtimes.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvnulllinsol.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvnullmatrix.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvnullnonlinsol.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvode.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvode.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvpreco.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvroot.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvroot.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fcmix/fcvsparse.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/fnvector_serial.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/fnvector_serial.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/nvector/serial/nvector_serial.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_band.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_cuda.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_cuda_kernels.cuh +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_debug.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_dense.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_direct.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_futils.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_hip.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_hip_kernels.hip.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_iterative.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_linearsolver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_math.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_matrix.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_memory.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_nonlinearsolver.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_nvector.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_nvector_senswrapper.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_sycl.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_version.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sundials/sundials_xbraid.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/band/sunlinsol_band.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/dense/sunlinsol_dense.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/klu/sunlinsol_klu.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/pcg/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/pcg/sunlinsol_pcg.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spbcgs/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spfgmr/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spgmr/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/spgmr/sunlinsol_spgmr.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/sptfqmr/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/band/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/band/sunmatrix_band.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/dense/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/dense/sunmatrix_dense.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/sparse/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunmatrix/sparse/sunmatrix_sparse.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/CMakeLists.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.f90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.h +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/sundials/src/sunnonlinsol/newton/sunnonlinsol_newton.c +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/setup.cfg +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/setup.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_data.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_dist.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_dist.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_mode.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_mode.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_particle.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_particle.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/aero_state.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/bin_grid.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/bin_grid.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/bin_grid.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/camp_core.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/camp_core.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/condense.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/condense.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/condense.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/env_state.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/env_state.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/fake_netcdf.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/fake_netcdf.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/fake_spec_file.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/fake_spec_file.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gas_data.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gas_data.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gimmicks.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/gimmicks.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/photolysis.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/photolysis.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/pmc_resource.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/run_part.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/run_part.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/run_part.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/run_part_opt.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/run_part_opt.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/scenario.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/scenario.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/scenario.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/sys.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/sys.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/util.F90 +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/util.cpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/src/util.hpp +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/test-time-requirements.txt +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/__init__.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_aero_data.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_aero_dist.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_aero_mode.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_aero_particle.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_aero_state.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_bin_grid.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_condense.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_dtors.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_env_state.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_gas_data.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_loss_rate.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_run_part.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_run_part_opt.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_scenario.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_todos_annotated.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_units.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_util.py +0 -0
- {PyPartMC-0.0.30 → PyPartMC-0.0.31}/tests/test_version.py +0 -0
|
@@ -61,13 +61,12 @@ module PyPartMC_gas_state
|
|
|
61
61
|
type(gas_state_t), pointer :: ptr_f => null()
|
|
62
62
|
type(c_ptr), intent(in) :: ptr_c
|
|
63
63
|
type(c_ptr), intent(in) :: gas_data_ptr_c
|
|
64
|
-
|
|
64
|
+
type(spec_file_t) :: file
|
|
65
65
|
type(gas_data_t), pointer :: gas_data_ptr_f => null()
|
|
66
|
-
integer :: ncid
|
|
67
66
|
|
|
68
67
|
call c_f_pointer(ptr_c, ptr_f)
|
|
69
68
|
call c_f_pointer(gas_data_ptr_c, gas_data_ptr_f)
|
|
70
|
-
call
|
|
69
|
+
call spec_file_read_gas_state(file, gas_data_ptr_f, ptr_f)
|
|
71
70
|
end subroutine
|
|
72
71
|
|
|
73
72
|
subroutine f_gas_state_to_json(ptr_c) bind(C)
|
|
@@ -18,7 +18,7 @@ extern "C" void f_gas_state_set_item(const void *ptr, const int *idx, const doub
|
|
|
18
18
|
extern "C" void f_gas_state_get_item(const void *ptr, const int *idx, double *val) noexcept;
|
|
19
19
|
extern "C" void f_gas_state_len(const void *ptr, int *len) noexcept;
|
|
20
20
|
extern "C" void f_gas_state_to_json(const void *ptr) noexcept;
|
|
21
|
-
extern "C" void f_gas_state_from_json(const void *ptr) noexcept;
|
|
21
|
+
extern "C" void f_gas_state_from_json(const void *ptr, const void *gasdata_ptr) noexcept;
|
|
22
22
|
extern "C" void f_gas_state_set_size(const void *ptr, const void *gasdata_ptr) noexcept;
|
|
23
23
|
extern "C" void f_gas_state_mix_rats(const void *ptr, const double *data, const int *len);
|
|
24
24
|
|
|
@@ -116,4 +116,12 @@ struct GasState {
|
|
|
116
116
|
}
|
|
117
117
|
return data;
|
|
118
118
|
}
|
|
119
|
+
|
|
120
|
+
static void set_mix_rats(const GasState &self, const nlohmann::json &json) {
|
|
121
|
+
|
|
122
|
+
gimmick_ptr() = std::make_unique<InputGimmick>(json);
|
|
123
|
+
f_gas_state_from_json(self.ptr.f_arg(),
|
|
124
|
+
self.gas_data->ptr.f_arg());
|
|
125
|
+
gimmick_ptr().reset(); // TODO #117: guard
|
|
126
|
+
}
|
|
119
127
|
};
|
|
@@ -291,8 +291,8 @@ PYBIND11_MODULE(_PyPartMC, m) {
|
|
|
291
291
|
"sets the GasState to the size of GasData")
|
|
292
292
|
.def("mix_rat", GasState::mix_rat,
|
|
293
293
|
"returns the mixing ratio of a gas species")
|
|
294
|
-
.
|
|
295
|
-
"
|
|
294
|
+
.def_property("mix_rats", &GasState::mix_rats, &GasState::set_mix_rats,
|
|
295
|
+
"provides access (read of write) to the array of mixing ratios")
|
|
296
296
|
;
|
|
297
297
|
|
|
298
298
|
py::class_<RunPartOpt>(m,
|
|
@@ -314,7 +314,7 @@ PYBIND11_MODULE(_PyPartMC, m) {
|
|
|
314
314
|
py::class_<AeroMode>(m,"AeroMode")
|
|
315
315
|
.def(py::init<AeroData&, const nlohmann::json&>())
|
|
316
316
|
.def_property("num_conc", &AeroMode::get_num_conc, &AeroMode::set_num_conc,
|
|
317
|
-
"
|
|
317
|
+
"provides access (read or write) to the total number concentration of a mode")
|
|
318
318
|
.def("num_dist", &AeroMode::num_dist,
|
|
319
319
|
"returns the binned number concenration of a mode")
|
|
320
320
|
.def_property("vol_frac", &AeroMode::get_vol_frac,
|
|
@@ -15,6 +15,9 @@ from .test_gas_data import GAS_DATA_CTOR_ARG_MINIMAL
|
|
|
15
15
|
GAS_DATA_MINIMAL = ppmc.GasData(GAS_DATA_CTOR_ARG_MINIMAL)
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
GAS_STATE_MINIMAL = ({"SO2": [0.1]},)
|
|
19
|
+
|
|
20
|
+
|
|
18
21
|
class TestGasState:
|
|
19
22
|
@staticmethod
|
|
20
23
|
def test_ctor_valid():
|
|
@@ -97,3 +100,33 @@ class TestGasState:
|
|
|
97
100
|
|
|
98
101
|
# assert
|
|
99
102
|
assert len(sut.mix_rats) == len(sut)
|
|
103
|
+
|
|
104
|
+
@staticmethod
|
|
105
|
+
def test_set_mix_rats_from_json():
|
|
106
|
+
# arrange
|
|
107
|
+
gas_data = ppmc.GasData(
|
|
108
|
+
(
|
|
109
|
+
"SO2",
|
|
110
|
+
"NO2",
|
|
111
|
+
"NO",
|
|
112
|
+
"CO",
|
|
113
|
+
)
|
|
114
|
+
)
|
|
115
|
+
sut = ppmc.GasState(gas_data)
|
|
116
|
+
|
|
117
|
+
# act
|
|
118
|
+
gas_state_init_values = ({"SO2": [0.1]}, {"CO": [0.5]})
|
|
119
|
+
sut.mix_rats = gas_state_init_values
|
|
120
|
+
|
|
121
|
+
# assert
|
|
122
|
+
idx_set = []
|
|
123
|
+
for item in gas_state_init_values:
|
|
124
|
+
keys = item.keys()
|
|
125
|
+
assert len(keys) == 1
|
|
126
|
+
key = tuple(keys)[0]
|
|
127
|
+
val = tuple(item.values())[0][0]
|
|
128
|
+
idx_set.append(gas_data.spec_by_name(key))
|
|
129
|
+
assert sut[gas_data.spec_by_name(key)] == val
|
|
130
|
+
for i_spec in range(gas_data.n_spec):
|
|
131
|
+
if not i_spec in idx_set:
|
|
132
|
+
assert sut[i_spec] == 0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.F90
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.c
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.F90
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.F90
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.F90
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.F90
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/byte_container_with_subtype.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/conversions/to_chars.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/conversions/to_json.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/binary_reader.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/input_adapters.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/json_sax.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/parser.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/input/position_t.hpp
RENAMED
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/iterators/iter_impl.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/json_pointer.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/macro_unscope.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/call_std/begin.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/call_std/end.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/cpp_future.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/detected.hpp
RENAMED
|
File without changes
|
{PyPartMC-0.0.30 → PyPartMC-0.0.31}/gitmodules/json/include/nlohmann/detail/meta/identity_tag.hpp
RENAMED
|
File without changes
|