-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#422: Begin experimenting with VTDataWriter to pass data to vt-tv
- Loading branch information
1 parent
020be89
commit 2c489e6
Showing
3 changed files
with
83 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Specify input | ||
from_data: | ||
data_stem: ../data/nolb-8color-16nodes-11firstphases/data | ||
phase_ids: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
- 5 | ||
- 6 | ||
- 7 | ||
- 8 | ||
- 9 | ||
- 10 | ||
check_schema: False | ||
|
||
# Specify work model | ||
work_model: | ||
name: AffineCombination | ||
parameters: | ||
alpha: 1.0 | ||
beta: 1.0e-08 | ||
gamma: 0.0 | ||
|
||
# Specify algorithm | ||
algorithm: | ||
name: PhaseStepper | ||
|
||
# Specify output | ||
output_dir: ../output | ||
output_file_stem: output_file | ||
LBAF_Viz: | ||
x_ranks: 8 | ||
y_ranks: 4 | ||
z_ranks: 1 | ||
object_jitter: 0.5 | ||
rank_qoi: work | ||
object_qoi: load | ||
save_meshes: True | ||
force_continuous_object_qoi: True | ||
|
||
write_JSON: | ||
compressed: False | ||
suffix: json | ||
communications: True | ||
offline_LB_compatible: True |
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