CutFEMx documentation#

CutFEMx provides cut finite element tools for the FEniCSx 0.11 release stack. The current Python workflow is centered around cutfemx.cut(...), cutfemx.locate_entities(...), cutfemx.runtime_quadrature(...), and cutfemx.create_cut_mesh(...).

Getting started#

  • Installation: build FEniCSx, runintgen, CutCells, CutFEMx, and the docs in an isolated environment.

  • Quickstart: solve a first cut Poisson problem.

User guide#

Tutorials#

  • Tutorial book: guided software-demo chapters with embedded interactive views and links to the simplified runnable demo scripts.