-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPacletInfo.m
34 lines (31 loc) · 1.21 KB
/
PacletInfo.m
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
(* Paclet Info File *)
Paclet[
Name -> "FEMAddOns",
Version -> "1.4.9",
MathematicaVersion -> "11+",
Description -> "Package provides additional finite element method functionality.",
Extensions ->
{
{"Kernel", Context -> "FEMAddOns`"},
{"Kernel", Root -> "Applications/Kernel", Context ->
{"Applications`"}
},
{"Kernel", Root -> "DistMesh/Kernel", Context ->
{"DistMesh`"}
},
{"Kernel", Root -> "DomainDecomposition/Kernel", Context ->
{"DomainDecomposition`"}
},
{"Kernel", Root -> "FEMUtils/Kernel", Context ->
{"FEMUtils`"}
},
{"Kernel", Root -> "ImportMesh/Kernel", Context ->
{"ImportMesh`"}
},
{"Documentation", Root -> "Applications/Documentation"},
{"Documentation", Root -> "DistMesh/Documentation"},
{"Documentation", Root -> "DomainDecomposition/Documentation"},
{"Documentation", Root -> "FEMUtils/Documentation", MainPage -> "Guides/FEMAddOns"},
{"Documentation", Root -> "ImportMesh/Documentation"}
}
]