From 828a82a8611f592bf7324537de4aa04bb37fac88 Mon Sep 17 00:00:00 2001 From: Petr Krysl Date: Mon, 20 May 2024 19:16:03 -0700 Subject: [PATCH] export boundaryfe --- src/FinEtools.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FinEtools.jl b/src/FinEtools.jl index 163db281..12fa4afd 100644 --- a/src/FinEtools.jl +++ b/src/FinEtools.jl @@ -60,6 +60,7 @@ using .FESetModule: accepttodelegate, fromarray!, connasarray, + boundaryfe, setlabel!, subset, cat, @@ -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