LICENSE
README.md
pyproject.toml
autopdex/__init__.py
autopdex/assembler.py
autopdex/geometry.py
autopdex/implicit_diff.py
autopdex/models.py
autopdex/plotter.py
autopdex/seeder.py
autopdex/solution_structures.py
autopdex/solver.py
autopdex/spaces.py
autopdex/utility.py
autopdex/variational_schemes.py
autopdex.egg-info/PKG-INFO
autopdex.egg-info/SOURCES.txt
autopdex.egg-info/dependency_links.txt
autopdex.egg-info/entry_points.txt
autopdex.egg-info/requires.txt
autopdex.egg-info/top_level.txt
docs/conf.py
examples/cooks_membrane/least_square_fem_rvachev_structure.py
examples/cooks_membrane/moving_least_squares_least_square_fos.py
examples/cooks_membrane/non-homogeneous_dirichlet_conditions.py
examples/cooks_membrane/quadrilaterals_autopdex_and_acegen.py
examples/cooks_membrane/quadrilaterals_p_refinement.py
examples/cooks_membrane/triangles_h_refinement.py
examples/cooks_membrane/uncertainty_estimation_hyperelastic.py
examples/heat_conduction/maze_backward_euler.py
examples/heat_conduction/maze_forward_euler.py
examples/heat_conduction/space_time_different_solvers.py
examples/heat_conduction/space_time_fos_dirichlet_neumann_robin.py
examples/laplace/fos_coupled_neumann_boundary.py
examples/laplace/mls_rfm.py
examples/laplace/pinn_rfm.py
examples/miscellaneous/burgers_equation.py
examples/miscellaneous/geometry_examples.py
examples/miscellaneous/poisson.py
examples/miscellaneous/transport.py
examples/miscellaneous/wave_equation.py
examples/navier_stokes/circle_in_channel.py
examples/navier_stokes/lid_driven_cavity.py
tests/test_backward_euler.py
tests/test_different_solvers.py
tests/test_first_order_set.py
tests/test_forward_euler.py
tests/test_least_square_fem.py
tests/test_least_square_var.py
tests/test_mls_compiled.py
tests/test_mls_direct.py
tests/test_non-homogeneous_dirichlet_conditions.py
tests/test_strong_galerkin.py
tests/test_user_elem_impl_diff_and_adaptive_load_step.py