.flake8
.gitignore
.zenodo.json
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/main.yml
docs/Makefile
docs/advanced.rst
docs/api.rst
docs/conf.py
docs/gettingstarted.rst
docs/howto.rst
docs/index.rst
docs/listofexamples.rst
docs/examples/Makefile
docs/examples/ex01.py
docs/examples/ex02.py
docs/examples/ex03.py
docs/examples/ex04.py
docs/examples/ex05.py
docs/examples/ex06.py
docs/examples/ex07.py
docs/examples/ex08.py
docs/examples/ex09.py
docs/examples/ex10.py
docs/examples/ex11.py
docs/examples/ex12.py
docs/examples/ex13.py
docs/examples/ex14.py
docs/examples/ex15.py
docs/examples/ex16.py
docs/examples/ex17.py
docs/examples/ex18.py
docs/examples/ex19.py
docs/examples/ex20.py
docs/examples/ex21.py
docs/examples/ex22.py
docs/examples/ex23.py
docs/examples/ex24.py
docs/examples/ex25.py
docs/examples/ex26.py
docs/examples/ex27.py
docs/examples/ex28.py
docs/examples/ex29.csv
docs/examples/ex29.py
docs/examples/ex30.py
docs/examples/ex31.py
docs/examples/ex32.py
docs/examples/ex33.py
docs/examples/ex34.py
docs/examples/ex35.py
docs/examples/ex36.py
docs/examples/ex37.py
docs/examples/ex38.py
docs/examples/ex39.py
docs/examples/ex40.py
docs/examples/ex41.py
docs/examples/ex42.py
docs/examples/performance.py
docs/examples/meshes/backward-facing_step.json
docs/examples/meshes/beams.msh
docs/examples/meshes/box.msh
docs/examples/meshes/disk.json
docs/examples/meshes/ex04_mesh.json
docs/examples/meshes/ex28.msh
docs/examples/meshes/ex35.json
docs/examples/meshes/mixedtriquad.msh
docs/examples/meshes/quadratic_quad.msh
docs/examples/meshes/quadratic_sphere_tet.msh
docs/examples/meshes/quadratic_tri.msh
docs/examples/meshes/quadraticsphere.msh
docs/examples/meshes/square.msh
paper/examples.png
paper/paper.bib
paper/paper.md
scikit_fem.egg-info/PKG-INFO
scikit_fem.egg-info/SOURCES.txt
scikit_fem.egg-info/dependency_links.txt
scikit_fem.egg-info/requires.txt
scikit_fem.egg-info/top_level.txt
skfem/__about__.py
skfem/__init__.py
skfem/generic_utils.py
skfem/helpers.py
skfem/quadrature.py
skfem/refdom.py
skfem/utils.py
skfem/assembly/__init__.py
skfem/assembly/dofs.py
skfem/assembly/basis/__init__.py
skfem/assembly/basis/abstract_basis.py
skfem/assembly/basis/boundary_facet_basis.py
skfem/assembly/basis/cell_basis.py
skfem/assembly/basis/interior_facet_basis.py
skfem/assembly/basis/mortar_facet_basis.py
skfem/assembly/form/__init__.py
skfem/assembly/form/bilinear_form.py
skfem/assembly/form/coo_data.py
skfem/assembly/form/form.py
skfem/assembly/form/functional.py
skfem/assembly/form/linear_form.py
skfem/assembly/form/trilinear_form.py
skfem/element/__init__.py
skfem/element/discrete_field.py
skfem/element/element.py
skfem/element/element_composite.py
skfem/element/element_dg.py
skfem/element/element_global.py
skfem/element/element_h1.py
skfem/element/element_h1_fiat.py
skfem/element/element_hcurl.py
skfem/element/element_hdiv.py
skfem/element/element_vector.py
skfem/element/element_wedge_1.py
skfem/element/element_hex/__init__.py
skfem/element/element_hex/element_hex0.py
skfem/element/element_hex/element_hex1.py
skfem/element/element_hex/element_hex2.py
skfem/element/element_hex/element_hex_s2.py
skfem/element/element_line/__init__.py
skfem/element/element_line/element_line_hermite.py
skfem/element/element_line/element_line_mini.py
skfem/element/element_line/element_line_p0.py
skfem/element/element_line/element_line_p1.py
skfem/element/element_line/element_line_p2.py
skfem/element/element_line/element_line_pp.py
skfem/element/element_quad/__init__.py
skfem/element/element_quad/element_quad0.py
skfem/element/element_quad/element_quad1.py
skfem/element/element_quad/element_quad2.py
skfem/element/element_quad/element_quad_bfs.py
skfem/element/element_quad/element_quad_s2.py
skfem/element/element_quad/element_quadp.py
skfem/element/element_tet/__init__.py
skfem/element/element_tet/element_tet_ccr.py
skfem/element/element_tet/element_tet_cr.py
skfem/element/element_tet/element_tet_mini.py
skfem/element/element_tet/element_tet_n0.py
skfem/element/element_tet/element_tet_p0.py
skfem/element/element_tet/element_tet_p1.py
skfem/element/element_tet/element_tet_p2.py
skfem/element/element_tet/element_tet_rt0.py
skfem/element/element_tri/__init__.py
skfem/element/element_tri/element_tri_15param_plate.py
skfem/element/element_tri/element_tri_argyris.py
skfem/element/element_tri/element_tri_bdm1.py
skfem/element/element_tri/element_tri_ccr.py
skfem/element/element_tri/element_tri_cr.py
skfem/element/element_tri/element_tri_hermite.py
skfem/element/element_tri/element_tri_mini.py
skfem/element/element_tri/element_tri_morley.py
skfem/element/element_tri/element_tri_p0.py
skfem/element/element_tri/element_tri_p1.py
skfem/element/element_tri/element_tri_p2.py
skfem/element/element_tri/element_tri_p2_hessian.py
skfem/element/element_tri/element_tri_p3.py
skfem/element/element_tri/element_tri_p4.py
skfem/element/element_tri/element_tri_rt0.py
skfem/element/element_tri/element_tri_skeleton_p0.py
skfem/element/element_tri/element_tri_skeleton_p1.py
skfem/io/__init__.py
skfem/io/json.py
skfem/io/meshio.py
skfem/mapping/__init__.py
skfem/mapping/mapping.py
skfem/mapping/mapping_affine.py
skfem/mapping/mapping_isoparametric.py
skfem/mapping/mapping_mortar.py
skfem/mesh/__init__.py
skfem/mesh/mesh.py
skfem/mesh/mesh_2d.py
skfem/mesh/mesh_2d_2.py
skfem/mesh/mesh_3d.py
skfem/mesh/mesh_dg.py
skfem/mesh/mesh_hex_1.py
skfem/mesh/mesh_hex_1_dg.py
skfem/mesh/mesh_hex_2.py
skfem/mesh/mesh_line_1.py
skfem/mesh/mesh_line_1_dg.py
skfem/mesh/mesh_quad_1.py
skfem/mesh/mesh_quad_1_dg.py
skfem/mesh/mesh_quad_2.py
skfem/mesh/mesh_simplex.py
skfem/mesh/mesh_tet_1.py
skfem/mesh/mesh_tet_2.py
skfem/mesh/mesh_tri_1.py
skfem/mesh/mesh_tri_1_dg.py
skfem/mesh/mesh_tri_2.py
skfem/mesh/mesh_wedge_1.py
skfem/models/__init__.py
skfem/models/elasticity.py
skfem/models/general.py
skfem/models/poisson.py
skfem/visuals/__init__.py
skfem/visuals/matplotlib.py
skfem/visuals/svg.py
skfem/visuals/vedo.py
tests/__init__.py
tests/test_assembly.py
tests/test_basis.py
tests/test_convergence.py
tests/test_convergence_h2.py
tests/test_convergence_hdiv.py
tests/test_dofs.py
tests/test_elements.py
tests/test_examples.py
tests/test_manufactured.py
tests/test_mapping.py
tests/test_mesh.py
tests/test_p_convergence.py
tests/test_utils.py
tests/test_visuals.py