Skip to content

Commit

Permalink
Test for ConstantVectorPostprocessor with more than one column (idaho…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schunert committed Jan 7, 2020
1 parent eaf8718 commit 5ce72e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
@@ -0,0 +1,4 @@
a,b
1.6,3.1
2.1,4.8
0,5
@@ -1,5 +1,5 @@
[Tests]
[./test]
[./constant_vector_postprocessor]
type = 'CSVDiff'
input = 'constant_vector_postprocessor.i'
csvdiff = 'constant_vector_postprocessor_out_constant_0001.csv'
Expand All @@ -8,4 +8,16 @@
design = 'syntax/VectorPostprocessors/index.md'
requirement = 'The system shall be able to produce arbitrary vectors of values for use in other calculations.'
[../]

[./constant_vector_postprocessor_multcol]
type = 'CSVDiff'
input = 'constant_vector_postprocessor.i'
csvdiff = 'constant_vector_postprocessor_two_columns_out_constant_0001.csv'
cli_args = 'VectorPostprocessors/constant/value="1.6 2.1; 3.1 4.8 5"
VectorPostprocessors/constant/vector_names="a b"
Outputs/file_base=constant_vector_postprocessor_two_columns_out'
issues = '#14569'
design = 'syntax/VectorPostprocessors/index.md'
requirement = 'The system shall be able to produce multiple arbitrary vectors of values for use in other calculations.'
[../]
[]

0 comments on commit 5ce72e2

Please sign in to comment.