AUTHORS
COPYING
COPYING.LESSER
ChangeLog.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
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/FEEC.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/RestrictedElement.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
demo/_TensorProductElement.py
doc/man/man1/ufl-analyse.1.gz
doc/man/man1/ufl-convert.1.gz
doc/man/man1/ufl-version.1.gz
doc/man/man1/ufl2py.1.gz
doc/sphinx/Makefile
doc/sphinx/README
doc/sphinx/requirements.txt
doc/sphinx/source/conf.py
doc/sphinx/source/index.rst
doc/sphinx/source/installation.rst
doc/sphinx/source/manual.rst
doc/sphinx/source/releases.rst
doc/sphinx/source/manual/algorithms.rst
doc/sphinx/source/manual/examples.rst
doc/sphinx/source/manual/form_language.rst
doc/sphinx/source/manual/internal_representation.rst
doc/sphinx/source/manual/introduction.rst
doc/sphinx/source/manual/user_manual.rst
doc/sphinx/source/releases/next.rst
doc/sphinx/source/releases/v1.6.0.rst
doc/sphinx/source/releases/v2016.1.0.rst
doc/sphinx/source/releases/v2016.2.0.rst
doc/sphinx/source/releases/v2017.1.0.post1.rst
doc/sphinx/source/releases/v2017.1.0.rst
doc/sphinx/source/releases/v2017.2.0.rst
doc/sphinx/source/releases/v2018.1.0.rst
doc/sphinx/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/not-zip-safe
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_function_pullbacks.py
test/test_apply_restrictions.py
test/test_arithmetic.py
test/test_automatic_differentiation.py
test/test_book_snippets.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_elements.py
test/test_equals.py
test/test_evaluate.py
test/test_expand_indices.py
test/test_ffcforms.py
test/test_form.py
test/test_grad.py
test/test_illegal.py
test/test_indexing.py
test/test_indices.py
test/test_lhs_rhs.py
test/test_literals.py
test/test_measures.py
test/test_mixed_function_space.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
ufl/__init__.py
ufl/algebra.py
ufl/argument.py
ufl/assertions.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/equation.py
ufl/exprcontainers.py
ufl/exprequals.py
ufl/exproperators.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/log.py
ufl/mathfunctions.py
ufl/measure.py
ufl/measureoperators.py
ufl/objects.py
ufl/operators.py
ufl/permutation.py
ufl/precedence.py
ufl/protocols.py
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_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/elementtransformations.py
ufl/algorithms/estimate_degrees.py
ufl/algorithms/expand_compounds.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/multifunction.py
ufl/algorithms/preprocess_expression.py
ufl/algorithms/remove_complex_nodes.py
ufl/algorithms/renumbering.py
ufl/algorithms/replace.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/compute_expr_hash.py
ufl/core/expr.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/map_dag.py
ufl/corealg/multifunction.py
ufl/corealg/traversal.py
ufl/finiteelement/__init__.py
ufl/finiteelement/brokenelement.py
ufl/finiteelement/elementlist.py
ufl/finiteelement/enrichedelement.py
ufl/finiteelement/facetelement.py
ufl/finiteelement/finiteelement.py
ufl/finiteelement/finiteelementbase.py
ufl/finiteelement/hdivcurl.py
ufl/finiteelement/interiorelement.py
ufl/finiteelement/mixedelement.py
ufl/finiteelement/restrictedelement.py
ufl/finiteelement/tensorproductelement.py
ufl/formatting/__init__.py
ufl/formatting/graph.py
ufl/formatting/printing.py
ufl/formatting/ufl2dot.py
ufl/formatting/ufl2unicode.py
ufl/utils/__init__.py
ufl/utils/counted.py
ufl/utils/derivativetuples.py
ufl/utils/dicts.py
ufl/utils/formatting.py
ufl/utils/indexflattening.py
ufl/utils/sequences.py
ufl/utils/sorting.py
ufl/utils/stacks.py
ufl/utils/ufltypedicts.py