-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for facet orientation in FacetBasis (#865)
* Add workaround for default file format change in meshio 5.3.0 * Add skfem.generic_utils.OrientedBoundary * Add Mesh.facets_around for constructing OrientedBoundary * Rename BoundaryFacetBasis to FacetBasis and alias vice versa * Add example meshes with oriented interfaces * Support giving lambda AND index sets in with_boundaries * Fix the broken subdomain assembly with tags * Fix interpolation with multiple components * Allow specifying normal in Mesh.facets_satisfying * Support loading OrientedBoundary in Mesh.load from Gmsh format
- Loading branch information
Showing
20 changed files
with
4,119 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.