Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 754 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 754 Bytes

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.

  • interface_derivatives - Ongoing work only available on GitLab.

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

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