-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathfiles.jl
53 lines (34 loc) · 1.1 KB
/
files.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
include("CellValues.jl")
@reexport using Gridap.CellValues
include("CellNumbers.jl")
@reexport using Gridap.CellNumbers
include("CellArrays.jl")
@reexport using Gridap.CellArrays
include("Maps.jl")
@reexport using Gridap.Maps
include("CellMaps.jl")
@reexport using Gridap.CellMaps
include("Kernels.jl")
@reexport using Gridap.Kernels
include("CellNumberApply.jl")
@reexport using Gridap.CellNumberApply
include("CellArrayApply.jl")
@reexport using Gridap.CellArrayApply
include("MapApply.jl")
@reexport using Gridap.MapApply
include("CellMapApply.jl")
@reexport using Gridap.CellMapApply
include("CellValuesGallery.jl")
#@reexport using Gridap.CellValuesGallery
include("CellValuesOperations.jl")
@reexport using Gridap.CellValuesOperations
include("CellValuesAppend.jl")
@reexport using Gridap.CellValuesAppend
include("CellValuesReindex.jl")
@reexport using Gridap.CellValuesReindex
include("FindLocalIndex.jl")
@reexport using Gridap.FindLocalIndex
include("ConstantCellValues.jl")
@reexport using Gridap.ConstantCellValues
include("CompressedCellValues.jl")
@reexport using Gridap.CompressedCellValues