LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
PararealML.egg-info/PKG-INFO
PararealML.egg-info/SOURCES.txt
PararealML.egg-info/dependency_links.txt
PararealML.egg-info/requires.txt
PararealML.egg-info/top_level.txt
pararealml/__init__.py
pararealml/boundary_condition.py
pararealml/constrained_problem.py
pararealml/constraint.py
pararealml/differential_equation.py
pararealml/initial_condition.py
pararealml/initial_value_problem.py
pararealml/mesh.py
pararealml/operator.py
pararealml/plot.py
pararealml/solution.py
pararealml.egg-info/PKG-INFO
pararealml.egg-info/SOURCES.txt
pararealml.egg-info/dependency_links.txt
pararealml.egg-info/requires.txt
pararealml.egg-info/top_level.txt
pararealml/operators/__init__.py
pararealml/operators/symbol_mapper.py
pararealml/operators/fdm/__init__.py
pararealml/operators/fdm/fdm_operator.py
pararealml/operators/fdm/fdm_symbol_mapper.py
pararealml/operators/fdm/numerical_differentiator.py
pararealml/operators/fdm/numerical_integrator.py
pararealml/operators/ml/__init__.py
pararealml/operators/ml/deeponet.py
pararealml/operators/ml/auto_regression/__init__.py
pararealml/operators/ml/auto_regression/auto_regression_operator.py
pararealml/operators/ml/auto_regression/sklearn_keras_regressor.py
pararealml/operators/ml/pidon/__init__.py
pararealml/operators/ml/pidon/auto_differentiator.py
pararealml/operators/ml/pidon/collocation_point_sampler.py
pararealml/operators/ml/pidon/data_set.py
pararealml/operators/ml/pidon/loss.py
pararealml/operators/ml/pidon/pi_deeponet.py
pararealml/operators/ml/pidon/pidon_operator.py
pararealml/operators/ml/pidon/pidon_symbol_mapper.py
pararealml/operators/ode/__init__.py
pararealml/operators/ode/ode_operator.py
pararealml/operators/parareal/__init__.py
pararealml/operators/parareal/parareal_operator.py
pararealml/utils/__init__.py
pararealml/utils/rand.py
pararealml/utils/tf.py
pararealml/utils/time.py
tests/__init__.py
tests/test_boundary_condition.py
tests/test_constrained_problem.py
tests/test_constraint.py
tests/test_differential_equation.py
tests/test_initial_condition.py
tests/test_initial_value_problem.py
tests/test_mesh.py
tests/test_operator.py
tests/test_plot.py
tests/test_solution.py
tests/operators/__init__.py
tests/operators/fdm/__init__.py
tests/operators/fdm/test_fdm_operator.py
tests/operators/fdm/test_numerical_differentiator.py
tests/operators/fdm/test_numerical_integrator.py
tests/operators/ml/__init__.py
tests/operators/ml/test_deeponet.py
tests/operators/ml/auto_regression/__init__.py
tests/operators/ml/auto_regression/test_auto_regression_operator.py
tests/operators/ml/auto_regression/test_sklearn_keras_regressor.py
tests/operators/ml/pidon/__init__.py
tests/operators/ml/pidon/test_auto_differentiator.py
tests/operators/ml/pidon/test_collocation_point_sampler.py
tests/operators/ml/pidon/test_data_set.py
tests/operators/ml/pidon/test_pi_deeponet.py
tests/operators/ml/pidon/test_pidon_operator.py
tests/operators/ode/__init__.py
tests/operators/ode/test_ode_operator.py
tests/operators/parareal/__init__.py
tests/operators/parareal/test_parareal_operator.py