- Version 1
- by (unknown)
- Version 2
- by (unknown)
Deletions or items before changed
Additions or items after changed
1 | == Example files not included in the !PyLith Git repository == | |||
---|---|---|---|---|
2 | ||||
3 | These are intermediate files used in the examples that are generated by third-party software (for example, mesh files from CUBIT/Trelis) and are larger than what we want to include in the Git repository. We provide these files so that users need not have this third-party software to run the examples. | |||
4 | ||||
5 | === CUBIT/Trelis Meshes === | |||
6 | [[File(mesh_tet.zip)]] | |||
7 | ||||
8 | == Additional Examples Not Included in the Manual == | |||
9 | ||||
10 | Examples not included in manual. Most of these are too big to be included in the manual. | |||
11 | ||||
12 | ==== Volcano with dike and magma chamber ==== | |||
13 | ||||
14 | * [[File(volcano_chamberdike.tgz)]] (Updated 2018-12-19) | |||
15 | ||||
16 | This is a simple demonstration of a problem involving volcanic deformation. The demo includes files for creating the mesh using Trelis/CUBIT along with .cfg files and the necessary spatial databases to run a problem. The problem includes coarse topography of Mt. Ruapehu volcano, a vertical dike, and a spherical magma chamber. | |||
17 | ||||
18 | - | **Updated 2018-12-18** to fix a topology issue associated with smoothing the mesh that resulted in NaN residual norm when running !PyLith. Also updated the field split solver settings in pylithapp.cfg for !PyLith v2.2.1.
|
+ | **Updated 2018-12-18** to fix a topology issue associated with smoothing the mesh that resulted in !NaN residual norm when running !PyLith. Also updated the field split solver settings in pylithapp.cfg for !PyLith v2.2.1.
|
19 | ||||
20 | ==== Missing file for examples/meshing/cubit_cellsize ==== | |||
21 | ||||
22 | * [[File(cubit_cellsize_missing.tgz.doc)]] | |||
23 | ||||
24 | File 'matprops.spatialdb' is missing from directory examples/meshing/cubit_cellsize in v2.0.1 and earlier. | |||
25 | {{{ | |||
26 | cd examples/meshing/cubit_cellsize | |||
27 | tar -zxvf cubit_cellsize_missing.tgz | |||
28 | }}} | |||
29 | ==== Files for debugging example ==== | |||
30 | ||||
31 | * [[File(debugging.tgz)]] | |||
32 | ||||
33 | Recommend extracting tarball in examples directory. | |||
34 | {{{ | |||
35 | cd examples | |||
36 | tar -zxvf debugging.tgz | |||
37 | cd debugging | |||
38 | }}} | |||
39 | ==== Missing files for examples/3d/hex8 ==== | |||
40 | ||||
41 | * [[File(hex8-missing-files.tgz)]] | |||
42 | ||||
43 | Recommend extracting tarball in examples/3d/hex8 directory. | |||
44 | {{{ | |||
45 | cd examples/3d/hex8 | |||
46 | tar -zxvf hex8-missing-files.tgz | |||
47 | }}} | |||
48 | ||||
49 | ==== Additional example on meshing based on sizing function - single surface, with info added in matlab instead of python ==== | |||
50 | ||||
51 | * [[File(surface_sizing_function_example.tar)]] |