--- /tmp/fiat-2019.2.0~git20210116.0439689-2c14crrb5/debian/python-fiat-doc_2019.2.0~git20210116.0439689-2_all.deb +++ python-fiat-doc_2019.2.0~git20210116.0439689-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-02-09 19:39:05.000000 debian-binary │ -rw-r--r-- 0 0 0 3336 2021-02-09 19:39:05.000000 control.tar.xz │ --rw-r--r-- 0 0 0 144500 2021-02-09 19:39:05.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 144504 2021-02-09 19:39:05.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -82,15 +82,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 28 2021-01-01 06:53:29.000000 ./usr/share/doc/python-fiat-doc/html/_static/default.css │ │ │ -rw-r--r-- 0 root (0) root (0) 363 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/_static/documentation_options.js │ │ │ -rw-r--r-- 0 root (0) root (0) 286 2021-01-01 06:53:29.000000 ./usr/share/doc/python-fiat-doc/html/_static/file.png │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2021-01-01 06:53:29.000000 ./usr/share/doc/python-fiat-doc/html/_static/minus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2021-01-01 06:53:29.000000 ./usr/share/doc/python-fiat-doc/html/_static/plus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 4780 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/_static/pygments.css │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/api-doc/ │ │ │ --rw-r--r-- 0 root (0) root (0) 360934 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/api-doc/FIAT.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 360945 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/api-doc/FIAT.html │ │ │ -rw-r--r-- 0 root (0) root (0) 3717 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/api-doc/modules.html │ │ │ -rw-r--r-- 0 root (0) root (0) 77108 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/genindex.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5908 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6669 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/installation.html │ │ │ -rw-r--r-- 0 root (0) root (0) 28575 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/manual.html │ │ │ -rw-r--r-- 0 root (0) root (0) 3649 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/objects.inv │ │ │ -rw-r--r-- 0 root (0) root (0) 14157 2021-02-09 19:39:05.000000 ./usr/share/doc/python-fiat-doc/html/py-modindex.html │ │ ├── ./usr/share/doc/python-fiat-doc/html/api-doc/FIAT.html │ │ │ @@ -524,15 +524,15 @@ │ │ │ │ │ │ │ │ │
│ │ │

FIAT.dual_set module

│ │ │
│ │ │
│ │ │ class FIAT.dual_set.DualSet(nodes, ref_el, entity_ids)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │
│ │ │
│ │ │ get_entity_closure_ids()[source]
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ @@ -644,15 +644,15 @@ │ │ │

FIAT.expansions module

│ │ │

Principal orthogonal expansion functions as defined by Karniadakis │ │ │ and Sherwin. These are parametrized over a reference element so as │ │ │ to allow users to get coordinates that they want.

│ │ │
│ │ │
│ │ │ class FIAT.expansions.LineExpansionSet(ref_el)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Evaluates the Legendre basis on a line reference element.

│ │ │
│ │ │
│ │ │ get_num_members(n)[source]
│ │ │
│ │ │ │ │ │
│ │ │ @@ -671,15 +671,15 @@ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │
│ │ │ class FIAT.expansions.PointExpansionSet(ref_el)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Evaluates the point basis on a point reference element.

│ │ │
│ │ │
│ │ │ get_num_members(n)[source]
│ │ │
│ │ │ │ │ │
│ │ │ @@ -698,15 +698,15 @@ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ class FIAT.expansions.TetrahedronExpansionSet(ref_el)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Collapsed orthonormal polynomial expanion on a tetrahedron.

│ │ │
│ │ │
│ │ │ get_num_members(n)[source]
│ │ │
│ │ │ │ │ │
│ │ │ @@ -725,15 +725,15 @@ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │
│ │ │ class FIAT.expansions.TriangleExpansionSet(ref_el)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Evaluates the orthonormal Dubiner basis on a triangular │ │ │ reference element.

│ │ │
│ │ │
│ │ │ get_num_members(n)[source]
│ │ │
│ │ │ │ │ │ @@ -863,15 +863,15 @@ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ class FIAT.finite_element.FiniteElement(ref_el, dual, order, formdegree=None, mapping='affine')[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Class implementing a basic abstraction template for general │ │ │ finite element families. Finite elements which inherit from │ │ │ this class are non-nodal unless they are CiarletElement subclasses.

│ │ │
│ │ │
│ │ │ dual_basis()[source]
│ │ │

Return the dual basis (list of functionals) for the finite │ │ │ @@ -1001,15 +1001,15 @@ │ │ │ class FIAT.functional.FrobeniusIntegralMoment(ref_el, Q, f_at_qpts)[source] │ │ │

Bases: FIAT.functional.Functional

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ class FIAT.functional.Functional(ref_el, target_shape, pt_dict, deriv_dict, functional_type)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Abstract class representing a linear functional. │ │ │ All FIAT functionals are discrete in the sense that │ │ │ they are written as a weighted sum of (derivatives of components of) their │ │ │ argument evaluated at particular points.

│ │ │
│ │ │
Parameters
│ │ │
    │ │ │ @@ -1547,15 +1547,15 @@ │ │ │
│ │ │ │ │ │
│ │ │ │ │ │
│ │ │
│ │ │ exception FIAT.hdiv_trace.TraceError(msg)[source]
│ │ │ -

Bases: Exception

│ │ │ +

Bases: Exception

│ │ │

Exception caused by tabulating a trace element on the interior of a cell, │ │ │ or the gradient of a trace element.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ FIAT.hdiv_trace.barycentric_coordinates(points, vertices)[source]
│ │ │ @@ -2237,15 +2237,15 @@ │ │ │

Constructs an orthonormal basis for symmetric-tensor-valued │ │ │ polynomials on a reference element.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ class FIAT.polynomial_set.PolynomialSet(ref_el, degree, embedded_degree, expansion_set, coeffs, dmats)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Implements a set of polynomials as linear combinations of an │ │ │ expansion set over a reference element. │ │ │ ref_el: the reference element │ │ │ degree: an order labeling the space │ │ │ embedded degree: the degree of polynomial expansion basis that

│ │ │
│ │ │

must be used to evaluate this space

│ │ │ @@ -2396,15 +2396,15 @@ │ │ │ spectral elements.

│ │ │

The quadrature rule uses m points for a degree of precision of 2m-3.

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ class FIAT.quadrature.QuadratureRule(ref_el, pts, wts)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

General class that models integration over a reference element │ │ │ as the weighted sum of a function evaluated at a set of points.

│ │ │
│ │ │
│ │ │ get_points()[source]
│ │ │
│ │ │ │ │ │ @@ -2600,15 +2600,15 @@ │ │ │ The rest of FIAT is abstracted over this module so that different │ │ │ reference element geometry (e.g. a vertex at (0,0) versus at (-1,-1)) │ │ │ and orderings of entities have a single point of entry.

│ │ │

Currently implemented are UFC and Default Line, Triangle and Tetrahedron.

│ │ │
│ │ │
│ │ │ class FIAT.reference_element.Cell(shape, vertices, topology)[source]
│ │ │ -

Bases: object

│ │ │ +

Bases: object

│ │ │

Abstract class for a reference cell. Provides accessors for │ │ │ geometry (vertex coordinates) as well as topology (orderings of │ │ │ vertices that make up edges, facecs, etc.

│ │ │
│ │ │
│ │ │ construct_subelement(dimension)[source]
│ │ │

Constructs the reference element of a cell subentity