-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from cbolisetti/rtm-55
- Loading branch information
Showing
44 changed files
with
417 additions
and
58 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,7 +1,6 @@ | ||
!SQA-load requirements_traceability_matrix.md | ||
!template load file=system_requirements_traceability_matrix.template.md | ||
project=MASTODON | ||
|
||
!SQA-template-item requirements_matrix | ||
|
||
!SQA-requirement-matrix sqa/system_requirement_specification.md | ||
|
||
!END-template-item | ||
!template! item key=requirements-traceability-matrix | ||
!sqa requirements | ||
!template-end! |
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,5 +1,3 @@ | ||
# Verification and Validation Results Report | ||
|
||
!SQA-validation-list Time Integration require-markdown=True status=True | ||
V1.01 Newmark Time Integration | ||
V1.02 Hilber-Hughes-Taylor Time Integration | ||
!sqa verification |
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,45 +1,55 @@ | ||
[Tests] | ||
issues = '#2' | ||
design = 'UniformLayerAuxKernel.md' | ||
[./1d] | ||
type = Exodiff | ||
input = uniform_layer_1d.i | ||
exodiff = uniform_layer_1d_out.e | ||
requirement = 'Mastodon shall create uniform layers of material for a one dimensional model' | ||
[../] | ||
[./2d] | ||
type = Exodiff | ||
input = uniform_layer_2d.i | ||
exodiff = uniform_layer_2d_out.e | ||
requirement = 'Mastodon shall create uniform layers of material for a two dimensional model' | ||
[../] | ||
[./3d] | ||
type = Exodiff | ||
input = uniform_layer_3d.i | ||
exodiff = uniform_layer_3d_out.e | ||
requirement = 'Mastodon shall create uniform layers of material for a three dimensional model' | ||
[../] | ||
[./3d_default_layers] | ||
type = Exodiff | ||
input = uniform_layer_3d_default_layers.i | ||
exodiff = uniform_layer_3d_default_layers_out.e | ||
requirement = 'Mastodon shall create uniform layers of material for a three dimensional model and automatically name each layer using the default indexing scheme' | ||
[../] | ||
[./2d_nodal] | ||
type = Exodiff | ||
input = uniform_layer_2d_nodal.i | ||
exodiff = uniform_layer_2d_nodal_out.e | ||
requirement = 'Mastodon shall create uniform layers of material for a two dimensional model - Amdrew, finish this one up. I dont know what is different between this and the other 2D model' | ||
[../] | ||
[./error_bad_direction] | ||
type = RunException | ||
input = uniform_layer_1d.i | ||
cli_args = "AuxKernels/layers/direction='0 0 0'" | ||
expect_err = "The supplied direction vector is not valid, it has a zero norm\." | ||
requirement = 'Mastodon shall produce an error message if the supplied direction vetor is not valid for the corresponding mesh' | ||
[../] | ||
[./error_vector_mismatch] | ||
type = RunException | ||
input = uniform_layer_1d.i | ||
cli_args = "AuxKernels/layers/layer_ids='1 2 3 4 5 6 7'" | ||
expect_err = "The number of 'interfaces' must match the number of 'layer\_ids'\." | ||
requirement = 'Mastodon shall produce an error if the number of interfaces supplied does not match the number of layer ids supplied' | ||
[../] | ||
[./error_bad_interfaces] | ||
type = RunException | ||
input = uniform_layer_1d.i | ||
cli_args = "AuxKernels/layers/interfaces='-100 -10' AuxKernels/layers/layer_ids='1 2'" | ||
expect_err = "Failed to locate an interface within the domain\." | ||
requirement = 'Mastodon shall produce an error if an interface value is supplied that is not contained within the model domain' | ||
[../] | ||
[] |
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,34 +1,46 @@ | ||
[tests] | ||
design = "NonReflectingBC.md" | ||
issues = "#12" | ||
[./non_reflecting_bc] | ||
type = 'Exodiff' | ||
input = 'non_reflecting_bc_test.i' | ||
exodiff = 'non_reflecting_bc_test_out.e' | ||
compiler = 'GCC CLANG' | ||
max_parallel = 1 | ||
skip = "regold after moose PR" | ||
|
||
requirement = "The NonReflectingBC class shall accurately model absorption of shear and compressive waves that are incident on the boundary." | ||
[../] | ||
[./displacements_error] | ||
type = RunException | ||
input = 'non_reflecting_bc_error.i' | ||
cli_args = "BCs/test/displacements=disp_x" | ||
expect_err = "The number of variables listed in the \'displacements\' parameter in \"test\" block must match the mesh dimension." | ||
|
||
requirement = "The NonReflectingBC class shall produce an error if the number of the displacement variables is not the same as the mesh dimension." | ||
[../] | ||
[./velocities_error] | ||
type = RunException | ||
input = 'non_reflecting_bc_error.i' | ||
cli_args = "BCs/test/velocities=disp_x" | ||
expect_err = "The number of variables listed in the \'velocities\' parameter in \"test\" block must match the mesh dimension." | ||
|
||
requirement = "The NonReflectingBC class shall produce an error if the number of velocity variables is not the same as the mesh dimension." | ||
[../] | ||
[./accelerations_error] | ||
type = RunException | ||
input = 'non_reflecting_bc_error.i' | ||
cli_args = "BCs/test/accelerations=disp_x" | ||
expect_err = "The number of variables listed in the \'accelerations\' parameter in \"test\" block must match the mesh dimension." | ||
|
||
requirement = "The NonReflectingBC class shall produce an error if the number of acceleration variables is not the same as the mesh dimension." | ||
[../] | ||
[./component_error] | ||
type = RunException | ||
input = 'non_reflecting_bc_error.i' | ||
cli_args = "BCs/test/component=1980" | ||
expect_err = "The \'component\' parameter in \"test\" block should be less than mesh dimension." | ||
|
||
requirement = "The NonReflectingBC class shall produce an error if the size of the component vector is not the same as the mesh dimension." | ||
[../] | ||
[] |
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,13 +1,19 @@ | ||
[Tests] | ||
design = "BCs/SeismicDisplacement/index.md" | ||
issues = "#28" | ||
[./seismic_displacment] | ||
type = Exodiff | ||
input = seismic_displacement.i | ||
exodiff = seismic_displacement_out.e | ||
|
||
requirement = "The SeismicDisplacement action shall prescribe the user-provided displacement at the boundary." | ||
[../] | ||
[./action_wrong_size_error] | ||
type = RunException | ||
input = seismic_displacement_error.i | ||
cli_args = "BCs/SeismicDisplacement/top_x/displacements=disp_x" | ||
expect_err = "In the \"top_x\" block the 'displacements', 'velocities', 'accelerations', 'input_functions', and 'input_components' should be of the same size." | ||
|
||
requirement = "The SeismicDisplacement action shall produce an error if the displacements, velocities, accelerations, input functions and input components are not of the same length." | ||
[../] | ||
[] |
Oops, something went wrong.