Skip to content

Commit

Permalink
Main tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
CsatiZoltan committed Nov 5, 2020
1 parent d17be2b commit d180a92
Show file tree
Hide file tree
Showing 4 changed files with 1,129 additions and 22 deletions.
4 changes: 1 addition & 3 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
A detailed workflow
===================

Intro...

Then it mainly contains links to the individual phases, such as segmentation, geometry reconstruction, Salome, meshing, simulation, etc.
*CristalX* contains several modules that facilitate experimental and numerical works on polycrystalline microstructures. The usage of these modules is demonstrated on a complex example.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion grains/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import warnings
warnings.simplefilter('module', ImportWarning) # print import warnings once in a module
warnings.simplefilter('always', RuntimeWarning)
# warnings.simplefilter('always', RuntimeWarning)

try:
import OCC
Expand Down
1,145 changes: 1,127 additions & 18 deletions notebooks/example_application.ipynb

Large diffs are not rendered by default.

Binary file added scripts/data/splinegons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d180a92

Please sign in to comment.