
There are various definitions of FVC, each with their own strengths and weaknesses.
Many approaches use a fractional partial derivative in each coordinate direction to construct
a fractional nabla operator. Other approaches use an anisotropic mixture of fractional di-
rectional derivatives in each direction via an integral, while still other approaches use an
isotropic mixture of function values throughout Euclidean space to define the operators.
Due to the complexity of FPDEs, the solutions cannot usually be computed symbolically,
so numerical approximations are essential for solving them. Various finite-element and finite-
difference methods have been developed for the discretization of FVC to be used in solving
these FPDEs, with techniques including finite-difference methods [16], the discretization
of fractional directional derivatives [17, 18, 10], spectral decompositions [19] and physics-
informed neural networks [10].
When solving PDEs and FPDEs numerically, some consideration must be given to com-
putational efficiency (i.e., how much time or computer memory is required), as well as the
accuracy of the solution obtained (i.e., how close the numerical approximation is to the true
solution). Another property that is often desirable is to have chosen continuous-level prop-
erties of the model be satisfied exactly in its discretization. Such discretizations are termed
structure-preserving. One possible structure to preserve is to preserve the de Rham exact se-
quence, which essentially means preserving the vector calculus identities curl grad f=0and
div curl F= 0 exactly in the discretization. The de Rham exact sequence plays an important
role in many physical laws, such as incompressibility and Gauss’s law of magnetism.
One way to preserve this de Rham exact sequence is by using discrete exterior calculus
(DEC). DEC is a computational toolkit that creates discrete operators and definitions that
are analogous to the corresponding operators from multivariate calculus. It has recently
been gaining popularity as a tool for developing numerical methods for solving PDEs in
computational simulations, such as mechanics problems [20], Lie advection [21], and compu-
tational fluid dynamics [22]. In addition to being used as a structure-preserving finite-element
method, DEC is also widely used in other areas such as computer graphics applications [23]
and geometry processing applications [24].
In DEC, the discrete exterior derivative operator,Dp, is the discrete version of grad, curl,
and div for p= 0, p= 1, and p= 2, respectively. Dpis a np+1 ×npmatrix, where npis the
number of p-cells in the complex (for more detail, see Section 2.3). DEC preserves the de
Rham exact sequence because the discrete exterior derivative operators satisfy Dp+1Dp= 0
for p≥0, which is the discrete version of curl grad f=0and div curl F= 0 for p= 0 and
p= 1, respectively.
Many types of fractional vector calculus possess an analogous exact sequence curlαgradαf=
0and divαcurlαF= 0. However, to the best of our knowledge, no discretization of FPDEs
or FVC preserves this exact sequence. Additionally, despite the usefulness of DEC and the
applicability of fractional calculus and fractional vector calculus, there is rarely any work
on formulating a fractional discrete exterior calculus (FDEC), which generalizes DEC to a
fractional order.
To the best of our knowledge, the only existing work on FDEC is [25], which considered
the following “two-sided” fractional Caputo derivative of order α∈(0,1) of a function
f∈C1[a, b] in 1D:
Dαf(x) := 1
Γ(1 −α)Z[a,b]\{x}
f′(τ)
|x−τ|αdτ. (1)
2