Skip to content

Commit

Permalink
Rename values to match type (Ferrite-FEM#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM authored Dec 6, 2023
1 parent 2d21665 commit 53f5ba1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions src/Ferrite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ include("Quadrature/quadrature.jl")
# FEValues
include("FEValues/GeometryMapping.jl")
include("FEValues/FunctionValues.jl")
include("FEValues/cell_values.jl")
include("FEValues/face_values.jl")
include("FEValues/interface_values.jl")

include("PointEval/point_values.jl")
include("FEValues/CellValues.jl")
include("FEValues/FaceValues.jl")
include("FEValues/InterfaceValues.jl")
include("FEValues/PointValues.jl")
include("FEValues/common_values.jl")
include("FEValues/face_integrals.jl")

Expand Down Expand Up @@ -120,7 +119,7 @@ include("L2_projection.jl")
include("Export/VTK.jl")

# Point Evaluation
include("PointEval/PointEvalHandler.jl")
include("PointEvalHandler.jl")

# Other
include("deprecations.jl")
Expand Down
File renamed without changes.

0 comments on commit 53f5ba1

Please sign in to comment.