Multipatch

The multipatch folder contains all the code describing methods and classes which are specific to a multipatch geometry. It is broken up into the following sub-folders:

  • connectivity - Defines structures and methods to describe patches and how they are connected to one another.

  • data_types - Defines classes to handle objects on a multipatch domain more conveniently.

  • spline - Defines structures and methods to deal with different splines on every patches.

  • utils - Defines utility functions to operate over multiple patches.