Skip to content

Commit 5dc2a29

Browse files
committed
Merge branch 'new-vert-bis' of github.com:aerappa/Gridap.jl into aerappa-new-vert-bis
2 parents d464956 + 842c794 commit 5dc2a29

File tree

4 files changed

+768
-0
lines changed

4 files changed

+768
-0
lines changed

src/Geometry/Geometry.jl

+3
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export compute_vertex_node
156156
export get_node_face_owner
157157
export compute_node_face_owner
158158
export get_triangulation
159+
export newest_vertex_bisection
159160

160161
export UnstructuredDiscreteModel
161162
export CartesianDiscreteModel
@@ -217,6 +218,8 @@ include("GridPortions.jl")
217218

218219
include("DiscreteModelPortions.jl")
219220

221+
include("NewestVertexBisection.jl")
222+
220223
include("Triangulations.jl")
221224

222225
include("BoundaryTriangulations.jl")

0 commit comments

Comments
 (0)