AUTHORS
COPYING
COPYING.LESSER
MANIFEST.in
README.md
pyproject.toml
demo/Constant.py
demo/ConvectionJacobi.py
demo/ConvectionJacobi2.py
demo/ConvectionVector.py
demo/Elasticity.py
demo/EnergyNorm.py
demo/Equation.py
demo/ExplicitConvection.py
demo/FunctionOperators.py
demo/H1norm.py
demo/HarmonicMap.py
demo/HarmonicMap2.py
demo/Heat.py
demo/HornSchunck.py
demo/HyperElasticity.py
demo/HyperElasticity1D.py
demo/L2norm.py
demo/Mass.py
demo/MassAD.py
demo/MixedElasticity.py
demo/MixedMixedElement.py
demo/MixedPoisson.py
demo/MixedPoisson2.py
demo/NavierStokes.py
demo/NeumannProblem.py
demo/NonlinearPoisson.py
demo/P5tet.py
demo/P5tri.py
demo/Poisson.py
demo/PoissonDG.py
demo/PoissonSystem.py
demo/PowAD.py
demo/ProjectionSystem.py
demo/QuadratureElement.py
demo/Stiffness.py
demo/StiffnessAD.py
demo/Stokes.py
demo/StokesEquation.py
demo/SubDomain.py
demo/SubDomains.py
demo/TensorWeightedPoisson.py
demo/VectorLaplaceGradCurl.py
doc/README
doc/source/conf.py
doc/source/index.rst
doc/source/installation.rst
doc/source/manual.rst
doc/source/releases.rst
doc/source/api/api-algorithms.rst
doc/source/api/api-core-alg.rst
doc/source/api/api-core.rst
doc/source/api/api-formatting.rst
doc/source/api/api-ufl.rst
doc/source/api/api-utils.rst
doc/source/api/api.rst
doc/source/manual/algorithms.rst
doc/source/manual/examples.rst
doc/source/manual/form_language.rst
doc/source/manual/internal_representation.rst
doc/source/manual/introduction.rst
doc/source/releases/next.rst
doc/source/releases/v1.6.0.rst
doc/source/releases/v2016.1.0.rst
doc/source/releases/v2016.2.0.rst
doc/source/releases/v2017.1.0.post1.rst
doc/source/releases/v2017.1.0.rst
doc/source/releases/v2017.2.0.rst
doc/source/releases/v2018.1.0.rst
doc/source/releases/v2019.1.0.rst
fenics_ufl.egg-info/PKG-INFO
fenics_ufl.egg-info/SOURCES.txt
fenics_ufl.egg-info/dependency_links.txt
fenics_ufl.egg-info/requires.txt
fenics_ufl.egg-info/top_level.txt
test/conftest.py
test/mockobjects.py
test/test_algorithms.py
test/test_analyse_demos.py
test/test_apply_algebra_lowering.py
test/test_apply_coefficent_split.py
test/test_apply_function_pullbacks.py
test/test_apply_restrictions.py
test/test_arithmetic.py
test/test_automatic_differentiation.py
test/test_cell.py
test/test_change_to_local.py
test/test_change_to_reference_frame.py
test/test_check_arities.py
test/test_classcoverage.py
test/test_complex.py
test/test_conditionals.py
test/test_degree_estimation.py
test/test_derivative.py
test/test_diff.py
test/test_domains.py
test/test_duals.py
test/test_equals.py
test/test_evaluate.py
test/test_expand_indices.py
test/test_external_operator.py
test/test_extract_blocks.py
test/test_ffcforms.py
test/test_form.py
test/test_illegal.py
test/test_indexing.py
test/test_indices.py
test/test_interpolate.py
test/test_lhs_rhs.py
test/test_literals.py
test/test_measures.py
test/test_mixed_function_space.py
test/test_mixed_function_space_with_mesh_sequence.py
test/test_new_ad.py
test/test_pickle.py
test/test_piecewise_checks.py
test/test_reference_shapes.py
test/test_scratch.py
test/test_signature.py
test/test_simplify.py
test/test_sobolevspace.py
test/test_split.py
test/test_str.py
test/test_strip_forms.py
test/test_tensoralgebra.py
test/test_utilities.py
test/utils.py
ufl/__init__.py
ufl/action.py
ufl/adjoint.py
ufl/algebra.py
ufl/argument.py
ufl/averaging.py
ufl/cell.py
ufl/checks.py
ufl/classes.py
ufl/coefficient.py
ufl/compound_expressions.py
ufl/conditional.py
ufl/constant.py
ufl/constantvalue.py
ufl/differentiation.py
ufl/domain.py
ufl/duals.py
ufl/equation.py
ufl/exprcontainers.py
ufl/exprequals.py
ufl/exproperators.py
ufl/finiteelement.py
ufl/form.py
ufl/formoperators.py
ufl/functionspace.py
ufl/geometry.py
ufl/index_combination_utils.py
ufl/indexed.py
ufl/indexsum.py
ufl/integral.py
ufl/integral_domain.py
ufl/mathfunctions.py
ufl/matrix.py
ufl/measure.py
ufl/objects.py
ufl/operators.py
ufl/permutation.py
ufl/precedence.py
ufl/protocols.py
ufl/pullback.py
ufl/py.typed
ufl/referencevalue.py
ufl/restriction.py
ufl/sobolevspace.py
ufl/sorting.py
ufl/split_functions.py
ufl/tensoralgebra.py
ufl/tensors.py
ufl/variable.py
ufl/algorithms/__init__.py
ufl/algorithms/ad.py
ufl/algorithms/analysis.py
ufl/algorithms/apply_algebra_lowering.py
ufl/algorithms/apply_coefficient_split.py
ufl/algorithms/apply_derivatives.py
ufl/algorithms/apply_function_pullbacks.py
ufl/algorithms/apply_geometry_lowering.py
ufl/algorithms/apply_integral_scaling.py
ufl/algorithms/apply_restrictions.py
ufl/algorithms/balancing.py
ufl/algorithms/change_to_reference.py
ufl/algorithms/check_arities.py
ufl/algorithms/check_restrictions.py
ufl/algorithms/checks.py
ufl/algorithms/comparison_checker.py
ufl/algorithms/compute_form_data.py
ufl/algorithms/coordinate_derivative_helpers.py
ufl/algorithms/domain_analysis.py
ufl/algorithms/estimate_degrees.py
ufl/algorithms/expand_indices.py
ufl/algorithms/formdata.py
ufl/algorithms/formfiles.py
ufl/algorithms/formsplitter.py
ufl/algorithms/formtransformations.py
ufl/algorithms/map_integrands.py
ufl/algorithms/remove_complex_nodes.py
ufl/algorithms/remove_component_tensors.py
ufl/algorithms/renumbering.py
ufl/algorithms/replace.py
ufl/algorithms/replace_derivative_nodes.py
ufl/algorithms/signature.py
ufl/algorithms/strip_terminal_data.py
ufl/algorithms/transformer.py
ufl/algorithms/traversal.py
ufl/core/__init__.py
ufl/core/base_form_operator.py
ufl/core/compute_expr_hash.py
ufl/core/expr.py
ufl/core/external_operator.py
ufl/core/interpolate.py
ufl/core/multiindex.py
ufl/core/operator.py
ufl/core/terminal.py
ufl/core/ufl_id.py
ufl/core/ufl_type.py
ufl/corealg/__init__.py
ufl/corealg/dag_traverser.py
ufl/corealg/map_dag.py
ufl/corealg/multifunction.py
ufl/corealg/traversal.py
ufl/formatting/__init__.py
ufl/formatting/ufl2unicode.py
ufl/utils/__init__.py
ufl/utils/counted.py
ufl/utils/formatting.py
ufl/utils/indexflattening.py
ufl/utils/sequences.py
ufl/utils/sorting.py
ufl/utils/stacks.py