.gitattributes
.gitignore
.nojekyll
CLA.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/draft-pdf.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/static.yml
.github/workflows/tests.yml
autopdex/__init__.py
autopdex/assembler.py
autopdex/dae.py
autopdex/geometry.py
autopdex/implicit_diff.py
autopdex/mesher.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
tests/test_backward_euler.py
tests/test_dicts_as_dofs_user_potential.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