Ask a Question

Prefer a chat interface with context about you and your work?

Implementing a Restricted Function Space Class in Firedrake

Implementing a Restricted Function Space Class in Firedrake

The implementation process of a $\texttt{RestrictedFunctionSpace}$ class in Firedrake, a Python library which numerically solves partial differential equations through the use of the finite element method, is documented. This includes an introduction to the current $\texttt{FunctionSpace}$ class in Firedrake, and the key features that it has. With the current $\texttt{FunctionSpace}$ …