forked from hpcflow/matflow-new
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template component docs (after hpcflow/hpcflow-new#705)
- Loading branch information
Showing
5 changed files
with
67 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
- label: damask_geom_file | ||
name: | ||
name: geom.vti | ||
# DAMASK geometry file. | ||
doc: DAMASK geometry file. | ||
|
||
- label: damask_load_file | ||
name: | ||
name: load.yaml | ||
# DAMASK load file, as YAML. | ||
doc: DAMASK load file, as YAML. | ||
|
||
- label: damask_material_file | ||
name: | ||
name: material.yaml | ||
# DAMASK material descriptor file. | ||
doc: DAMASK material descriptor file. | ||
|
||
- label: damask_numerics_file | ||
name: | ||
name: numerics.yaml | ||
# DAMASK numeric control file. | ||
doc: DAMASK numeric control file. | ||
|
||
- label: damask_stdout_file | ||
name: | ||
name: stdout.log | ||
# DAMASK standard output. | ||
doc: DAMASK standard output. | ||
|
||
- label: damask_stderr_file | ||
name: | ||
name: stderr.log | ||
# DAMASK standard error. | ||
doc: DAMASK standard error. | ||
|
||
- label: damask_hdf5_file | ||
name: | ||
name: geom_load.hdf5 | ||
# DAMASK geometry description, as HDF5. | ||
doc: DAMASK geometry description, as HDF5. | ||
|
||
- label: damask_viz_files | ||
name: | ||
name: ((?:geom_load_inc\d+|static_outputs).vt(i|r)) | ||
is_regex: true | ||
# DAMASK output visualisation data. | ||
doc: DAMASK output visualisation data pattern. | ||
|
||
- label: mtex_pole_figures | ||
name: | ||
name: pole_figure.png | ||
# MTEX figures of poles. | ||
doc: MTEX figures of poles. | ||
|
||
- label: mtex_IPF_figure | ||
name: | ||
name: IPF_key.png | ||
# MTEX figure of inverse pole. | ||
doc: MTEX figure of inverse pole. | ||
|
||
- label: dream_3D_pipeline | ||
name: | ||
name: pipeline.json | ||
# DREAM.3D pipeline description. | ||
doc: DREAM.3D pipeline description. | ||
|
||
- label: dream_3D_hdf5_file | ||
name: | ||
name: pipeline.dream3d | ||
# DREAM.3D pipeline data. | ||
doc: DREAM.3D pipeline data. | ||
|
||
- label: dream_3D_XDMF_file | ||
name: | ||
name: pipeline.xdmf | ||
# DREAM.3D model data and metadata. | ||
doc: DREAM.3D model data and metadata. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.