dctkit.experimental namespace

Submodules

dctkit.experimental.coboundary_closure module

dctkit.experimental.coboundary_closure.coboundary_closure(c: CochainP) CochainD[source]

Implements the operator that complements the coboundary on the boundary of dual (n-1)-simplices, where n is the dimension of the complex.

Parameters:

c – a primal (n-1)-cochain

Returns:

the coboundary closure of c, resulting in a dual n-cochain with non-zero coefficients in the “uncompleted” cells.

dctkit.experimental.test_snes module