Skip to content

Commit

Permalink
export boundaryfe
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed May 21, 2024
1 parent 7db5801 commit 828a82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FinEtools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ using .FESetModule:
accepttodelegate,
fromarray!,
connasarray,
boundaryfe,
setlabel!,
subset,
cat,
Expand Down Expand Up @@ -102,7 +103,7 @@ export AbstractFESet,
FESetT4,
FESetT10
# Exported: methods for accessing dimensions and counts
export manifdim, nodesperelem, count, eachindex
export manifdim, nodesperelem, count, eachindex, boundaryfe
# Exported: methods for accepting delegation and revealing the delegating object
export delegateof, accepttodelegate
# Exported: methods for manipulating connectivity and labels
Expand Down

0 comments on commit 828a82a

Please sign in to comment.