CMakeLists.txt
DESCRIPTION.rst
LICENSE
MANIFEST.in
README.md
setup.py
cmake/colors.cmake
demos/.DS_Store
demos/adv_diff_1d_fom.py
demos/runalldemos.sh
demos/settings_for_website.py
demos/__pycache__/adv_diff_1d_fom.cpython-37.pyc
demos/__pycache__/settings_for_website.cpython-37.pyc
demos/unsteady_default_galerkin_advdiff1d_pod/.DS_Store
demos/unsteady_default_galerkin_advdiff1d_pod/demo1.png
demos/unsteady_default_galerkin_advdiff1d_pod/main.py
demos/unsteady_default_lspg_advdiff1d_kpca/.DS_Store
demos/unsteady_default_lspg_advdiff1d_kpca/demo3.png
demos/unsteady_default_lspg_advdiff1d_kpca/main.py
demos/unsteady_default_lspg_advdiff1d_mlp/autoencoder_PyTorch.py
demos/unsteady_default_lspg_advdiff1d_mlp/autoencoder_keras.py
demos/unsteady_default_lspg_advdiff1d_mlp/demo6.png
demos/unsteady_default_lspg_advdiff1d_mlp/main.py
demos/unsteady_default_lspg_advdiff1d_mlp/__pycache__/autoencoder_PyTorch.cpython-37.pyc
demos/unsteady_default_lspg_advdiff1d_pod/demo2.png
demos/unsteady_default_lspg_advdiff1d_pod/main.py
demos/unsteady_masked_galerkin_advdiff1d_pod/demo4.png
demos/unsteady_masked_galerkin_advdiff1d_pod/main.py
demos/unsteady_masked_galerkin_vs_lspg_advdiff1d_pod/demo5_f1.png
demos/unsteady_masked_galerkin_vs_lspg_advdiff1d_pod/demo5_f2.png
demos/unsteady_masked_galerkin_vs_lspg_advdiff1d_pod/main.py
pressio/CMakeLists.txt
pressio/LICENSE
pressio/cmake/colors.cmake
pressio/cmake/helperFunctions.cmake
pressio/cmake/macrosForCreatingTests.cmake
pressio/cmake/macrosForCreatingUnitTests.cmake
pressio/cmake/pressioUninstall.cmake
pressio/cmake/tpls/tplBlas.cmake
pressio/cmake/tpls/tplEigen.cmake
pressio/cmake/tpls/tplKokkos.cmake
pressio/cmake/tpls/tplLapack.cmake
pressio/cmake/tpls/tplMPI.cmake
pressio/cmake/tpls/tplPybind11.cmake
pressio/cmake/tpls/tplTrilinos.cmake
pressio/packages/.DS_Store
pressio/packages/containers/.DS_Store
pressio/packages/containers/src/.DS_Store
pressio/packages/containers/src/tensor/.DS_Store
pressio/packages/containers/src/vector/.DS_Store
pressio/tests/CMakeLists.txt
pressio/tests/WIP/apps/CMakeLists.txt
pressio/tests/WIP/apps/epetra/CMakeLists.txt
pressio/tests/WIP/apps/generate_basis_epetra_example/CMakeLists.txt
pressio/tests/WIP/ode_implicit/CMakeLists.txt
pressio/tests/WIP/ode_implicit/swe2d/CMakeLists.txt
pressio/tests/WIP/ode_implicit/swe2d/eigen_implicit_cn_observer/CMakeLists.txt
pressio/tests/WIP/optimizers/CMakeLists.txt
pressio/tests/WIP/optimizers/eigen_rosenbrock/CMakeLists.txt
pressio/tests/WIP/rom/CMakeLists.txt
pressio/tests/WIP/rom/adapter_api_error_msg/CMakeLists.txt
pressio/tests/WIP/rom/adapter_api_error_msg/runtest.cmake
pressio/tests/WIP/rom/burgers1d/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/arbitrary_data_structures/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/arbitrary_data_structures/default_galerkin_euler_continuous_time_api_arb_ds/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/default_galerkin_bdf1_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/default_galerkin_bdf1_discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/default_galerkin_explicit_euler_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/hyperreduced_galerkin_bdf1_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/masked_residual_galerkin_bdf1_discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/masked_velo_galerkin_bdf1_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/eigen/masked_velo_galerkin_explicit_euler_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/epetra/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/epetra/default_galerkin_explicit_euler_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/galerkin/epetra/masked_velocity_galerkin_explicit_euler_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/arbitrary_data_structures/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/arbitrary_data_structures/lspg_euler_normal_eq_continuous_time_api_arb_ds/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/arbitrary_data_structures/lspg_euler_normal_eq_discrete_time_api_arb_ds/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_bdf2_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_crank_nicolson_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_euler_normal_eq_discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_euler_normal_eq_discrete_time_api_libtorch_mapping/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_euler_normal_eq_discrete_time_api_user_defined_mapping/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/eigen/lspg_euler_normal_eq_user_dt_setter/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_bdf2_gn_qr/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_bdf2_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_dummy_mask_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_euler_gn_qr/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/epetra/lspg_precond_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/kokkos/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/kokkos/lspg_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/lspg_bdf2_gn_qr/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/lspg_bdf2_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/lspg_euler_gn_qr/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/lspg_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra/lspg_euler_normal_eq_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra_block/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra_block/lspg_euler_gn_qr/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra_block/lspg_euler_gn_qr_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra_block/lspg_euler_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/lspg/tpetra_block/lspg_euler_normal_eq_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/eigen/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/eigen/wls_normal_eq_velocity_api_eigen_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/kokkos/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/kokkos/wls_normal_eq_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra/wls_normal_eq_continuous_time_api_eigen_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra/wls_normal_eq_continuous_time_api_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra_block/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra_block/wls_normal_eq_continuous_time_api_eigen_rom/CMakeLists.txt
pressio/tests/WIP/rom/burgers1d/wls/tpetra_block/wls_normal_eq_continuous_time_api_kokkos_rom/CMakeLists.txt
pressio/tests/WIP/rom/explicit_galerkin_rank2_correctness/CMakeLists.txt
pressio/tests/WIP/rom/galerkin_projector/CMakeLists.txt
pressio/tests/WIP/rom/galerkin_projector/create_arbitrary_projector_eigen/CMakeLists.txt
pressio/tests/WIP/rom/galerkin_projector/create_collocation_projector_arbitrary_type/CMakeLists.txt
pressio/tests/WIP/rom/galerkin_projector/create_collocation_projector_eigen/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/lspg_residual_policy_norms/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/masked_lspg_correctness/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/masked_lspg_correctness/continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/masked_lspg_correctness/discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/masked_lspg_correctness/steady_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/preconditioned_hyper_reduced_steady_correctness/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/preconditioned_lspg_correctness/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/preconditioned_lspg_correctness/continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/preconditioned_lspg_correctness/discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/preconditioned_lspg_correctness/steady_api/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/sharedmem_hyper_reduced_lspg_eigen/CMakeLists.txt
pressio/tests/WIP/rom/lspg_specific/sharedmem_preconditioned_hyper_reduced_lspg_eigen/CMakeLists.txt
pressio/tests/WIP/rom/rank_local_explicit_galerkin_euler_continuous_time_api_epetra/CMakeLists.txt
pressio/tests/WIP/rom/rank_local_explicit_galerkin_euler_continuous_time_api_tpetra/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/epetra/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/epetra/lspg_normal_eq_predictive/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/epetra/lspg_normal_eq_reproducing/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/epetra/lspg_optimization_reproducing/CMakeLists.txt
pressio/tests/WIP/rom/steady_linear_adv_diff_2d/epetra/lspg_precond_normal_eq_reproducing/CMakeLists.txt
pressio/tests/WIP/rom/swe2d/CMakeLists.txt
pressio/tests/WIP/rom/swe2d/lspg/CMakeLists.txt
pressio/tests/WIP/rom/swe2d/lspg/eigen/CMakeLists.txt
pressio/tests/WIP/rom/swe2d/lspg/eigen/lspg_cn_normal_eq/CMakeLists.txt
pressio/tests/WIP/rom/swe2d/lspg/eigen/lspg_cn_normal_eq_hyperreduced/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/galerkin_variable_decoder_jacobian_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/galerkin_variable_decoder_jacobian_discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/lspg_variable_decoder_jacobian_continuous_time_api/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/lspg_variable_decoder_jacobian_discrete_time_api/CMakeLists.txt
pressio/tests/WIP/rom/variable_decoder_jacobian_correctness/lspg_variable_decoder_jacobian_steady_api/CMakeLists.txt
pressio/tests/WIP/rom/view_current_fom_state_correctness/CMakeLists.txt
pressio/tests/WIP/rom/wls_specific/CMakeLists.txt
pressio/tests/WIP/rom/wls_specific/wls_check_normaleqns/CMakeLists.txt
pressio/tests/functional_large/CMakeLists.txt
pressio/tests/functional_large/ode_explicit/CMakeLists.txt
pressio/tests/functional_medium/CMakeLists.txt
pressio/tests/functional_medium/ode_explicit/CMakeLists.txt
pressio/tests/functional_medium/ode_implicit/CMakeLists.txt
pressio/tests/functional_small/CMakeLists.txt
pressio/tests/functional_small/WIP/optimizers/CMakeLists.txt
pressio/tests/functional_small/WIP/rom/CMakeLists.txt
pressio/tests/functional_small/WIP/rom/mpi/CMakeLists.txt
pressio/tests/functional_small/WIP/rom/serial/CMakeLists.txt
pressio/tests/functional_small/expressions/CMakeLists.txt
pressio/tests/functional_small/mpl/CMakeLists.txt
pressio/tests/functional_small/ode_advancers/CMakeLists.txt
pressio/tests/functional_small/ode_steppers/CMakeLists.txt
pressio/tests/functional_small/ode_steppers/with_time_step_recovery/CMakeLists.txt
pressio/tests/functional_small/ops/CMakeLists.txt
pressio/tests/functional_small/ops/revive/CMakeLists.txt
pressio/tests/functional_small/qr/CMakeLists.txt
pressio/tests/functional_small/rom/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_galerkin/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_galerkin/default/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_galerkin/hypred/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_galerkin/masked/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/default/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/hypred/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/masked/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/preconditioned_default/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/preconditioned_hypred/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_steady/preconditioned_masked/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/default/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/hypred/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/masked/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/preconditioned_default/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/preconditioned_hypred/CMakeLists.txt
pressio/tests/functional_small/rom/correctness_lspg_unsteady/preconditioned_masked/CMakeLists.txt
pressio/tests/functional_small/solvers_linear/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/levenberg_marquardt/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/ls_frozen_jacobian_gn_lm/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/newton_raphson/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/standard_gauss_newton_normal_equations/CMakeLists.txt
pressio/tests/functional_small/solvers_nonlinear/standard_gauss_newton_qr/CMakeLists.txt
pressio/tests/functional_small/type_traits/CMakeLists.txt
pressio/tests/functional_small/utils/CMakeLists.txt
pressio4py/__init__.py
pressio4py/logger.py
pressio4py/ode.py
pressio4py/rom.py
pressio4py/solvers.py
pressio4py.egg-info/PKG-INFO
pressio4py.egg-info/SOURCES.txt
pressio4py.egg-info/dependency_links.txt
pressio4py.egg-info/not-zip-safe
pressio4py.egg-info/requires.txt
pressio4py.egg-info/top_level.txt
pressio4py/apps/__init__.py
pressio4py/apps/advection_diffusion1d.py
pressio4py/apps/burgers1d.py
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/include/.DS_Store
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/typeid.h
pybind11/tests/CMakeLists.txt
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
src/.DS_Store
src/advance_functions.hpp
src/galerkin.hpp
src/hypred_updater.hpp
src/logger.hpp
src/lspg_steady.hpp
src/lspg_unsteady.hpp
src/main_binder.cc
src/nonlinear_solvers.hpp
src/types.hpp
src/revise/galerkin_solve_problem_api_bind.hpp
src/revise/lspg_solve_problem_api_bind.hpp
src/revise/wls_solve_problem_api_bind.hpp
src/revise/playground/play.cc
src/revise/rom/.DS_Store
src/revise/rom/galerkin.hpp
src/revise/rom/galerkin2.hpp
src/revise/rom/lspg.hpp
src/revise/rom/wls.hpp
src/revise/rom/wrappers/steady_masker.hpp
src/rom/decoder.hpp
src/rom/fomreconstructor.hpp
src/rom/py_decoder.hpp
src/wrappers/fom_continuous_time_wrapper.hpp
src/wrappers/fom_discrete_time_wrapper.hpp
src/wrappers/fom_steady_wrapper.hpp
src/wrappers/galerkin_projector_wrapper.hpp
src/wrappers/lin_solver_wrapper.hpp
src/wrappers/masker_wrapper.hpp
src/wrappers/nonlin_ls_weighting_wrapper.hpp
src/wrappers/nonlin_solver_wrapper.hpp
src/wrappers/ode_collector_wrapper.hpp
src/wrappers/ode_dt_setter.hpp
src/wrappers/ode_stepper_wrapper.hpp
src/wrappers/ode_system_wrapper.hpp
src/wrappers/precond_wrapper.hpp
src/wrappers/qr_solver_wrapper.hpp
tests_compiled/CMakeLists.txt