LICENSE
README.md
setup.py
nrpy/__init__.py
nrpy/c_codegen.py
nrpy/c_function.py
nrpy/finite_difference.py
nrpy/grid.py
nrpy/indexedexp.py
nrpy/params.py
nrpy/py.typed
nrpy/reference_metric.py
nrpy.egg-info/PKG-INFO
nrpy.egg-info/SOURCES.txt
nrpy.egg-info/dependency_links.txt
nrpy.egg-info/requires.txt
nrpy.egg-info/top_level.txt
nrpy/equations/__init__.py
nrpy/equations/general_relativity/ADM_to_BSSN.py
nrpy/equations/general_relativity/BSSN_RHSs.py
nrpy/equations/general_relativity/BSSN_constraints.py
nrpy/equations/general_relativity/BSSN_gauge_RHSs.py
nrpy/equations/general_relativity/BSSN_quantities.py
nrpy/equations/general_relativity/BSSN_to_ADM.py
nrpy/equations/general_relativity/InitialData_Cartesian.py
nrpy/equations/general_relativity/InitialData_Spherical.py
nrpy/equations/general_relativity/T4munu.py
nrpy/equations/general_relativity/__init__.py
nrpy/equations/general_relativity/g4munu_conversions.py
nrpy/equations/general_relativity/psi4.py
nrpy/equations/general_relativity/psi4_tetrads.py
nrpy/equations/general_relativity/nrpylatex/__init__.py
nrpy/equations/general_relativity/nrpylatex/test_parse_BSSN.py
nrpy/equations/quaternion_rotations/__init__.py
nrpy/equations/quaternion_rotations/tensor_rotation.py
nrpy/equations/special_functions/__init__.py
nrpy/equations/special_functions/spin_weighted_spherical_harmonics.py
nrpy/equations/wave_equation/CommonParams.py
nrpy/equations/wave_equation/WaveEquationCurvilinear_RHSs.py
nrpy/equations/wave_equation/WaveEquation_RHSs.py
nrpy/equations/wave_equation/WaveEquation_Solutions_InitialData.py
nrpy/equations/wave_equation/__init__.py
nrpy/examples/__init__.py
nrpy/examples/blackhole_spectroscopy.py
nrpy/examples/carpet_wavetoy_thorns.py
nrpy/examples/nrpypn_quasicircular_momenta.py
nrpy/examples/spinning_blackhole.py
nrpy/examples/two_blackholes_collide.py
nrpy/examples/wave_equation_cartesian.py
nrpy/examples/wave_equation_curvilinear.py
nrpy/examples/wave_equation_multicoord_wavetoy.py
nrpy/helpers/__init__.py
nrpy/helpers/cached_functions.py
nrpy/helpers/cse_preprocess_postprocess.py
nrpy/helpers/expr_tree.py
nrpy/helpers/functional.py
nrpy/helpers/generic.py
nrpy/helpers/jacobians.py
nrpy/helpers/loop.py
nrpy/helpers/parallel_codegen.py
nrpy/helpers/simd.py
nrpy/helpers/simd_intrinsics.h
nrpy/infrastructures/__init__.py
nrpy/infrastructures/BHaH/BHaH_defines_h.py
nrpy/infrastructures/BHaH/CodeParameters.py
nrpy/infrastructures/BHaH/Makefile_helpers.py
nrpy/infrastructures/BHaH/__init__.py
nrpy/infrastructures/BHaH/checkpointing.py
nrpy/infrastructures/BHaH/cmdline_input_and_parfiles.py
nrpy/infrastructures/BHaH/griddata_commondata.py
nrpy/infrastructures/BHaH/main_c.py
nrpy/infrastructures/BHaH/numerical_grids_and_timestep.py
nrpy/infrastructures/BHaH/rfm_precompute.py
nrpy/infrastructures/BHaH/rfm_wrapper_functions.py
nrpy/infrastructures/BHaH/simple_loop.py
nrpy/infrastructures/BHaH/xx_tofrom_Cart.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/CurviBoundaryConditions.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/__init__.py
nrpy/infrastructures/BHaH/MoLtimestepping/MoL.py
nrpy/infrastructures/BHaH/MoLtimestepping/RK_Butcher_Table_Dictionary.py
nrpy/infrastructures/BHaH/MoLtimestepping/__init__.py
nrpy/infrastructures/BHaH/diagnostics/__init__.py
nrpy/infrastructures/BHaH/diagnostics/output_0d_1d_2d_slices.py
nrpy/infrastructures/BHaH/diagnostics/progress_indicator.py
nrpy/infrastructures/BHaH/general_relativity/ADM_Initial_Data_Reader__BSSN_Converter.py
nrpy/infrastructures/BHaH/general_relativity/BSSN_C_codegen_library.py
nrpy/infrastructures/BHaH/general_relativity/NRPyPN_quasicircular_momenta.py
nrpy/infrastructures/BHaH/general_relativity/__init__.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/CoordTransf.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/Equations.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/FuncAndJacobian.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/ID_persist_struct.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/Newton.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TP_interp.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TP_solve.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TP_utilities.h
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TP_utilities.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TwoPunctures.h
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/TwoPunctures_lib.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/__init__.py
nrpy/infrastructures/BHaH/general_relativity/TwoPunctures/bbh_parfile_library.py
nrpy/infrastructures/BHaH/special_functions/__init__.py
nrpy/infrastructures/BHaH/special_functions/spin_weight_minus2_spherical_harmonics.py
nrpy/infrastructures/BHaH/wave_equation/__init__.py
nrpy/infrastructures/BHaH/wave_equation/wave_equation_C_codegen_library.py
nrpy/infrastructures/CarpetX/__init__.py
nrpy/infrastructures/CarpetX/colored.py
nrpy/infrastructures/CarpetX/here.py
nrpy/infrastructures/CarpetX/sugar.py
nrpy/infrastructures/ETLegacy/CodeParameters.py
nrpy/infrastructures/ETLegacy/MoL_registration.py
nrpy/infrastructures/ETLegacy/Symmetry_registration.py
nrpy/infrastructures/ETLegacy/__init__.py
nrpy/infrastructures/ETLegacy/boundary_conditions.py
nrpy/infrastructures/ETLegacy/interface_ccl.py
nrpy/infrastructures/ETLegacy/make_code_defn.py
nrpy/infrastructures/ETLegacy/param_ccl.py
nrpy/infrastructures/ETLegacy/schedule_ccl.py
nrpy/infrastructures/ETLegacy/simple_loop.py
nrpy/infrastructures/ETLegacy/zero_rhss.py
nrpy/validate_expressions/__init__.py
nrpy/validate_expressions/validate_expressions.py