|
3 | 3 | pkgdir = dirname(@__FILE__)
|
4 | 4 | meshes_location = "premade_meshes.jld"
|
5 | 5 | "`meshExample_bunny()` : Returns a 3D SimpleMesh."
|
6 |
| -meshExample_bunny() = Main.JLD.load("$pkgdir/$meshes_location","bunny") |
| 6 | +meshExample_bunny() = load("$pkgdir/$meshes_location","bunny") |
7 | 7 |
|
8 | 8 | "`meshExample_flowpastcylindermesh()` : Returns a 2D SimpleMesh."
|
9 |
| -meshExample_flowpastcylindermesh() = Main.JLD.load("$pkgdir/$meshes_location","flowpastcylindermesh") |
| 9 | +meshExample_flowpastcylindermesh() = load("$pkgdir/$meshes_location","flowpastcylindermesh") |
10 | 10 |
|
11 | 11 | "`meshExample_lakemesh()` : Returns a 2D SimpleMesh."
|
12 |
| -meshExample_lakemesh() = Main.JLD.load("$pkgdir/$meshes_location","lakemesh") |
| 12 | +meshExample_lakemesh() = load("$pkgdir/$meshes_location","lakemesh") |
13 | 13 |
|
14 | 14 | "`meshExample_Lshapemesh()` : Returns a 2D SimpleMesh."
|
15 |
| -meshExample_Lshapemesh() = Main.JLD.load("$pkgdir/$meshes_location","Lshapemesh") |
| 15 | +meshExample_Lshapemesh() = load("$pkgdir/$meshes_location","Lshapemesh") |
16 | 16 |
|
17 | 17 | "`meshExample_Lshapeunstructure()` : Returns a 2D SimpleMesh."
|
18 |
| -meshExample_Lshapeunstructure() = Main.JLD.load("$pkgdir/$meshes_location","Lshapeunstructure") |
| 18 | +meshExample_Lshapeunstructure() = load("$pkgdir/$meshes_location","Lshapeunstructure") |
19 | 19 |
|
20 | 20 | "`meshExample_oilpump()` : Returns a 3D SimpleMesh."
|
21 |
| -meshExample_oilpump() = Main.JLD.load("$pkgdir/$meshes_location","oilpump") |
| 21 | +meshExample_oilpump() = load("$pkgdir/$meshes_location","oilpump") |
22 | 22 |
|
23 | 23 | "`meshExample_wavymesh()` : Returns a 2D SimpleMesh."
|
24 |
| -meshExample_wavymesh() = Main.JLD.load("$pkgdir/$meshes_location","wavymesh") |
| 24 | +meshExample_wavymesh() = load("$pkgdir/$meshes_location","wavymesh") |
25 | 25 |
|
26 | 26 | "`meshExample_wavyperturbmesh()` : Returns a 3D SimpleMesh."
|
27 |
| -meshExample_wavyperturbmesh() = Main.JLD.load("$pkgdir/$meshes_location","wavyperturbmesh") |
| 27 | +meshExample_wavyperturbmesh() = load("$pkgdir/$meshes_location","wavyperturbmesh") |
0 commit comments