Skip to content

Commit d8dde01

Browse files
authored
Merge pull request #36 from WIAS-PDELib/pjaap-patch-1
Remove second definition of AbstractFiniteElement
2 parents e186e2a + de2ddf7 commit d8dde01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/functionoperators.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ $(TYPEDEF)
3030
identity jump operator: evaluates face jumps of finite element function
3131
"""
3232
#abstract type IdentityDisc{DT<:DiscontinuityTreatment} end # [[v_h]]
33-
"""
34-
$(TYPEDEF)
3533

36-
reconstruction identity operator: evaluates a reconstructed version of the finite element function.
37-
38-
FEreconst specifies the reconstruction space and reconstruction algorithm if it is defined for the finite element that it is applied to.
39-
"""
40-
abstract type AbstractFiniteElement end
4134
"""
4235
$(TYPEDEF)
4336

0 commit comments

Comments
 (0)