LICENSE
README.md
pyproject.toml
setup.py
bin/__init__.py
bin/nrpyinline.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/py_codegen.py
nrpy/py_function.py
nrpy/reference_metric.py
nrpy.egg-info/PKG-INFO
nrpy.egg-info/SOURCES.txt
nrpy.egg-info/dependency_links.txt
nrpy.egg-info/entry_points.txt
nrpy.egg-info/not-zip-safe
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/LorentzBoost.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/bhahaha/ExpansionFunctionTheta.py
nrpy/equations/general_relativity/bhahaha/HorizonSpinVorticityDipole.py
nrpy/equations/general_relativity/bhahaha/SpECTRESpinEstimate.py
nrpy/equations/general_relativity/bhahaha/__init__.py
nrpy/equations/general_relativity/bhahaha/approx_killing_vector_spin.py
nrpy/equations/general_relativity/fishbone_moncrief/__init__.py
nrpy/equations/general_relativity/fishbone_moncrief/fishbone_moncrief.py
nrpy/equations/general_relativity/geodesics/__init__.py
nrpy/equations/general_relativity/geodesics/analytic_spacetimes.py
nrpy/equations/general_relativity/geodesics/geodesics.py
nrpy/equations/general_relativity/geodesics/tests/__init__.py
nrpy/equations/general_relativity/geodesics/tests/analytic_spacetimes_KerrSchild_Cartesian.py
nrpy/equations/general_relativity/geodesics/tests/geodesics_KerrSchild_Cartesian_massive.py
nrpy/equations/general_relativity/geodesics/tests/geodesics_KerrSchild_Cartesian_massless.py
nrpy/equations/general_relativity/nrpylatex/__init__.py
nrpy/equations/general_relativity/nrpylatex/test_parse_BSSN.py
nrpy/equations/generalrfm/__init__.py
nrpy/equations/generalrfm/fisheye.py
nrpy/equations/grhd/GRHD_equations.py
nrpy/equations/grhd/HLL_fluxes.py
nrpy/equations/grhd/Min_Max_and_Piecewise_Expressions.py
nrpy/equations/grhd/__init__.py
nrpy/equations/grhd/characteristic_speeds.py
nrpy/equations/nrpyelliptic/ConformallyFlat_RHSs.py
nrpy/equations/nrpyelliptic/ConformallyFlat_SourceTerms.py
nrpy/equations/nrpyelliptic/__init__.py
nrpy/equations/quaternion_rotations/__init__.py
nrpy/equations/quaternion_rotations/tensor_rotation.py
nrpy/equations/seobnr/BOB_aligned_spin_waveform_quantities.py
nrpy/equations/seobnr/BOB_v2_waveform_quantities_kankani_etal.py
nrpy/equations/seobnr/SEOBNRv5_aligned_spin_Hamiltonian.py
nrpy/equations/seobnr/SEOBNRv5_aligned_spin_constants.py
nrpy/equations/seobnr/SEOBNRv5_aligned_spin_merger_quantities.py
nrpy/equations/seobnr/SEOBNRv5_aligned_spin_waveform_quantities.py
nrpy/equations/seobnr/SEOBNRv5_merger_ringdown.py
nrpy/equations/seobnr/SEOBNRv5_quasi_precessing_spin_Hamiltonian.py
nrpy/equations/seobnr/SEOBNRv5_spin_evolution_equations.py
nrpy/equations/seobnr/__init__.py
nrpy/equations/special_functions/__init__.py
nrpy/equations/special_functions/spin_weighted_spherical_harmonics.py
nrpy/equations/tov/TOV_equations.py
nrpy/equations/tov/__init__.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/bhahaha.py
nrpy/examples/blackhole_spectroscopy.py
nrpy/examples/carpet_baikal_thorns.py
nrpy/examples/carpet_wavetoy_thorns.py
nrpy/examples/carpetx_baikal_thorns.py
nrpy/examples/carpetx_wavetoy_thorns.py
nrpy/examples/hydro_without_hydro.py
nrpy/examples/manga_bhah_lib.py
nrpy/examples/mass_geodesic_integrator.py
nrpy/examples/nrpyelliptic_conformally_flat.py
nrpy/examples/nrpypn_quasicircular_momenta.py
nrpy/examples/sebobv1_jax.py
nrpy/examples/sebobv2.py
nrpy/examples/seobnrv5_aligned_spin_inspiral.py
nrpy/examples/spinning_blackhole.py
nrpy/examples/superB_blackhole_spectroscopy.py
nrpy/examples/superB_nrpyelliptic_conformally_flat.py
nrpy/examples/superB_two_blackholes_collide.py
nrpy/examples/tovola_neutron_star.py
nrpy/examples/two_blackholes_collide.py
nrpy/examples/wave_equation_cartesian.py
nrpy/examples/wave_equation_curvilinear.py
nrpy/examples/wave_equation_multicoordinates.py
nrpy/helpers/__init__.py
nrpy/helpers/cached_functions.py
nrpy/helpers/colorize_text.py
nrpy/helpers/conditional_file_updater.py
nrpy/helpers/cse_preprocess_postprocess.py
nrpy/helpers/cuda_intrinsics.h
nrpy/helpers/custom_c_codegen_functions.py
nrpy/helpers/expr_tree.py
nrpy/helpers/expression_utils.py
nrpy/helpers/float_to_rational.py
nrpy/helpers/functional.py
nrpy/helpers/generic.py
nrpy/helpers/jacobians.py
nrpy/helpers/jax_printer.py
nrpy/helpers/loop.py
nrpy/helpers/parallel_codegen.py
nrpy/helpers/simd.py
nrpy/helpers/simd_intrinsics.h
nrpy/helpers/type_annotation_utilities.py
nrpy/helpers/parallelization/__init__.py
nrpy/helpers/parallelization/gpu_kernel.py
nrpy/helpers/parallelization/utilities.py
nrpy/infrastructures/__init__.py
nrpy/infrastructures/BHaH/BHaH_defines_h.py
nrpy/infrastructures/BHaH/BHaH_device_defines_h.py
nrpy/infrastructures/BHaH/CodeParameters.py
nrpy/infrastructures/BHaH/Makefile_helpers.py
nrpy/infrastructures/BHaH/__init__.py
nrpy/infrastructures/BHaH/bhah_lib.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/BHaHAHA/BHaHAHA_header.h
nrpy/infrastructures/BHaH/BHaHAHA/BHaH_implementation.py
nrpy/infrastructures/BHaH/BHaHAHA/__init__.py
nrpy/infrastructures/BHaH/BHaHAHA/apply_bcs_inner_only.py
nrpy/infrastructures/BHaH/BHaHAHA/apply_bcs_r_maxmin_partial_r_hDD_upwinding.py
nrpy/infrastructures/BHaH/BHaHAHA/area.py
nrpy/infrastructures/BHaH/BHaHAHA/bcstruct_set_up.py
nrpy/infrastructures/BHaH/BHaHAHA/cfl_limited_timestep_based_on_h_equals_r.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_area_centroid_and_Theta_norms.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_file_output.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_integration_weights.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_min_max_mean_radii_wrt_centroid.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_proper_circumferences.py
nrpy/infrastructures/BHaH/BHaHAHA/diagnostics_proper_circumferences_general.py
nrpy/infrastructures/BHaH/BHaHAHA/error_message.py
nrpy/infrastructures/BHaH/BHaHAHA/find_horizon.py
nrpy/infrastructures/BHaH/BHaHAHA/hDD_dD_and_W_dD_in_interp_src_grid_interior.py
nrpy/infrastructures/BHaH/BHaHAHA/initial_data.py
nrpy/infrastructures/BHaH/BHaHAHA/interpolation_1d_radial_spokes_on_3d_src_grid.py
nrpy/infrastructures/BHaH/BHaHAHA/interpolation_2d_external_input_to_interp_src_grid.py
nrpy/infrastructures/BHaH/BHaHAHA/interpolation_2d_general__uniform_src_grid.py
nrpy/infrastructures/BHaH/BHaHAHA/interpolation_3d_general__uniform_src_grid.py
nrpy/infrastructures/BHaH/BHaHAHA/numgrid__evol_set_up.py
nrpy/infrastructures/BHaH/BHaHAHA/numgrid__external_input_set_up.py
nrpy/infrastructures/BHaH/BHaHAHA/numgrid__interp_src_set_up.py
nrpy/infrastructures/BHaH/BHaHAHA/over_relaxation.py
nrpy/infrastructures/BHaH/BHaHAHA/poisoning_check_inputs.py
nrpy/infrastructures/BHaH/BHaHAHA/poisoning_set_inputs.py
nrpy/infrastructures/BHaH/BHaHAHA/quadratic_extrapolation.py
nrpy/infrastructures/BHaH/BHaHAHA/radial_grid_cell_centered_set_up.py
nrpy/infrastructures/BHaH/BHaHAHA/rhs_eval_KO_apply.py
nrpy/infrastructures/BHaH/BHaHAHA/variable_wavespeed.py
nrpy/infrastructures/BHaH/BHaHAHA/xyz_center_r_minmax.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/BHaH_defines.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/__init__.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/apply_bcs_inner_only.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/apply_bcs_inner_only_specific_gfs.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/apply_bcs_outerextrap_and_inner.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/apply_bcs_outerradiation_and_inner.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/bcstruct_set_up.py
nrpy/infrastructures/BHaH/CurviBoundaryConditions/register_all.py
nrpy/infrastructures/BHaH/MoLtimestepping/BHaH_defines.py
nrpy/infrastructures/BHaH/MoLtimestepping/MoL_free_intermediate_stage_gfs.py
nrpy/infrastructures/BHaH/MoLtimestepping/MoL_malloc_intermediate_stage_gfs.py
nrpy/infrastructures/BHaH/MoLtimestepping/MoL_step_forward_in_time.py
nrpy/infrastructures/BHaH/MoLtimestepping/__init__.py
nrpy/infrastructures/BHaH/MoLtimestepping/register_all.py
nrpy/infrastructures/BHaH/MoLtimestepping/rk_butcher_table_dictionary.py
nrpy/infrastructures/BHaH/MoLtimestepping/rk_substep.py
nrpy/infrastructures/BHaH/diagnostics/__init__.py
nrpy/infrastructures/BHaH/diagnostics/diagnostic_gfs_h_create.py
nrpy/infrastructures/BHaH/diagnostics/diagnostics.py
nrpy/infrastructures/BHaH/diagnostics/diagnostics_nearest_1d_y_and_z_axes.py
nrpy/infrastructures/BHaH/diagnostics/diagnostics_nearest_2d_xy_and_yz_planes.py
nrpy/infrastructures/BHaH/diagnostics/diagnostics_nearest_common.h
nrpy/infrastructures/BHaH/diagnostics/diagnostics_nearest_grid_center.py
nrpy/infrastructures/BHaH/diagnostics/diagnostics_volume_integration_helpers.h
nrpy/infrastructures/BHaH/diagnostics/progress_indicator.py
nrpy/infrastructures/BHaH/diagnostics/sqrt_detgammahat_d3xx_volume_element.py
nrpy/infrastructures/BHaH/general_relativity/ADM_Initial_Data_Reader__BSSN_Converter.py
nrpy/infrastructures/BHaH/general_relativity/NRPyPN_quasicircular_momenta.py
nrpy/infrastructures/BHaH/general_relativity/Ricci_eval.py
nrpy/infrastructures/BHaH/general_relativity/__init__.py
nrpy/infrastructures/BHaH/general_relativity/cahdprefactor_gf.py
nrpy/infrastructures/BHaH/general_relativity/constraints_eval.py
nrpy/infrastructures/BHaH/general_relativity/diagnostic_gfs_set.py
nrpy/infrastructures/BHaH/general_relativity/diagnostics_nearest.py
nrpy/infrastructures/BHaH/general_relativity/diagnostics_volume_integration.py
nrpy/infrastructures/BHaH/general_relativity/enforce_detgammabar_equals_detgammahat.py
nrpy/infrastructures/BHaH/general_relativity/initial_data.py
nrpy/infrastructures/BHaH/general_relativity/psi4_spinweightm2_decomposition.py
nrpy/infrastructures/BHaH/general_relativity/rhs_eval.py
nrpy/infrastructures/BHaH/general_relativity/TOVola/ID_persist_struct.py
nrpy/infrastructures/BHaH/general_relativity/TOVola/TOVola_interp.py
nrpy/infrastructures/BHaH/general_relativity/TOVola/TOVola_solve.py
nrpy/infrastructures/BHaH/general_relativity/TOVola/__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/general_relativity/psi4/__init__.py
nrpy/infrastructures/BHaH/general_relativity/psi4/compute_psi4_metric_deriv.py
nrpy/infrastructures/BHaH/general_relativity/psi4/compute_psi4_tetrad.py
nrpy/infrastructures/BHaH/general_relativity/psi4/psi4.py
nrpy/infrastructures/BHaH/interpolation/__init__.py
nrpy/infrastructures/BHaH/interpolation/interpolation_lagrange_uniform.h
nrpy/infrastructures/BHaH/nrpyelliptic/__init__.py
nrpy/infrastructures/BHaH/nrpyelliptic/auxevol_gfs_set_to_constant.py
nrpy/infrastructures/BHaH/nrpyelliptic/diagnostic_gfs_set.py
nrpy/infrastructures/BHaH/nrpyelliptic/diagnostics_nearest.py
nrpy/infrastructures/BHaH/nrpyelliptic/diagnostics_volume_integration.py
nrpy/infrastructures/BHaH/nrpyelliptic/initial_data.py
nrpy/infrastructures/BHaH/nrpyelliptic/residual_H_compute_all_points.py
nrpy/infrastructures/BHaH/nrpyelliptic/rhs_eval.py
nrpy/infrastructures/BHaH/nrpyelliptic/stop_conditions_check.py
nrpy/infrastructures/BHaH/parallelization/__init__.py
nrpy/infrastructures/BHaH/parallelization/cuda_utilities.py
nrpy/infrastructures/BHaH/seobnr/SEBOBv2_IMR_waveform.py
nrpy/infrastructures/BHaH/seobnr/SEOBNRv5_aligned_spin_IMR_waveform.py
nrpy/infrastructures/BHaH/seobnr/SEOBNRv5_aligned_spin_coefficients.py
nrpy/infrastructures/BHaH/seobnr/SEOBNRv5_quasi_precessing_spin_coefficients.py
nrpy/infrastructures/BHaH/seobnr/__init__.py
nrpy/infrastructures/BHaH/seobnr/spline_struct.h
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_augments.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_flux.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_interpolate_dynamics.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_iterative_refinement.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_ode_integration.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_pa_integration.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_phi_equation.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_pphi0_equation.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_pphi_equation.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_pr_equation.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_right_hand_sides.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_aligned_spin_t_equation.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_quasi_precessing_spin_angular_momentum.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_quasi_precessing_spin_dynamics.py
nrpy/infrastructures/BHaH/seobnr/dynamics/SEOBNRv5_quasi_precessing_spin_equations.py
nrpy/infrastructures/BHaH/seobnr/dynamics/__init__.py
nrpy/infrastructures/BHaH/seobnr/dynamics/eval_abs_deriv.py
nrpy/infrastructures/BHaH/seobnr/dynamics/find_local_minimum_index.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_Hamiltonian_circular_orbit.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_Hamiltonian_circular_orbit_RHSdRHS.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_Hamiltonian_circular_orbit_dRHS.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_initial_conditions_conservative.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_initial_conditions_conservative_nodf.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_initial_conditions_dissipative.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_multidimensional_root_wrapper.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/SEOBNRv5_aligned_spin_radial_momentum_condition.py
nrpy/infrastructures/BHaH/seobnr/initial_conditions/__init__.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_gamma_wrapper.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_interpolate_modes.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_waveform.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_waveform_from_dynamics.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_waveform_from_dynamics_higher_mode.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/SEOBNRv5_aligned_spin_waveform_higher_mode.py
nrpy/infrastructures/BHaH/seobnr/inspiral_waveform/__init__.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/BOB_aligned_spin_waveform.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/BOB_aligned_spin_waveform_from_times.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/BOB_v2_setup_peak_attachment.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/BOB_v2_waveform.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/BOB_v2_waveform_from_times.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/SEOBNRv5_aligned_spin_merger_waveform.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/SEOBNRv5_aligned_spin_merger_waveform_from_times.py
nrpy/infrastructures/BHaH/seobnr/merger_waveform/__init__.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/BOB_aligned_spin_NQC_rhs.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/BOB_v2_NQC_rhs.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/SEBOBv2_NQC_corrections.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/SEOBNRv5_aligned_spin_NQC_corrections.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/SEOBNRv5_aligned_spin_NQC_rhs.py
nrpy/infrastructures/BHaH/seobnr/nqc_corrections/__init__.py
nrpy/infrastructures/BHaH/seobnr/utils/SEOBNRv5_aligned_spin_unwrap.py
nrpy/infrastructures/BHaH/seobnr/utils/__init__.py
nrpy/infrastructures/BHaH/seobnr/utils/commondata_io.py
nrpy/infrastructures/BHaH/seobnr/utils/cumulative_integration.py
nrpy/infrastructures/BHaH/seobnr/utils/dy_dx.py
nrpy/infrastructures/BHaH/seobnr/utils/finite_difference_stencil.py
nrpy/infrastructures/BHaH/seobnr/utils/handle_gsl_return_status.py
nrpy/infrastructures/BHaH/seobnr/utils/integration_stencil.py
nrpy/infrastructures/BHaH/seobnr/utils/root_finding_1d.py
nrpy/infrastructures/BHaH/seobnr/utils/root_finding_multidimensional.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/diagnostic_gfs_set.py
nrpy/infrastructures/BHaH/wave_equation/diagnostics_nearest.py
nrpy/infrastructures/BHaH/wave_equation/initial_data_exact_soln.py
nrpy/infrastructures/BHaH/wave_equation/rhs_eval.py
nrpy/infrastructures/CarpetX/CarpetX_include_header.py
nrpy/infrastructures/CarpetX/CodeParameters.py
nrpy/infrastructures/CarpetX/__init__.py
nrpy/infrastructures/CarpetX/boundary_conditions.py
nrpy/infrastructures/CarpetX/configuration_ccl.py
nrpy/infrastructures/CarpetX/interface_ccl.py
nrpy/infrastructures/CarpetX/make_code_defn.py
nrpy/infrastructures/CarpetX/param_ccl.py
nrpy/infrastructures/CarpetX/schedule_ccl.py
nrpy/infrastructures/CarpetX/simple_loop.py
nrpy/infrastructures/CarpetX/zero_rhss.py
nrpy/infrastructures/CarpetX/general_relativity/ADM_to_BSSN.py
nrpy/infrastructures/CarpetX/general_relativity/BSSN_constraints.py
nrpy/infrastructures/CarpetX/general_relativity/BSSN_to_ADM.py
nrpy/infrastructures/CarpetX/general_relativity/Ricci_eval.py
nrpy/infrastructures/CarpetX/general_relativity/T4DD_to_T4UU.py
nrpy/infrastructures/CarpetX/general_relativity/__init__.py
nrpy/infrastructures/CarpetX/general_relativity/enforce_detgammahat_constraint.py
nrpy/infrastructures/CarpetX/general_relativity/floor_the_lapse.py
nrpy/infrastructures/CarpetX/general_relativity/rhs_eval.py
nrpy/infrastructures/ETLegacy/CodeParameters.py
nrpy/infrastructures/ETLegacy/ETLegacy_include_header.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/infrastructures/ETLegacy/general_relativity/ADM_to_BSSN.py
nrpy/infrastructures/ETLegacy/general_relativity/BSSN_constraints.py
nrpy/infrastructures/ETLegacy/general_relativity/BSSN_to_ADM.py
nrpy/infrastructures/ETLegacy/general_relativity/RegisterSlicing.py
nrpy/infrastructures/ETLegacy/general_relativity/Ricci_eval.py
nrpy/infrastructures/ETLegacy/general_relativity/T4DD_to_T4UU.py
nrpy/infrastructures/ETLegacy/general_relativity/__init__.py
nrpy/infrastructures/ETLegacy/general_relativity/enforce_detgammahat_constraint.py
nrpy/infrastructures/ETLegacy/general_relativity/floor_the_lapse.py
nrpy/infrastructures/ETLegacy/general_relativity/rhs_eval.py
nrpy/infrastructures/JAX/__init__.py
nrpy/infrastructures/JAX/commondata.py
nrpy/infrastructures/JAX/jax_project_generator.py
nrpy/infrastructures/JAX/sebob/SEOBNRv5_aligned_spin_coefficients.py
nrpy/infrastructures/JAX/sebob/__init__.py
nrpy/infrastructures/superB/BHaH_implementation.py
nrpy/infrastructures/superB/CurviBoundaryConditions.py
nrpy/infrastructures/superB/Makefile_helpers.py
nrpy/infrastructures/superB/MoL.py
nrpy/infrastructures/superB/__init__.py
nrpy/infrastructures/superB/chare_communication_maps.py
nrpy/infrastructures/superB/horizon_finder_chare.py
nrpy/infrastructures/superB/initial_data.py
nrpy/infrastructures/superB/interpolator3d_chare.py
nrpy/infrastructures/superB/main_chare.py
nrpy/infrastructures/superB/numerical_grids.py
nrpy/infrastructures/superB/output_0d_1d_2d_nearest_gridpoint_slices.py
nrpy/infrastructures/superB/simple_loop_diagnostic.py
nrpy/infrastructures/superB/timestepping_chare.py
nrpy/infrastructures/superB/diagnostics/__init__.py
nrpy/infrastructures/superB/diagnostics/diagnostics.py
nrpy/infrastructures/superB/diagnostics/diagnostics_nearest_1d_y_and_z_axes.py
nrpy/infrastructures/superB/diagnostics/diagnostics_nearest_2d_xy_and_yz_planes.py
nrpy/infrastructures/superB/diagnostics/diagnostics_nearest_grid_center.py
nrpy/infrastructures/superB/general_relativity/__init__.py
nrpy/infrastructures/superB/general_relativity/diagnostics_nearest.py
nrpy/infrastructures/superB/general_relativity/psi4_spinweightm2_decomposition.py
nrpy/infrastructures/superB/nrpyelliptic/__init__.py
nrpy/infrastructures/superB/nrpyelliptic/diagnostics_nearest.py
nrpy/infrastructures/superB/superB/__init__.py
nrpy/infrastructures/superB/superB/superB.h
nrpy/infrastructures/superB/superB/superB_pup.py
nrpy/infrastructures/superB/superB/superB_pup_function_prototypes.h
nrpy/validate_expressions/__init__.py
nrpy/validate_expressions/validate_expressions.py